nimbus-eth2/tests
tersec fb6e6d9cf4
remove `newPayload` from block production flow (#4186)
* remove `newPayload` from block production flow

* refactor block_processor to run `newPayload` as part of `storeBlock`
2022-10-14 22:48:56 +03:00
..
consensus_spec Allow chain dag without genesis / block (#4230) 2022-10-14 22:40:10 +03:00
fork_choice adjust checkpoint tracking for devnets (#4039) 2022-08-29 09:26:01 +02:00
fuzzing
helpers fix ExecutionPayload(Header) JSON serialization (#3679) 2022-06-01 14:57:28 +02:00
mocking switch `withStateAndBlck` usage to `forkyState`; rm unused `tests/mocking/` modules (#4206) 2022-10-03 13:08:50 +00:00
simulation implement /eth/v1/validator/register_validator (#4115) 2022-09-13 14:52:26 +03:00
slashing_protection
spec_block_processing update consensus spec ref URLs to v1.2.0 (#4164) 2022-09-23 07:56:06 +00:00
spec_epoch_processing
all_tests.nim Fix REST generic error parsing. (#4189) 2022-09-28 18:47:15 +00:00
nim.cfg use `nim-websock` instead of `news` (#4061) 2022-09-06 23:41:33 +02:00
test_action_tracker.nim
test_attestation_pool.nim more `withState` `state` -> `forkyState` (#4104) 2022-09-10 08:12:07 +02:00
test_beacon_chain_db.nim
test_beacon_time.nim
test_block_dag.nim
test_block_processor.nim remove `newPayload` from block production flow (#4186) 2022-10-14 22:48:56 +03:00
test_block_quarantine.nim
test_blockchain_dag.nim Allow chain dag without genesis / block (#4230) 2022-10-14 22:40:10 +03:00
test_conf.nim
test_datatypes.nim
test_discovery.nim detect mismatch of config and binary (#4132) 2022-09-19 12:07:46 +03:00
test_engine_authentication.nim
test_eth1_monitor.nim
test_eth2_ssz_serialization.nim
test_exit_pool.nim more `withState` `state` -> `forkyState` (#4104) 2022-09-10 08:12:07 +02:00
test_forks.nim
test_gossip_transition.nim
test_gossip_validation.nim load suggested fee recipient file also when keymanager is disabled (#4078) 2022-09-17 08:30:07 +03:00
test_helpers.nim
test_honest_validator.nim
test_interop.nim
test_key_splitting.nim
test_keymanager_api.nim Support Prysm and Ethdo Keystores (Fixes #4107) (#4149) 2022-09-20 01:09:56 +03:00
test_keystore.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
test_keystore_management.nim
test_light_client.nim update LC spec references for v1.2.0-rc.2 (#3982) 2022-08-17 19:47:06 +00:00
test_light_client_processor.nim
test_message_signatures.nim
test_peer_pool.nim
test_remote_keystore.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
test_serialization.nim nicer error message for failed backfill (#4188) 2022-09-29 23:55:18 +03:00
test_spec.nim
test_statediff.nim update state diffs to Bellatrix (#4177) 2022-09-26 19:13:50 +00:00
test_sync_committee_pool.nim
test_sync_manager.nim Sync gaps fix (#4090) 2022-09-19 12:37:42 +03:00
test_zero_signature.nim
testblockutil.nim implement v1.2.0 optimistic sync tests (#4174) 2022-09-27 15:11:47 +03:00
testdbutil.nim move LVH handling to tests/; increase maximum fork choice retries (#4205) 2022-10-03 13:10:08 +00:00
teststateutil.nim more `withState` `state` -> `forkyState` (#4104) 2022-09-10 08:12:07 +02:00
testutil.nim