You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
girazoki
changed the title
Verification of Aura should happen with the queuedAuthorities on session changes, and not with the previous authorities
Verification of ContainerChain AUthorship in runtime should happen during block execution
Apr 5, 2023
Right now the runtime verification of the block seal is done with the authorities before the block was created: https://github.com/paritytech/cumulus/blob/b49628f316c1086fd2f5cc8ef2a52cceca8b8818/pallets/aura-ext/src/lib.rs#L118. While this is fine for Tanssi (otherwise runtime-APIs would suffer), we should modify this in the containerChains such that the verification happens during the block execution, and not before.
https://github.com/paritytech/substrate/blob/5380a9a513918c144175cf2a48d66a35e6e7cad4/client/consensus/aura/src/lib.rs#L511
The text was updated successfully, but these errors were encountered: