nimbus-eth2/tests/consensus_spec/altair
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
..
all_altair_fixtures.nim update to pre-release light client sync protocol (#3465) 2022-03-08 13:21:56 +01:00
test_fixture_fork.nim fix Altair fork tests in minimal preset (#3163) 2021-12-06 05:56:46 +00:00
test_fixture_merkle_single_proof.nim var => let in specs/ and tests/ (#3425) 2022-02-20 20:13:06 +00:00
test_fixture_operations.nim var => let in specs/ and tests/ (#3425) 2022-02-20 20:13:06 +00:00
test_fixture_rewards.nim [ncli_db] bugfix: take into account finalization delay in reward calc post Altair 2022-01-28 12:03:23 +02:00
test_fixture_sanity_blocks.nim move `state_transition` to `Result` (#3284) 2022-01-17 12:19:58 +01:00
test_fixture_sanity_slots.nim move `state_transition` to `Result` (#3284) 2022-01-17 12:19:58 +01:00
test_fixture_ssz_consensus_objects.nim var => let in specs/ and tests/ (#3425) 2022-02-20 20:13:06 +00:00
test_fixture_state_transition_epoch.nim var => let in specs/ and tests/ (#3425) 2022-02-20 20:13:06 +00:00
test_fixture_sync_protocol.nim remove StateData (#3507) 2022-03-16 08:20:40 +01:00
test_fixture_sync_protocol_light_client_sync.nim error and progress codes for light client sync (#3490) 2022-03-14 10:25:54 +01:00
test_fixture_transition.nim var => let in specs/ and tests/ (#3425) 2022-02-20 20:13:06 +00:00