nimbus-eth2/tests
Eugene Kabanov 65257b82f8
Validator key management API (#2755)
Implements https://github.com/ethereum/beacon-APIs/pull/151
2021-10-04 22:08:31 +03:00
..
fork_choice proc -> func in ncli/, research/, and test/ (#2818) 2021-08-25 14:51:52 +00:00
fuzzing
helpers proc -> func in ncli/, research/, and test/ (#2818) 2021-08-25 14:51:52 +00:00
mocking always use static keys in tests (#2928) 2021-09-30 17:14:03 +02:00
official port EF light client tests 2021-10-04 15:49:34 +03:00
simulation Carry out the sync committee gossip duties 2021-08-30 03:58:30 +03:00
slashing_protection proc -> func in ncli/, research/, and test/ (#2818) 2021-08-25 14:51:52 +00:00
spec_block_processing update 30 spec URLs to v1.1.0 (#2914) 2021-09-28 14:01:46 +00:00
spec_epoch_processing allow testing genesis with Altair (#2866) 2021-09-13 22:56:37 +00:00
ssz proc -> func in ncli/, research/, and test/ (#2818) 2021-08-25 14:51:52 +00:00
all_tests.nim Restore the sync committee pool pruning and add tests 2021-08-30 11:06:45 +03:00
all_tests.nim.cfg
test_attestation_pool.nim use forked `getAttestationsForBlock` everywhere (#2937) 2021-10-01 01:29:32 +00:00
test_beacon_chain_db.nim merge hardfork database support (#2911) 2021-09-30 01:07:24 +00:00
test_beaconstate.nim
test_bitseqs.nim
test_block_pool.nim allow adding Altair test blocks (#2872) 2021-09-17 10:55:04 +00:00
test_datatypes.nim
test_discovery.nim Improve discovery during fork (#2913) 2021-09-29 14:06:16 +03:00
test_eth1_monitor.nim
test_eth2_ssz_serialization.nim
test_exit_pool.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
test_gossip_validation.nim Validator key management API (#2755) 2021-10-04 22:08:31 +03:00
test_helpers.nim add function to build merkle proofs (#2874) 2021-09-29 15:02:34 +02:00
test_honest_validator.nim
test_interop.nim
test_keystore.nim
test_message_signatures.nim always use static keys in tests (#2928) 2021-09-30 17:14:03 +02:00
test_peer_pool.nim proc -> func in ncli/, research/, and test/ (#2818) 2021-08-25 14:51:52 +00:00
test_statediff.nim merge hardfork database support (#2911) 2021-09-30 01:07:24 +00:00
test_sync_committee_pool.nim remove privkey from mock withdrawal credentials (#2936) 2021-10-01 13:35:16 +02:00
test_sync_manager.nim
test_sync_manager.nim.cfg
test_zero_signature.nim update spec references from eth2.0-specs to consensus-specs and to v1.1.0-beta.2 (#2822) 2021-08-26 10:21:52 +02:00
testblockutil.nim remove privkey from mock withdrawal credentials (#2936) 2021-10-01 13:35:16 +02:00
testdbutil.nim
teststateutil.nim merge hardfork database support (#2911) 2021-09-30 01:07:24 +00:00
testutil.nim