nimbus-eth2/tests/consensus_spec
Jacek Sieka 5bc48acc36
reduce memory allocations during state transition (#5235)
This PR removes a few hundred thousand temporary seq allocations during
state transition - in particular, the flag seq was allocated per
validator while committees are computed per attestation.
2023-08-03 01:03:40 +02:00
..
2021-10-12 13:36:52 +02:00

Tests based on scenarios generated from the consensus spec.