Availability store subsystem (#1404)
* Initial commit * WIP * Make atomic transactions * Remove pruning code * Fix build and add a Nop to bridge * Fixes from review * Move config struct around for clarity * Rename constructor and warn on missing docs * Fix a test and rename a message * Fix some more reviews * Obviously failed to rebase cleanly
Showing
- polkadot/Cargo.lock 19 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 1 addition, 0 deletionspolkadot/Cargo.toml
- polkadot/node/core/av-store/Cargo.toml 24 additions, 0 deletionspolkadot/node/core/av-store/Cargo.toml
- polkadot/node/core/av-store/src/lib.rs 553 additions, 0 deletionspolkadot/node/core/av-store/src/lib.rs
- polkadot/node/core/backing/src/lib.rs 55 additions, 39 deletionspolkadot/node/core/backing/src/lib.rs
- polkadot/node/core/bitfield-signing/src/lib.rs 2 additions, 2 deletionspolkadot/node/core/bitfield-signing/src/lib.rs
- polkadot/node/network/bitfield-distribution/src/lib.rs 3 additions, 0 deletionspolkadot/node/network/bitfield-distribution/src/lib.rs
- polkadot/node/network/bridge/src/lib.rs 4 additions, 0 deletionspolkadot/node/network/bridge/src/lib.rs
- polkadot/node/network/pov-distribution/src/lib.rs 1 addition, 0 deletionspolkadot/node/network/pov-distribution/src/lib.rs
- polkadot/node/network/statement-distribution/src/lib.rs 3 additions, 0 deletionspolkadot/node/network/statement-distribution/src/lib.rs
- polkadot/node/overseer/src/lib.rs 3 additions, 0 deletionspolkadot/node/overseer/src/lib.rs
- polkadot/node/subsystem/src/lib.rs 2 additions, 0 deletionspolkadot/node/subsystem/src/lib.rs
- polkadot/node/subsystem/src/messages.rs 21 additions, 12 deletionspolkadot/node/subsystem/src/messages.rs
- polkadot/node/subsystem/src/util.rs 2 additions, 1 deletionpolkadot/node/subsystem/src/util.rs
- polkadot/roadmap/implementers-guide/src/types/overseer-protocol.md 8 additions, 3 deletions...roadmap/implementers-guide/src/types/overseer-protocol.md
Please register or sign in to comment