nimbus-eth1/fluffy/tests
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
..
beacon_network_tests Move Portal wire and networks setup to new portal_node module (#2464) 2024-07-09 19:22:25 +02:00
blocks Add verification of block data by use of accumulator (#1178) 2022-08-01 21:00:21 +02:00
custom_genesis Fluffy state offer validation (#2170) 2024-05-16 16:16:16 +08:00
portal_spec_tests/mainnet Rework beacon block proofs to better structure (#2493) 2024-07-17 11:32:05 +02:00
state_network_tests Fluffy state network tests and logging improvements (#2402) 2024-06-20 23:41:34 +08:00
all_fluffy_tests.nim Fluffy state offer validation (#2170) 2024-05-16 16:16:16 +08:00
test_accumulator.nim Rename to EpochRecord and other accumulator spec changes (#2473) 2024-07-11 17:42:45 +02:00
test_beacon_chain_block_proof_bellatrix.nim Rework beacon block proofs to better structure (#2493) 2024-07-17 11:32:05 +02:00
test_beacon_chain_block_proof_capella.nim Rework beacon block proofs to better structure (#2493) 2024-07-17 11:32:05 +02:00
test_beacon_chain_historical_roots.nim Prepare Fluffy for usage of historical_roots (#2138) 2024-04-17 17:58:47 +02:00
test_beacon_chain_historical_summaries.nim Formatting fluffy with nph v0.5.1 + CI check (#2020) 2024-02-28 18:31:45 +01:00
test_content_db.nim Formatting fluffy with nph v0.5.1 + CI check (#2020) 2024-02-28 18:31:45 +01:00
test_discovery_rpc.nim Remove usages of CoreDb in Fluffy. (#2152) 2024-04-25 12:22:21 +02:00
test_helpers.nim Rename to EpochRecord and other accumulator spec changes (#2473) 2024-07-11 17:42:45 +02:00
test_history_network.nim Rename to EpochRecord and other accumulator spec changes (#2473) 2024-07-11 17:42:45 +02:00
test_history_util.nim Rename to EpochRecord and other accumulator spec changes (#2473) 2024-07-11 17:42:45 +02:00
test_portal_wire_protocol.nim results: use canonical import (#2248) 2024-05-30 14:54:03 +02:00