Merge branch 'dev' into proto-merge-test-gen

This commit is contained in:
protolambda
2019-04-15 16:35:38 +10:00
14 changed files with 229 additions and 350 deletions

View File

@@ -92,10 +92,9 @@ def process_epoch_transition(state: BeaconState) -> None:
spec.process_crosslinks(state)
spec.maybe_reset_eth1_period(state)
spec.apply_rewards(state)
spec.process_ejections(state)
spec.process_balance_driven_status_transitions(state)
spec.update_registry(state)
spec.process_slashings(state)
spec.process_exit_queue(state)
spec.finish_epoch_update(state)