nimbus-eth2/tests
Jacek Sieka bc80ac3be1
harden REST API `atSlot` against non-finalized blocks (#3538)
* harden validator API against pre-finalized slot requests
* check `syncHorizon` when responding to validator api requests too far
from `head`
* limit state-id based requests to one epoch ahead of `head`
* put historic data bounds on block/attestation/etc validator production API, preventing them from being used with already-finalized slots
* add validator block smoke tests
* make rest test create a new genesis with the tests running roughly in
the first epoch to allow testing a few more boundary conditions
2022-03-23 12:42:16 +01:00
..
consensus_spec Prune `BlockRef` on finalization (#3513) 2022-03-17 17:42:56 +00:00
fork_choice var => let in specs/ and tests/ (#3425) 2022-02-20 20:13:06 +00:00
fuzzing
helpers
mocking engine API alpha.7 -> alpha.8 and a few remaining v1.1.9 to v1.1.0 CL spec URL updates (#3519) 2022-03-18 11:46:39 +00:00
simulation harden REST API `atSlot` against non-finalized blocks (#3538) 2022-03-23 12:42:16 +01:00
slashing_protection Minify slashing protection before SQLite (#3393) 2022-03-04 16:43:34 +02:00
spec_block_processing automated CL spec ref URL updates from v1.1.9 to v1.1.10 (#3455) 2022-03-02 10:00:21 +00:00
spec_epoch_processing var => let in specs/ and tests/ (#3425) 2022-02-20 20:13:06 +00:00
all_tests.nim introduce light client processor (#3509) 2022-03-17 23:26:56 +01:00
nim.cfg
test_action_tracker.nim
test_attestation_pool.nim remove StateData (#3507) 2022-03-16 08:20:40 +01:00
test_beacon_chain_db.nim remove StateData (#3507) 2022-03-16 08:20:40 +01:00
test_beacon_time.nim add `start_slot` overload for sync periods (#3469) 2022-03-08 11:38:58 +01:00
test_block_dag.nim move dependent root computations to `BeaconState` / `EpochRef` (#3478) 2022-03-15 09:24:55 +01:00
test_block_processor.nim remove StateData (#3507) 2022-03-16 08:20:40 +01:00
test_block_quarantine.nim proc -> func, mainly in spec/state transition and adjecent modules (#3405) 2022-02-17 11:53:55 +00:00
test_blockchain_dag.nim simplify unviable head pruning (#3528) 2022-03-21 09:20:26 +00:00
test_datatypes.nim
test_discovery.nim Peer dialing/kicking system overhaul (#3346) 2022-03-11 10:51:53 +00:00
test_engine_authentication.nim implement --jwt-secret and HS256 JWT/JWS signing for engine API alpha.7 (#3440) 2022-02-27 16:55:02 +00:00
test_eth1_monitor.nim rename random -> prev_randao in Bellatrix for CL specs v1.1.10 (#3460) 2022-03-03 16:08:14 +00:00
test_eth2_ssz_serialization.nim use isZeroMemory for Eth2Digest comparisons (#3386) 2022-02-14 05:26:19 +00:00
test_exit_pool.nim remove StateData (#3507) 2022-03-16 08:20:40 +01:00
test_forks.nim rename MERGE_FORK_EPOCH to BELLATRIX_FORK_EPOCH (#3350) 2022-02-02 14:06:55 +01:00
test_gossip_transition.nim rename Beacon{Block,State}Fork.Merge to Bellatrix; update copyright years (#3240) 2022-01-04 09:45:38 +00:00
test_gossip_validation.nim remove StateData (#3507) 2022-03-16 08:20:40 +01:00
test_helpers.nim move `state_transition` to `Result` (#3284) 2022-01-17 12:19:58 +01:00
test_honest_validator.nim dynamic sync committee subscriptions (#3308) 2022-01-24 20:40:59 +00:00
test_interop.nim
test_keymanager_api.nim Remote KeyManager API and number of fixes/tests for KeyManager API (#3360) 2022-02-07 22:36:09 +02:00
test_keystore.nim var => let in specs/ and tests/ (#3425) 2022-02-20 20:13:06 +00:00
test_keystore_management.nim Remote KeyManager API and number of fixes/tests for KeyManager API (#3360) 2022-02-07 22:36:09 +02:00
test_light_client.nim update light client server for DAG failure modes (#3514) 2022-03-20 11:58:59 +01:00
test_light_client_processor.nim update light client server for DAG failure modes (#3514) 2022-03-20 11:58:59 +01:00
test_message_signatures.nim
test_peer_pool.nim
test_spec.nim move `BlockId` to `spec` (#3511) 2022-03-16 16:00:18 +01:00
test_statediff.nim remove StateData (#3507) 2022-03-16 08:20:40 +01:00
test_sync_committee_pool.nim rename no{R=>r}eturn, no{I=>i}init, short{l=>L}og, E{T=>t}h2Node, Beacon{c=>C}hainDB (#3403) 2022-02-16 23:24:44 +01:00
test_sync_manager.nim avoid re-requesting finalized blocks during sync (#3461) 2022-03-15 18:56:56 +01:00
test_zero_signature.nim
testblockutil.nim remove StateData (#3507) 2022-03-16 08:20:40 +01:00
testdbutil.nim
teststateutil.nim rename MERGE_FORK_EPOCH to BELLATRIX_FORK_EPOCH (#3350) 2022-02-02 14:06:55 +01:00
testutil.nim