`relay chain selection` and `dispute-coordinator` fixes and improvements (#4752)
* Dont error in finality_target_with_longest_chain Signed-off-by:Andrei Sandu <andrei-mihail@parity.io> * fix Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Add error flag Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Add error flag in dispute-coordinator Make sure to send errors to subsystems requesting data depending on missing session info Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Scrape ancestors Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fmt Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Fix naming Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * review feedback Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fmt Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> *
fixes Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * consume Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * typo Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * review fixes Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Bump scraped blocks LRU capacity Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * 🧯
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * remove prints Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Increase scraped blocks cache size Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * more review fixes Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * another fix Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix target_ancestor Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Scrape up to max finalized block Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * undo comment change Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Limit ancestry lookup to last finalized block or max finality lag Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * debug damage Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io>
Showing
- polkadot/node/core/dispute-coordinator/src/real/initialized.rs 159 additions, 19 deletions...dot/node/core/dispute-coordinator/src/real/initialized.rs
- polkadot/node/core/dispute-coordinator/src/real/mod.rs 4 additions, 0 deletionspolkadot/node/core/dispute-coordinator/src/real/mod.rs
- polkadot/node/core/dispute-coordinator/src/real/ordering/mod.rs 43 additions, 18 deletions...ot/node/core/dispute-coordinator/src/real/ordering/mod.rs
- polkadot/node/service/src/relay_chain_selection.rs 26 additions, 9 deletionspolkadot/node/service/src/relay_chain_selection.rs
- polkadot/node/subsystem-util/src/rolling_session_window.rs 11 additions, 11 deletionspolkadot/node/subsystem-util/src/rolling_session_window.rs
Please register or sign in to comment