nimbus-eth1/fluffy/tests/portal_spec_tests/mainnet
Kim De Mey 3bb707422b
Rework beacon block proofs to better structure (#2493)
The 3 proofs can be reworked to two proofs as we can use the
BeaconBlock directly instead of BeaconBlockHeader and
BeaconBlockBody. This is possible because the HTR of the
BeaconBlock is the same as the one of the BeaconBlockHeader.

This results in 32 bytes less as an intermediate hash can be
removed. But more importantly looks more clean and compact in
structure and code.
2024-07-17 11:32:05 +02:00
..
all_fluffy_portal_spec_tests.nim Add tests for beacon block proofs Capella and onwards (#2161) 2024-05-10 22:51:24 +02:00
test_accumulator_root.nim Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
test_header_content.nim Formatting fluffy with nph v0.5.1 + CI check (#2020) 2024-02-28 18:31:45 +01:00
test_history_block_proof_bellatrix.nim Rework beacon block proofs to better structure (#2493) 2024-07-17 11:32:05 +02:00
test_history_block_proof_capella.nim Rework beacon block proofs to better structure (#2493) 2024-07-17 11:32:05 +02:00
test_history_content.nim Rename to EpochRecord and other accumulator spec changes (#2473) 2024-07-11 17:42:45 +02:00
test_history_content_keys.nim Rename to EpochRecord and other accumulator spec changes (#2473) 2024-07-11 17:42:45 +02:00
test_history_content_validation.nim Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
test_portal_wire_encoding.nim Bump nim-eth for ENR changes and related clean-up (#2422) 2024-06-27 17:59:08 +02:00