nimbus-eth2/tests/consensus_spec/deneb
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
..
all_deneb_fixtures.nim rename directory tests/consensus_specs/{eip4844,deneb}/ (#4628) 2023-02-15 21:07:31 +00:00
test_fixture_operations.nim require sync committee supermajority in CI (#5085) 2023-06-17 06:00:01 +00:00
test_fixture_rewards.nim reduce memory allocations during state transition (#5235) 2023-08-03 01:03:40 +02:00
test_fixture_ssz_consensus_objects.nim Remove SignedBeaconBlockAndBlobsSidecar (#4683) 2023-03-02 15:12:04 +01:00
test_fixture_state_transition_epoch.nim more eip4844 -> deneb changes (#4666) 2023-02-25 03:03:34 +02:00