nimbus-eth2/tests/official
Dustin Brody 68be98cafa
More 0.8.0 updates (#311)
* replace BeaconState.finalized_{epoch,root} with BeaconState.finalized_checkpoint; rename get_delayed_activation_exit_epoch(...) to compute_activation_exit_epoch(...) and mark as 0.8.0; update get_churn_limit(...)/get_validator_churn_limit(...) to 0.8.0; update process_registry_updates(...) to 0.8.0

* update process_crosslinks(...) to 0.8.0; mark compute_start_slot_of_epoch(...) and get_committee_count(...) as 0.8.0

* mark Fork, is_slashable_validator(...), and get_beacon_proposer_index(...) as 0.8.0

* rename LATEST_SLASHED_EXIT_LENGTH to EPOCHS_PER_SLASHINGS_VECTOR; update process_slashings(...) to 0.8.0; remove pointless type conversion warning in get_previous_epoch(...)

* convert remaining references to finalized_epoch to finalized_checkpoint.epoch

* update slash_validator(...) to 0.8.0; mark inital value, Gwei, and time constants as 0.8.0; mark hash(...) and processBlockHeader(...) as 0.8.0

* rename WHISTLEBLOWING_REWARD_QUOTIENT to WHISTLEBLOWER_REWARD_QUOTIENT; rename LATEST_ACTIVE_INDEX_ROOTS_LENGTH to EPOCHS_PER_HISTORICAL_VECTOR (randao will also get merged into this); remove get_active_index_root(...); mark time parameter, signature domain types, and max operations per block constants as 0.8.0; update rewards and penalties constants to 0.8.0

* update is_valid_indexed_attestation(...) to 0.8.0; mark process_slot(...) as 0.8.0

* replace BeaconState.{current,previous}_justified_{epoch,root} with BeaconState.{current,previous}_justified_checkpoint
2019-07-05 08:30:05 +00:00
..
fixtures@470513eddf Update fixtures submodule to latest (remove deprecated eth2.0-tests) 2019-06-21 10:33:29 +02:00
fixtures_utils.nim More 0.8.0 updates (#311) 2019-07-05 08:30:05 +00:00
test_fixture_bls.nim [Tests] SSZ unsigned integer + test suite genericity (#284) 2019-06-17 09:29:23 +00:00
test_fixture_shuffling Introduce constant presets (#269) 2019-05-27 14:48:13 +02:00
test_fixture_shuffling.nim [Tests] SSZ unsigned integer + test suite genericity (#284) 2019-06-17 09:29:23 +00:00
test_fixture_ssz_uint.nim [Tests] SSZ unsigned integer + test suite genericity (#284) 2019-06-17 09:29:23 +00:00