Merged companions and update Subtrate (#882)
* expunge legacy code from polkadot-network * mostly rip out old legacy protocol from service * ensure validation work is spawned by incoming messages * decouple availabliity store from network logic; clean up data flow * av_store: test helpers and use futures-abort * update polkadot-validation to pass n_validators when submitting chunks * fallible erasure-chunk fetching * implement `ErasureNetworking` for new network prot * API for registering availability store in network * fully integrate new network service into service * fix validation tests * scaffolding for porting collator over to new network * track connected validators' peer IDs and distribute collators' collations * helper in network for fetching all checked statements * fix adder-collator * actually register notifications protocol * Update service/src/lib.rs * Make needed changes to service * Merge two companion PRs. - #880 - #881 * Some effort towards compilation * Fix * remove `NetworkSpecialization` references from network * fix compilation errors in service and collator * ensure protocol name is valid * Fixes * Fix Co-authored-by:Robert Habermeier <rphmeier@gmail.com> Co-authored-by:
Ashley <ashley.ruglys@gmail.com>
Showing
- polkadot/.gitignore 1 addition, 0 deletionspolkadot/.gitignore
- polkadot/Cargo.lock 292 additions, 257 deletionspolkadot/Cargo.lock
- polkadot/collator/src/lib.rs 1 addition, 2 deletionspolkadot/collator/src/lib.rs
- polkadot/network/src/legacy/gossip/mod.rs 9 additions, 18 deletionspolkadot/network/src/legacy/gossip/mod.rs
- polkadot/network/src/lib.rs 2 additions, 8 deletionspolkadot/network/src/lib.rs
- polkadot/network/src/protocol.rs 2 additions, 4 deletionspolkadot/network/src/protocol.rs
- polkadot/parachain/Cargo.toml 1 addition, 0 deletionspolkadot/parachain/Cargo.toml
- polkadot/parachain/src/wasm_executor/mod.rs 11 additions, 6 deletionspolkadot/parachain/src/wasm_executor/mod.rs
- polkadot/runtime/common/src/claims.rs 2 additions, 0 deletionspolkadot/runtime/common/src/claims.rs
- polkadot/runtime/kusama/src/lib.rs 16 additions, 0 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/polkadot/src/lib.rs 16 additions, 0 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/service/src/lib.rs 29 additions, 29 deletionspolkadot/service/src/lib.rs
Please register or sign in to comment