nimbus-eth2/beacon_chain
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
..
2022-03-16 08:20:40 +01:00
2022-03-16 08:20:40 +01:00
2022-03-16 08:20:40 +01:00
2022-03-16 08:20:40 +01:00
2021-03-26 07:52:01 +01:00
2022-03-14 10:19:50 +01:00
2022-03-14 12:50:23 +00:00
2021-03-26 07:52:01 +01:00
2021-10-14 14:13:51 +03:00
2022-01-11 11:01:54 +01:00