Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

collect included disputes from on-chain #3924

Merged
55 commits merged into from
Oct 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
de14670
dummy: impl another runtime API
drahnr Sep 24, 2021
32a32ed
query the on chain disputes, and inform self
drahnr Sep 24, 2021
5c4386d
make use of the refactor
drahnr Sep 24, 2021
06a83f3
minro
drahnr Sep 24, 2021
9096d78
SPLIT ME
drahnr Sep 24, 2021
2716e9e
write dispute values
drahnr Sep 27, 2021
784322f
wip
drahnr Sep 27, 2021
794c353
impl for all runtimes
drahnr Sep 28, 2021
b72b9fd
chore: fmt
drahnr Sep 28, 2021
a31bd85
[] -> get
drahnr Sep 28, 2021
69dd70f
fixup mock runtime
drahnr Sep 28, 2021
6f59992
fixup
drahnr Sep 28, 2021
1b6a837
fixup discovery for overseer init
drahnr Sep 28, 2021
4f44aba
chore: fmt
drahnr Sep 28, 2021
6454553
spellcheck
drahnr Sep 28, 2021
fe88251
rename imported_on_chain_disputes -> on_chain_votes
drahnr Sep 29, 2021
6765dc4
Merge remote-tracking branch 'origin/master' into bernhard-collect-on…
drahnr Sep 29, 2021
44cff30
reduction
drahnr Sep 29, 2021
b318611
make it mockable
drahnr Sep 29, 2021
06dfc07
Merge remote-tracking branch 'origin/master' into bernhard-collect-on…
drahnr Sep 29, 2021
eabed89
rename and refactor
drahnr Sep 29, 2021
dea3605
don't query on chain info if it's not needed
drahnr Sep 29, 2021
03fbfa6
yikes
drahnr Sep 29, 2021
8b3bb1f
fmt
drahnr Sep 29, 2021
c755ac6
fix test
drahnr Sep 29, 2021
a467848
minimal fix for existing tests
drahnr Sep 29, 2021
f3ff4b5
attempt to fetch the session info from the rolling window before fall…
drahnr Sep 29, 2021
3fa85c2
Merge branch 'master' into bernhard-collect-on-chain-disputes
drahnr Sep 29, 2021
b936d22
moved
drahnr Sep 30, 2021
652fecd
comments
drahnr Sep 30, 2021
d9f16cf
comments
drahnr Sep 30, 2021
57d9f32
test for backing votes
drahnr Sep 30, 2021
747021b
rename
drahnr Sep 30, 2021
6527535
Update runtime/polkadot/src/lib.rs
drahnr Oct 1, 2021
78aa973
chore: spellcheck + dict
drahnr Oct 1, 2021
ce43ca6
chore: fmt
drahnr Oct 1, 2021
f723136
fixup cache size
drahnr Oct 1, 2021
e4dba7e
add warning
drahnr Oct 1, 2021
b406539
logging, rationale, less defense
drahnr Oct 1, 2021
f8bf91f
introduce new unchecked, that still checks in debug builds
drahnr Oct 1, 2021
b0abbf4
fix
drahnr Oct 1, 2021
b6beb5d
draft alt approach
drahnr Oct 1, 2021
f37e64f
fix unused imports
drahnr Oct 1, 2021
648e19d
include the session
drahnr Oct 1, 2021
3124ad5
Update node/core/dispute-coordinator/src/real/mod.rs
drahnr Oct 2, 2021
95e6a86
provide where possible
drahnr Oct 2, 2021
4313fa3
expand comment
drahnr Oct 4, 2021
1bd9c54
fixin
drahnr Oct 4, 2021
d18e446
fixup
drahnr Oct 4, 2021
58a1ab9
ValidityVote <-> ValidityAttestation <-> CompactStatement has a 1:1 r…
drahnr Oct 4, 2021
1e972aa
mark TODO
drahnr Oct 4, 2021
3fe3857
Update primitives/src/v1/mod.rs
drahnr Oct 4, 2021
a1b6e36
address review comments
drahnr Oct 5, 2021
b943201
update docs
drahnr Oct 5, 2021
50b0658
Merge remote-tracking branch 'origin/master' into bernhard-collect-on…
drahnr Oct 5, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/shell-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ source target/release/completion-scripts/polkadot.bash
```

You can find completion scripts for:

- bash
- fish
- zsh
Expand Down
Loading