Allow many attestation instances to live at once in network (#46)
* multiple consensus sessions in network * tests compile, add a test for RecentSessionKeys * track recently received session keys from validators * add a test for desired key-sending behavior
Showing
- polkadot/Cargo.lock 1 addition, 0 deletionspolkadot/Cargo.lock
- polkadot/network/Cargo.toml 1 addition, 0 deletionspolkadot/network/Cargo.toml
- polkadot/network/src/consensus.rs 253 additions, 6 deletionspolkadot/network/src/consensus.rs
- polkadot/network/src/lib.rs 122 additions, 141 deletionspolkadot/network/src/lib.rs
- polkadot/network/src/router.rs 9 additions, 1 deletionpolkadot/network/src/router.rs
- polkadot/network/src/tests.rs 55 additions, 12 deletionspolkadot/network/src/tests.rs
Please register or sign in to comment