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.
The BFT Votes substore is initialized as follows:
bftVotes.maxHeightPrevoted = b.height,
bftVotes.maxHeightPrecommitted = b.height,
bftVotes.maxHeightCertified = b.height,
bftVotes.blockBFTInfos is an empty array,
bftVotes.activeValidatorsVoteInfo is an empty array.
Description
Implement
afterGenesisBlockExecute
as defined.Acceptance Criteria
Additional Information
Related issue #6742
The text was updated successfully, but these errors were encountered: