..
consensus_spec
remove unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
fork_choice
stylecheck fixes ( #3592 )
2022-04-14 13:47:14 +03:00
fuzzing
test fixture cleanups ( #2976 )
2021-10-12 13:36:52 +02:00
helpers
fix ExecutionPayload(Header) JSON serialization ( #3679 )
2022-06-01 14:57:28 +02:00
mocking
CL spec URL updates to v1.2.0-rc.1 ( #3655 )
2022-05-23 19:30:24 +00:00
simulation
stop using --rpc in run-beacon-node and simulations ( #3662 )
2022-05-24 16:21:55 +00:00
slashing_protection
remove unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
spec_block_processing
fix unnecessary HashList/HashArray cache invalidation ( #3660 )
2022-05-30 13:30:42 +00:00
spec_epoch_processing
remove unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
all_tests.nim
keep track of latest blocks for optimistic sync ( #3715 )
2022-06-10 14:16:37 +00:00
nim.cfg
enable `styleCheck:usages` ( #3573 )
2022-04-08 16:22:49 +00:00
test_action_tracker.nim
Backfill support for ChainDAG ( #3171 )
2021-12-13 14:36:06 +01:00
test_attestation_pool.nim
stylecheck fixes ( #3593 )
2022-04-14 17:39:37 +02:00
test_beacon_chain_db.nim
avoid unnecessary recompression in block protocol ( #3598 )
2022-05-05 11:00:02 +00:00
test_beacon_time.nim
add `start_slot` overload for sync periods ( #3469 )
2022-03-08 11:38:58 +01:00
test_block_clearance_light_client.nim
keep track of latest blocks for optimistic sync ( #3715 )
2022-06-10 14:16:37 +00:00
test_block_dag.nim
remove unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
test_block_processor.nim
remove unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
test_block_quarantine.nim
remove unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
test_blockchain_dag.nim
remove unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
test_datatypes.nim
remove false OnBlockAdded dependency on phase0 HashedBeaconState ( #2661 )
2021-06-21 08:35:24 +00:00
test_discovery.nim
enable `styleCheck:usages` ( #3573 )
2022-04-08 16:22:49 +00:00
test_engine_authentication.nim
remove unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
test_eth1_monitor.nim
fix ExecutionPayload(Header) JSON serialization ( #3679 )
2022-06-01 14:57:28 +02: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 unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00: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 unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
test_helpers.nim
move `state_transition` to `Result` ( #3284 )
2022-01-17 12:19:58 +01:00
test_honest_validator.nim
update to latest light client libp2p protocol ( #3623 )
2022-05-23 14:02:54 +02:00
test_interop.nim
stylecheck fixes ( #3593 )
2022-04-14 17:39:37 +02:00
test_key_splitting.nim
remove unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
test_keymanager_api.nim
remove unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
test_keystore.nim
remove unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
test_keystore_management.nim
remove unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
test_light_client.nim
remove unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
test_light_client_processor.nim
add light client (standalone) ( #3653 )
2022-05-31 12:45:37 +02:00
test_message_signatures.nim
Implement all sync committee duties in the validator client ( #3583 )
2022-05-10 10:03:40 +00:00
test_peer_pool.nim
proc -> func in ncli/, research/, and test/ ( #2818 )
2021-08-25 14:51:52 +00:00
test_remote_keystore.nim
remove unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
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
enable `styleCheck:usages` ( #3573 )
2022-04-08 16:22:49 +00:00
test_sync_manager.nim
sync: remove `step` from sync client implementation ( #3678 )
2022-06-06 16:56:59 +03:00
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
more CL spec URL updates to v1.2.0-rc.1 ( #3657 )
2022-05-24 08:26:35 +00:00
testdbutil.nim
Support starting from altair ( #3054 )
2021-11-10 13:39:08 +02:00
teststateutil.nim
remove unused imports in tests/ ( #3713 )
2022-06-07 17:05:06 +00:00
testutil.nim
forkedbeaconstate_helpers -> forks ( #2772 )
2021-08-10 22:46:35 +02:00