mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 12:30:08 +00:00
bump a couple more eth2 phase0 spec refs to v0.11.1
This commit is contained in:
parent
943a7da610
commit
05d1d1246a
@ -1,5 +1,5 @@
|
|||||||
# Fork choice implementations
|
# Fork choice implementations
|
||||||
|
|
||||||
References:
|
References:
|
||||||
- https://github.com/ethereum/eth2.0-specs/blob/v0.10.1/specs/phase0/fork-choice.md
|
- https://github.com/ethereum/eth2.0-specs/blob/v0.11.1/specs/phase0/fork-choice.md
|
||||||
- https://github.com/protolambda/lmd-ghost
|
- https://github.com/protolambda/lmd-ghost
|
||||||
|
@ -327,7 +327,7 @@ func is_eligible_for_activation(state: BeaconState, validator: Validator):
|
|||||||
# Has not yet been activated
|
# Has not yet been activated
|
||||||
validator.activation_epoch == FAR_FUTURE_EPOCH
|
validator.activation_epoch == FAR_FUTURE_EPOCH
|
||||||
|
|
||||||
# https://github.com/ethereum/eth2.0-specs/blob/v0.10.1/specs/phase0/beacon-chain.md#registry-updates
|
# https://github.com/ethereum/eth2.0-specs/blob/v0.11.1/specs/phase0/beacon-chain.md#registry-updates
|
||||||
proc process_registry_updates*(state: var BeaconState) {.nbench.}=
|
proc process_registry_updates*(state: var BeaconState) {.nbench.}=
|
||||||
## Process activation eligibility and ejections
|
## Process activation eligibility and ejections
|
||||||
## Try to avoid caching here, since this could easily become undefined
|
## Try to avoid caching here, since this could easily become undefined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user