nimbus-eth2/tests
Mamy Ratsimbazafy 94120ad011
Slash protection fixes (#1757)
* Address #1698

* Add test for #1699
2020-09-25 19:39:06 +02:00
..
fork_choice Fork choice - almost free pruning - fix #1534 (#1535) 2020-08-26 17:23:34 +02:00
fuzzing Local sim now includes a prometheus server, a Ganache instance and a simulation dashboard server (in Tmux mode) 2020-06-22 17:30:04 +03:00
helpers Bump nim-blscurve (#1491) 2020-08-15 19:33:58 +02:00
mocking stop discarding future epochs; remove a StateCache() construction (#1610) 2020-09-07 15:04:33 +00:00
official minimal v0.12.3 update (#1716) 2020-09-21 15:58:35 +00:00
simulation use a separate process for the private keys (Off by default) - there is a new signing_process binary which loads all validators of the beacon node and the BN dictates through stdin of the signing process what to be signed and when and reads from stdout of the process 2020-09-02 12:47:00 +03:00
slashing_protection Slash protection fixes (#1757) 2020-09-25 19:39:06 +02:00
spec_block_processing update 120+ beacon_chain and validator spec refs from v0.12.2 to v0.12.3 (#1740) 2020-09-24 19:04:10 +02:00
spec_epoch_processing stop discarding future epochs; remove a StateCache() construction (#1610) 2020-09-07 15:04:33 +00:00
all_tests.nim refactor exit pool and gossipsub-subscribe to exit pool message types (#1733) 2020-09-24 19:05:49 +02:00
all_tests.nim.cfg Use only secp256k1 as identity in libp2p. (#1343) 2020-07-21 18:07:14 +02:00
test_attestation_pool.nim keep REJECT/IGNORE of messages failing validation for libp2p scoring (#1676) 2020-09-18 13:53:09 +02:00
test_beacon_chain_db.nim cleanly close kvstore databases and bump nim-eth (#1630) 2020-09-12 05:35:58 +00:00
test_beacon_node.nim Generate markdown test reports 2020-03-13 14:38:59 +00:00
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 reorder ssz (#1099) 2020-06-03 15:52:02 +02:00
test_block_pool.nim keep REJECT/IGNORE of messages failing validation for libp2p scoring (#1676) 2020-09-18 13:53:09 +02:00
test_datatypes.nim Address review comments; Add a test 2020-07-12 21:01:31 +03:00
test_exit_pool.nim refactor exit pool and gossipsub-subscribe to exit pool message types (#1733) 2020-09-24 19:05:49 +02:00
test_helpers.nim Generate markdown test reports 2020-03-13 14:38:59 +00:00
test_honest_validator.nim remove v0.11.3 support; add block_sim to CI (#1253) 2020-06-29 18:08:58 +00:00
test_interop.nim Bump nim-blscurve (#1491) 2020-08-15 19:33:58 +02:00
test_keystore.nim Fix https://github.com/status-im/nim-beacon-chain/issues/1701 + raise concerns in keystore secrets protection (#1726) 2020-09-24 07:27:56 +02:00
test_mainchain_monitor.nim bump submodules 2020-07-14 03:01:23 +02:00
test_mocking.nim refactor some Merkle proof generation code outside tests; remove unused variables/functions 2020-04-15 09:59:49 +00:00
test_peer_connection.nim more fork-choice fixes (#1388) 2020-07-30 17:48:25 +02:00
test_peer_pool.nim Peer management (#1707) 2020-09-21 18:02:27 +02:00
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 stop discarding future epochs; remove a StateCache() construction (#1610) 2020-09-07 15:04:33 +00:00
test_sync_manager.nim avoid double deserialization 2020-08-21 11:46:25 +03:00
test_sync_protocol.nim Generate markdown test reports 2020-03-13 14:38:59 +00:00
test_zero_signature.nim Revert "Lazy crypto [alt design #1369] (#1371)" (#1435) 2020-08-04 17:15:13 +00:00
testblockutil.nim implement clock disparity for attestation validation (#1568) 2020-08-27 09:34:12 +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