- 06 Oct, 2021 1 commit
-
-
Bernhard Schuster authored
* dummy: impl another runtime API * query the on chain disputes, and inform self * make use of the refactor * minro * SPLIT ME * write dispute values * wip * impl for all runtimes * chore: fmt * [] -> get * fixup mock runtime * fixup * fixup discovery for overseer init * chore: fmt * spellcheck * rename imported_on_chain_disputes -> on_chain_votes * reduction * make it mockable * rename and refactor * don't query on chain info if it's not needed * yikes * fmt * fix test * minimal fix for existing tests * attempt to fetch the session info from the rolling window before falling back * moved * comments * comments * test for backing votes * rename * Update runtime/polkadot/src/lib.rs * chore: spellcheck + dict * chore: fmt * fixup cache size * add warning * logging, rationale, less defense * introduce new unchecked, that still checks in debug builds * fix * draft alt approach * fix unused imports * include the session * Update node/core/dispute-coordinator/src/real/mod.rs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> * provide where possible * expand comment * fixin * fixup * ValidityVote <-> ValidityAttestation <-> CompactStatement has a 1:1 representation * mark TODO * Update primitives/src/v1/mod.rs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com> * address review comments * update docs Co-authored-by:
Robert Habermeier <rphmeier@gmail.com>
-
- 29 Sep, 2021 2 commits
-
-
Andronik Ordian authored
* CI: run disputes tests * Revert "minor chore changes (#3944)" This reverts commit 1d05f779. * fix em * Revert "Revert "minor chore changes (#3944)"" This reverts commit 02a1ecf3 . * Update handle_import_statement function * fmt Co-authored-by:
Lldenaurois <Ljdenaurois@gmail.com>
-
Andronik Ordian authored
* try populating session cache in advance * remove unused arg * fmt * fix compilation * fix tests * Revert "fix tests" This reverts commit e8222b11. * fix tests * bump dispute window const by 1 * fix tests
-
- 27 Sep, 2021 1 commit
-
-
Bernhard Schuster authored
* chore: mild refactor, avoid the channel in handle_import_statements * chore/md: lint
-
- 16 Sep, 2021 2 commits
-
-
Lldenaurois authored
* Add info logging to dispute activation * Update node/core/dispute-coordinator/src/real/mod.rs Co-authored-by:
Andronik Ordian <write@reusable.software> Co-authored-by:
Andronik Ordian <write@reusable.software>
-
Bernhard Schuster authored
* rename: MsgFilter -> MessageInterceptor * feat: add dispute metrics * fixup * test fixins * fix metrics * dummysubsystem export and trait fn fix * chore: fmt * undo unwanted changes * foo * pfmt * fixup * fixup * revert * some more * Update node/malus/Cargo.toml Co-authored-by:
Andronik Ordian <write@reusable.software> * Update node/core/dispute-coordinator/src/metrics.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * Update node/core/dispute-coordinator/src/metrics.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * Update node/core/dispute-coordinator/src/metrics.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * add license header * fix lockfile * new with opts * fmt * Update node/core/dispute-coordinator/src/metrics.rs * feature gate Co-authored-by:
Andronik Ordian <write@reusable.software>
-
- 08 Sep, 2021 1 commit
-
-
asynchronous rob authored
* participate in disputes only if haven't voted already * Add tests for dispute participation on local import. * Fixes. * cargo fmt * Get rid of redundant dependency. Co-authored-by:
Robert Klotzner <robert.klotzner@gmx.at>
-
- 01 Sep, 2021 1 commit
-
-
Robert Klotzner authored
* More debugging output. * Fix chain selection in case of disputes. * Fix flaky test.
-
- 19 Aug, 2021 1 commit
-
-
Robert Klotzner authored
* Provide dummy dispute coordinator by default. * cargo fmt
-