Further improved availability recovery (#3711)
* WiP. * Things compile. * cargo fmt * Passing tests + fix warnings. * Metrics for availability recovery. * Basic test. * Fix typos and actually check for overflow. * cargo fmt * Register metrics. * More tests. * Fix warning. * cargo +nightly fmt * Fix metrics * Get rid of unsafe. * tabify * spellcheck Co-authored-by:Andronik Ordian <write@reusable.software> Co-authored-by:
Bastian Köcher <info@kchr.de>
Showing
- polkadot/node/network/availability-recovery/Cargo.toml 1 addition, 0 deletionspolkadot/node/network/availability-recovery/Cargo.toml
- polkadot/node/network/availability-recovery/src/futures_undead.rs 237 additions, 0 deletions.../node/network/availability-recovery/src/futures_undead.rs
- polkadot/node/network/availability-recovery/src/lib.rs 139 additions, 35 deletionspolkadot/node/network/availability-recovery/src/lib.rs
- polkadot/node/network/availability-recovery/src/metrics.rs 132 additions, 0 deletionspolkadot/node/network/availability-recovery/src/metrics.rs
- polkadot/node/network/availability-recovery/src/tests.rs 231 additions, 29 deletionspolkadot/node/network/availability-recovery/src/tests.rs
- polkadot/node/network/protocol/src/request_response/mod.rs 4 additions, 1 deletionpolkadot/node/network/protocol/src/request_response/mod.rs
- polkadot/node/primitives/src/lib.rs 7 additions, 0 deletionspolkadot/node/primitives/src/lib.rs
- polkadot/node/service/src/overseer.rs 1 addition, 0 deletionspolkadot/node/service/src/overseer.rs
Please register or sign in to comment