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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Verify aggregate commit property on block verification step when receive block from the network in consensus. Use verifyAggregateCommit(aggregateCommit) in commitPool to verify which is implemented in #6847.
Call commitPool.verifyAggregateCommit(aggregateCommit) in consensus block validation step.
Description
Verify aggregate commit property on block verification step when receive block from the network in consensus. Use
verifyAggregateCommit(aggregateCommit)
in commitPool to verify which is implemented in #6847.Call
commitPool.verifyAggregateCommit(aggregateCommit)
in consensus block validation step.https://research.lisk.com/t/introduce-certificate-generation-mechanism/296#block-verification-52
Acceptance Criteria
The text was updated successfully, but these errors were encountered: