mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 05:52:45 +00:00
9a3db7a81f
* Initial implementation of runtime bls skipping. Add libnfuzz skipBLSValidation handling, check that it propagates. * Rename skipBLSValidation -> skipBlsValidation, start skipStateRootValidation * Replace skipValidation flags with more granular flags. Also added skipBlockParentRootValidation flag Mainly replaced with skipBlsValidation but also StateRoot or BlockParentRootValidation flags where appropriate. * Adjust interop test to pass when skipping merkle validation. * Stop skipping validation for mainchain_monitor. * Remove comment. * Also skipMerkleValidation for test_beacon_chain_db.