Skip to content

Commit

Permalink
Update EIP-7514: Update eip-7514 constant name
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
dapplion committed Sep 14, 2023
1 parent 8312e6a commit 4534f1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions EIPS/eip-7514.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@ This EIP does not attempt to do this, but to allow more time for the community t

| Name | Value |
| ---- | ----- |
| `MAX_PER_EPOCH_CHURN_LIMIT` | 8 |
| `MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT` | 8 |

### Execution layer

This requires no changes to the Execution Layer.

### Consensus layer

- Modify `get_validator_churn_limit` function adding an upper bound `MAX_PER_EPOCH_CHURN_LIMIT`
- Add `get_validator_activation_churn_limit` with upper bound `MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT`
- Modify `process_registry_updates` to use bounded activation churn limit

The full specification of the proposed change can be found in [`/_features/eip7514/beacon-chain.md`](https://github.com/ethereum/consensus-specs/blob/a56c4d026ff4fd39cbd77b7b8545eae719613018/specs/_features/eip7514/beacon_chain.md).

Expand Down

0 comments on commit 4534f1e

Please sign in to comment.