Switch to custom `BlockAnnounceData` (#310)
* Switch to custom `BlockAnnounceData` Instead of sending a `SignedFullStatement` this switches to a new struct `BlockAnnounceData` that is being send alongside the block announcement. The signed full statement contains the candidate commitments, meaning it could be a full runtime upgrade that we send alongside a block announcement... To prevent this, we now only send the candidate receipt and the compact statement. * Update to latest polkadot
Showing
- cumulus/Cargo.lock 275 additions, 201 deletionscumulus/Cargo.lock
- cumulus/network/Cargo.toml 1 addition, 0 deletionscumulus/network/Cargo.toml
- cumulus/network/src/lib.rs 136 additions, 73 deletionscumulus/network/src/lib.rs
- cumulus/network/src/tests.rs 12 additions, 8 deletionscumulus/network/src/tests.rs
This diff is collapsed.
Please register or sign in to comment