nimbus-eth2/tests/consensus_spec
Jacek Sieka c64bf045f3
remove StateData (#3507)
One more step on the journey to reduce `BlockRef` usage across the
codebase - this one gets rid of `StateData` whose job was to keep track
of which block was last assigned to a state - these duties have now been
taken over by `latest_block_root`, a fairly recent addition that
computes this block root from state data (at a small cost that should be
insignificant)

99% mechanical change.
2022-03-16 08:20:40 +01:00
..
altair remove StateData (#3507) 2022-03-16 08:20:40 +01:00
bellatrix var => let in specs/ and tests/ (#3425) 2022-02-20 20:13:06 +00:00
phase0 var => let in specs/ and tests/ (#3425) 2022-02-20 20:13:06 +00: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 automated CL spec ref URL updates from v1.1.9 to v1.1.10 (#3455) 2022-03-02 10:00:21 +00:00
test_fixture_fork_choice.nim remove StateData (#3507) 2022-03-16 08:20:40 +01:00
test_fixture_ssz_generic_types.nim var => let in specs/ and tests/ (#3425) 2022-02-20 20:13:06 +00:00

README.md

Tests based on scenarios generated from the consensus spec.