mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-10 13:36:40 +00:00
* switch state transition caching usage to shuffled active validator indices to match EpochRef * refactor the EpochRef -> StateCache transformation; elide pointless mapIt * limit state passed between get_beacon_committee(...) and compute_committee(...) * tweaks