nimbus-eth2/tests
Eugene Kabanov 55fcece0b2
SyncManager fix to process blocks one by one. (#1464)
* Allow sync manager process blocks one by one.

* Log storeBlock() and updateHead() duration.

* Calculate duration only for blocks added without any error.

* Fix float compilation error.

* Fix duration.

* Fix SyncQueue tests.
2020-08-10 09:15:50 +02:00
..
fork_choice Use fork v2 (#1358) 2020-07-25 21:41:12 +02:00
fuzzing
helpers Revert "Lazy crypto [alt design #1369] (#1371)" (#1435) 2020-08-04 17:15:13 +00:00
mocking Revert "Lazy crypto [alt design #1369] (#1371)" (#1435) 2020-08-04 17:15:13 +00:00
official skip hotfixed DEPOSIT_CHAIN_ID/DEPOSIT_NETWORK_ID const checks (#1434) 2020-08-04 15:53:39 +00:00
simulation fixes the BN/VC communication - properly getting the attestation duties & also fixed start.sh 2020-08-06 15:29:05 +03:00
spec_block_processing update 111 v0.12.1 beacon chain spec refs to v0.12.2 (#1380) 2020-07-27 18:49:46 +02:00
spec_epoch_processing spec cleanups (#1379) 2020-07-27 16:04:44 +00:00
all_tests.nim
all_tests.nim.cfg Use only secp256k1 as identity in libp2p. (#1343) 2020-07-21 18:07:14 +02:00
test_attestation_pool.nim use epoch ref to update fork choice 2020-08-04 20:00:31 +03:00
test_beacon_chain_db.nim add state root test (#1466) 2020-08-07 22:17:24 +02:00
test_beacon_node.nim
test_beaconstate.nim Prefer converting int` to uint64 and switch foo.len.uint64 to .len64 (#1375) 2020-07-26 20:55:48 +02:00
test_bitseqs.nim
test_block_pool.nim update attestation and block validation to v0.12.2; clean up getAncestorAt()/get_ancestor() (#1417) 2020-08-03 19:47:42 +00:00
test_datatypes.nim
test_helpers.nim
test_honest_validator.nim
test_interop.nim
test_keystore.nim Add Scrypt support in the Keystores 2020-08-02 23:00:43 +03:00
test_mainchain_monitor.nim bump submodules 2020-07-14 03:01:23 +02:00
test_mocking.nim
test_peer_connection.nim more fork-choice fixes (#1388) 2020-07-30 17:48:25 +02:00
test_peer_pool.nim
test_ssz.nim Prefer converting int` to uint64 and switch foo.len.uint64 to .len64 (#1375) 2020-07-26 20:55:48 +02:00
test_state_transition.nim Prefer converting int` to uint64 and switch foo.len.uint64 to .len64 (#1375) 2020-07-26 20:55:48 +02:00
test_sync_manager.nim SyncManager fix to process blocks one by one. (#1464) 2020-08-10 09:15:50 +02:00
test_sync_protocol.nim
test_zero_signature.nim Revert "Lazy crypto [alt design #1369] (#1371)" (#1435) 2020-08-04 17:15:13 +00:00
testblockutil.nim removed the BlockPool type and all of the proxy functions around it (#1401) 2020-07-30 21:18:17 +02:00
testutil.nim renamed CandidateChains to ChainDagRef and made the Quarantine type a ref type so there is a single instance in the beacon node (#1407) 2020-07-31 14:49:06 +00:00