nimbus-eth2/tests
Zahary Karadjov 903cb8a8b5 A LibP2P-based networking stack;
To enable it, comment out the 'withLibp2p' line in nim.cfg

The history was squashed in order to remove an accidentally
commited binary file.

Other changes:

* SSZ was adapted to use the common serialization framework

* gossibsup.subscribe is not using async handlers at the moment
  and this allowed me to simplify it
2019-03-12 13:36:55 +02:00
..
simulation Updates for finalizing chain! (#162) 2019-03-09 04:23:14 +00:00
all_tests.nim add initial block pool (#139) 2019-02-28 15:21:29 -06:00
nim.cfg enable "--threads:on" for tests (#75) 2019-02-05 18:48:34 +01:00
test_attestation_pool.nim verify blocks before storing in block pool / database (#158) 2019-03-08 10:40:17 -06:00
test_beacon_chain_db.nim verify blocks before storing in block pool / database (#158) 2019-03-08 10:40:17 -06:00
test_beacon_node.nim Merge remote-tracking branch 'origin/master' into epoch-state-2 2018-12-05 11:58:01 -06:00
test_beaconstate.nim convert some asserts to doAsserts to keep them in release mode builds; rename get_initial_beacon_state to get_genesis_beacon_state to track spec; switch target spec version to 0.3.0; switch references to penalize_validator to slash_validator/slashValidator to track spec; make some function returns safer by omitting 'return' (#132) 2019-02-22 10:56:45 +01:00
test_block_pool.nim Use BlockPool for slot->blocks mapping (#166) 2019-03-11 09:38:36 -06:00
test_helpers.nim add is_power_of_2 implementation 2018-12-05 07:19:57 -06:00
test_ssz.nim A LibP2P-based networking stack; 2019-03-12 13:36:55 +02:00
test_state_transition.nim verify blocks before storing in block pool / database (#158) 2019-03-08 10:40:17 -06:00
test_sync_protocol.nim Merge remote-tracking branch 'origin/master' into epoch-state-2 2018-12-05 11:58:01 -06:00
test_validator.nim speed up epoch processing by caching shuffling results (#153) 2019-03-05 19:10:36 +00:00
testutil.nim more 0.4.0 spec updates: renamings, continue Proposal updates, and note several more functions which were verified not to have changed in 0.4.0 (#163) 2019-03-11 09:33:24 -06:00