nimbus-eth2/tests
Dustin Brody f6de87b80e remove O(n^2) eth1 deposit processing and scaffolding comparing it with O(n) deposit processing; re-enable now-viable-to-run genesis state initialization tests with around 16,384 validators 2019-11-25 14:48:59 +00:00
..
helpers use doAssert in static proc (https://github.com/status-im/nim-beacon-chain/pull/585#discussion_r350073704) closes #582 2019-11-25 11:09:36 +01:00
mocking miscellanous cleanups and removing a few funcs/procs from unnecessary global scopes 2019-11-25 09:08:15 +00:00
official miscellanous cleanups and removing a few funcs/procs from unnecessary global scopes 2019-11-25 09:08:15 +00:00
simulation switch more funcs and procs from global to module scope; create scaffolding for non-O(n^2) eth1 deposit processing with assertions for equivalent functionality; fix a few more shellcheck warnings 2019-11-25 14:48:59 +00:00
spec_block_processing miscellanous cleanups and removing a few funcs/procs from unnecessary global scopes 2019-11-25 09:08:15 +00:00
spec_epoch_processing remove UnusedImport spam (#549) 2019-11-14 11:47:55 +01:00
all_tests.nim remove O(n^2) eth1 deposit processing and scaffolding comparing it with O(n) deposit processing; re-enable now-viable-to-run genesis state initialization tests with around 16,384 validators 2019-11-25 14:48:59 +00:00
all_tests.nim.cfg Fix a strange build failure in the tests 2019-11-11 23:29:36 +00:00
test_attestation_pool.nim verify that state_sim is justifying and finalizing; fix 3 more warnings; rename crosslink_committee_cache to beacon_committee_cache; fix O(n^2) usage of get_base_reward(...) 2019-11-18 17:35:58 +00:00
test_beacon_chain_db.nim re-enable all_tests.nim mainnet tests 2019-11-21 19:40:35 +02:00
test_beacon_node.nim fix several warnings and hints 2019-11-18 17:35:58 +00:00
test_beaconstate.nim remove UnusedImport spam (#549) 2019-11-14 11:47:55 +01:00
test_block_pool.nim remove UnusedImport spam (#549) 2019-11-14 11:47:55 +01:00
test_helpers.nim remove UnusedImport spam (#549) 2019-11-14 11:47:55 +01:00
test_interop.nim re-enable test_interop based on zcli with 0.9.1 specs and update initialize_beacon_state_from_eth1(...) to 0.9.1 (#569) 2019-11-21 09:15:10 +00:00
test_peer_connection.nim Respect the port configuration and NAT setup when using LibP2P 2019-06-24 05:34:22 +03:00
test_ssz.nim switch assert(...) to doAssert(...) and minor cleanup 2019-11-22 16:39:05 +00:00
test_state_transition.nim re-enable all_tests.nim mainnet tests 2019-11-21 19:40:35 +02:00
test_sync_protocol.nim fix several warnings and hints 2019-11-18 17:35:58 +00:00
test_validator.nim [Tests] SHA256 + official shuffling vectors (#263) 2019-05-10 08:14:01 +00:00
test_zero_signature.nim remove UnusedImport spam (#549) 2019-11-14 11:47:55 +01:00
testutil.nim switch more funcs and procs from global to module scope; create scaffolding for non-O(n^2) eth1 deposit processing with assertions for equivalent functionality; fix a few more shellcheck warnings 2019-11-25 14:48:59 +00:00