mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-20 19:40:52 +00:00
13c7f7fcec
* begin refactoring 0.5.0 epoch transition at justification and finalization * update processTransfers to 0.5.0 spec * update get_crosslink_committees_at_slot to 0.5.0 except for noted workaround for pre-0.5.0 spec bug related to epoch boundary conditions, to be flipped in more coordinated way with other epoch processing changes * mark ejection processing as 0.5.0 * 0.5.0 epoch update finalization * rm BEACON_CHAIN_SHARD_NUMBER to complete updating miscellaneous constants to 0.5.0 * mark verify_slashable_attestation as 0.5.0 * update process_attester_slashing to 0.5.0 * update process_slashings(...) to 0.5.0 and mark process_exit_queue as 0.5.0 * refactor epoch processing by implementing 0.5.0's update_registry_and_shuffling_data(...)