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.
if verifyStateRoot() returns true, processing of the genesis block continues
if verifyStateRoot() returns false, genesis block is discarded
The stateRoot set in the genesis block does not correspond to the state generated during "Genesis state initialization" and "Genesis state finalization"
verifyValidatorsHash() returns true, processing of the genesis block continues
verifyValidatorsHash() returns false, genesis block is discarded
validatorHash is not according to the info stored in the BFT module (retrieved by bft.getBFTParameters() )
Which version(s) does this affect? (Environment, OS, etc...)
development
The text was updated successfully, but these errors were encountered:
sitetester
changed the title
Add missing integration test "if verifyStateRoot() returns true, processing of the genesis block continues"
Add missing integration test for "genesis block"
Jun 23, 2022
Description
Which version(s) does this affect? (Environment, OS, etc...)
development
The text was updated successfully, but these errors were encountered: