nimbus-eth2/tests/consensus_spec
Etan Kissling 9790c4958b
converter function for reducing blocks to headers (#3410)
This introduces a function to convert `SignedBeaconBlock` to just their
`BeaconBlockHeader` and updates the usages for reduced code duplication.
2022-02-18 21:35:52 +01:00
..
altair converter function for reducing blocks to headers (#3410) 2022-02-18 21:35:52 +01:00
bellatrix rename MERGE_FORK_EPOCH to BELLATRIX_FORK_EPOCH (#3350) 2022-02-02 14:06:55 +01:00
phase0 move `state_transition` to `Result` (#3284) 2022-01-17 12:19:58 +01:00
README.md test fixture cleanups (#2976) 2021-10-12 13:36:52 +02:00
all_tests.nim add Bellatrix fork and transition tests; "Ethereum Foundation" -> EF (#3242) 2022-01-05 09:42:56 +01:00
consensus_spec_tests_preset.nim add Bellatrix fork and transition tests; "Ethereum Foundation" -> EF (#3242) 2022-01-05 09:42:56 +01:00
fixtures_utils.nim spec URL & copyright year update (#3338) 2022-01-29 01:05:39 +00:00
test_fixture_fork_choice.nim fork choice proposer boosting support (#3349) 2022-02-04 12:59:40 +01:00
test_fixture_ssz_generic_types.nim add Bellatrix fork and transition tests; "Ethereum Foundation" -> EF (#3242) 2022-01-05 09:42:56 +01:00

README.md

Tests based on scenarios generated from the consensus spec.