nimbus-eth2/tests
Etan Kissling f98c33ad03
generalize `commonAncestor` function to `BlockId` (#5192)
To enable additional use cases, e.g., `/states/###/randao` beacon API,
`ShufflingRef` acceleration logic needs to be able to operate on parts
of the DAG that do not have `BlockRef`. Changing `commonAncestor` to
act on `BlockId` instead of `BlockRef` is a step toward that and also
simplifies the logic some more.
2023-07-18 17:37:53 +02:00
..
consensus_spec automated consensus spec URL updating to v1.4.0-beta.0 (#5121) 2023-06-24 15:43:30 +00:00
fuzzing
helpers
media
mocking Rename eth1/ -> el/ and eth1_monitor.nim -> el_monitor.nim (#4944) 2023-05-15 05:05:12 +00:00
simulation
slashing_protection
all_tests.nim New stricter beacon-node URL parsing 2023-05-19 02:02:20 +03:00
nim.cfg
test_action_tracker.nim opt-out support for v1.4.0 attestation stability subnets (#5128) 2023-06-30 05:23:15 +00:00
test_attestation_pool.nim reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
test_beacon_chain_db.nim
test_beacon_time.nim dependent slot helpers 2023-05-16 11:04:25 +02:00
test_block_dag.nim generalize `commonAncestor` function to `BlockId` (#5192) 2023-07-18 17:37:53 +02:00
test_block_processor.nim Fetch by-root request directly from quarantine (#5167) 2023-07-11 18:22:02 +02:00
test_block_quarantine.nim Fetch by-root request directly from quarantine (#5167) 2023-07-11 18:22:02 +02:00
test_blockchain_dag.nim generalize `commonAncestor` function to `BlockId` (#5192) 2023-07-18 17:37:53 +02:00
test_conf.nim
test_datatypes.nim
test_deposit_snapshots.nim
test_discovery.nim reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
test_el_conf.nim Rename eth1/ -> el/ and eth1_monitor.nim -> el_monitor.nim (#4944) 2023-05-15 05:05:12 +00:00
test_el_manager.nim use v1.4.0-alpha.1 consensus spec test vectors (#5026) 2023-06-03 21:55:08 +00:00
test_engine_authentication.nim
test_eth2_ssz_serialization.nim
test_exit_pool.nim
test_forks.nim
test_gossip_transition.nim
test_gossip_validation.nim reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
test_helpers.nim
test_honest_validator.nim Add blob handling to message router (#5106) 2023-06-28 17:55:31 +00:00
test_key_splitting.nim reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
test_keymanager_api.nim reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
test_keystore.nim reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
test_keystore_management.nim reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
test_light_client.nim reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
test_light_client_processor.nim reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
test_message_signatures.nim Implement blob sidecar signatures (#5072) 2023-06-16 15:47:18 +00:00
test_network_metadata.nim Disable the use of incbin as it breaks the retail build on Linux/ARM 2023-05-19 04:08:02 +03:00
test_peer_pool.nim
test_remote_keystore.nim use v1.4.0-alpha.1 consensus spec test vectors (#5026) 2023-06-03 21:55:08 +00:00
test_serialization.nim
test_signing_node.nim Web3Signer support only for only Bellatrix and later (#5107) 2023-06-29 09:36:43 +00:00
test_spec.nim
test_statediff.nim refactor state diffs not to require two states in memory (#4986) 2023-05-30 11:55:32 +03:00
test_sync_committee_pool.nim reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
test_sync_manager.nim Fix sync for blocks older than MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS (#4977) 2023-05-19 16:25:11 +00:00
test_validator_client.nim VC: Use scoring function to select best attestation data when using multiple BNs. (#5101) 2023-07-06 11:14:22 +02:00
test_validator_pool.nim
test_zero_signature.nim
testblockutil.nim automated consensus spec URL updating to v1.4.0-beta.0 (#5121) 2023-06-24 15:43:30 +00:00
testdbutil.nim allow initializing test DBs from later forks (#5186) 2023-07-14 09:35:58 +02:00
teststateutil.nim
testutil.nim