client/beefy: fix on-demand justifications sync for old blocks (#12767)
* client/beefy: fix on-demand justif sync for old blocks When receiving BEEFY justifications for old blocks the state might be pruned for them, in which case justification verification fails because BEEFY validator set cannot be retrieved from runtime state. Fix this by having the voter give the validator set to the `OnDemandJustificationsEngine` as request information. On receiving a BEEFY justification for requested block, the provided validator set will be used to validate the justification. Signed-off-by:acatangiu <adrian@parity.io> * Apply suggestions from code review Co-authored-by:
Bastian Köcher <git@kchr.de> * impl review suggestions * client/beefy: fail initialization if state unavailable * beefy: remove spammy log Signed-off-by:
acatangiu <adrian@parity.io> Co-authored-by: parity-processbot <> Co-authored-by:
Bastian Köcher <git@kchr.de>
Showing
- substrate/client/beefy/src/communication/request_response/outgoing_requests_engine.rs 50 additions, 62 deletions...ommunication/request_response/outgoing_requests_engine.rs
- substrate/client/beefy/src/lib.rs 16 additions, 13 deletionssubstrate/client/beefy/src/lib.rs
- substrate/client/beefy/src/round.rs 4 additions, 0 deletionssubstrate/client/beefy/src/round.rs
- substrate/client/beefy/src/worker.rs 24 additions, 26 deletionssubstrate/client/beefy/src/worker.rs
Please register or sign in to comment