Return `relay_parent` as result of collation seconded signal as well (#3577)
* Return `relay_parent` as result of collation seconded signal as well Before we only returned the seconded statement. However, to verify the statement in a future proof way, we also need the relay parent that was used as a context to sign the statement. * FMT
Showing
- polkadot/node/network/collator-protocol/src/collator_side/mod.rs 4 additions, 4 deletions...t/node/network/collator-protocol/src/collator_side/mod.rs
- polkadot/node/primitives/src/lib.rs 13 additions, 2 deletionspolkadot/node/primitives/src/lib.rs
- polkadot/node/subsystem-types/src/messages.rs 3 additions, 3 deletionspolkadot/node/subsystem-types/src/messages.rs
- polkadot/parachain/test-parachains/adder/collator/src/lib.rs 4 additions, 4 deletionspolkadot/parachain/test-parachains/adder/collator/src/lib.rs
- polkadot/roadmap/implementers-guide/src/types/overseer-protocol.md 1 addition, 1 deletion...roadmap/implementers-guide/src/types/overseer-protocol.md
Please register or sign in to comment