Update dispute participation on active leaves update (#6303)
* Passed candidate events from scraper to participation * First draft PR 5875 * Added support for timestamp in changes * Some necessary refactoring * Removed SessionIndex from unconfirmed_disputes key * Removed duplicate logic in import statements * Replaced queue_participation call with re-prio * Simplifying refactor. Backed were already handled * Removed unneeded spam slots logic * Implementers guide edits * Undid the spam slots refactor * Added comments and implementers guide edit * Added test for participation upon backing * Round of fixes + ran fmt * Round of changes + fmt * Error handling draft * Changed errors to bubble up from reprioritization * Starting to construct new test * Clarifying participation function rename * Reprio test draft * Very rough bump to priority queue test draft * Improving logging * Most concise reproduction of error on third import * Add `handle_...
Showing
- polkadot/node/core/dispute-coordinator/src/initialized.rs 22 additions, 13 deletionspolkadot/node/core/dispute-coordinator/src/initialized.rs
- polkadot/node/core/dispute-coordinator/src/participation/mod.rs 16 additions, 0 deletions...ot/node/core/dispute-coordinator/src/participation/mod.rs
- polkadot/node/core/dispute-coordinator/src/participation/queues/mod.rs 25 additions, 0 deletions.../core/dispute-coordinator/src/participation/queues/mod.rs
- polkadot/node/core/dispute-coordinator/src/scraping/mod.rs 39 additions, 13 deletionspolkadot/node/core/dispute-coordinator/src/scraping/mod.rs
- polkadot/node/core/dispute-coordinator/src/tests.rs 317 additions, 3 deletionspolkadot/node/core/dispute-coordinator/src/tests.rs
- polkadot/roadmap/implementers-guide/src/node/disputes/dispute-coordinator.md 16 additions, 7 deletions...plementers-guide/src/node/disputes/dispute-coordinator.md
Please register or sign in to comment