nimbus-eth2/tests
Dustin Brody 9f55b4646c
More 0.5.1 spec updates (#195)
* rm gone-in-0.5.0 Proposal, verifyBlockSignature, and slot check which moved to spec function processBlockHeader

* mark get_attestation_participants and get_epoch_committee_count as 0.5.1; finish updating processAttestations to 0.5.1; add kludgy workaround for bug relating to get_winning_roots_etc using crosslink_data_root as index when we have that as ZERO_HASH for all leading to it confusing attesters on different shards; rm BeaconState.latest_attestations, which splits into previous_epoch_attestations and current_epoch_attestations

* Fix CI due to removed latest_attestations field
2019-03-22 18:33:12 +00:00
..
simulation Address review concerns and make some steps towards json logging 2019-03-22 17:04:17 +02:00
all_tests.nim cleanups (#189) 2019-03-20 14:01:48 -06:00
nim.cfg enable "--threads:on" for tests (#75) 2019-02-05 18:48:34 +01:00
test_attestation_pool.nim implement fork choice (#175) 2019-03-13 16:59:20 -06:00
test_beacon_chain_db.nim begin 0.5.0 spec update (#179) 2019-03-16 13:52:37 -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_bitfield.nim cleanups (#189) 2019-03-20 14:01:48 -06:00
test_block_pool.nim Squashed commit of the following: 2019-03-12 16:03:14 +01:00
test_helpers.nim add is_power_of_2 implementation 2018-12-05 07:19:57 -06:00
test_ssz.nim Mostly convert to using distinct Slot type (#172) 2019-03-12 16:21:32 -06:00
test_state_transition.nim More 0.5.1 spec updates (#195) 2019-03-22 18:33:12 +00: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 assert() -> doAssert() 2019-03-14 00:04:43 +01:00
testutil.nim More 0.5.1 spec updates (#195) 2019-03-22 18:33:12 +00:00