Skip to content

Commit

Permalink
chore: update eip-7541 variable name && provide ethereum consensus sp…
Browse files Browse the repository at this point in the history
…ec ref
  • Loading branch information
4rgon4ut authored Jan 18, 2024
1 parent 200f497 commit 4963f87
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions network-upgrades/dencun.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## Included EIPs

This hard fork activates all EIPs also activated on [Ethereum mainnet](https://github.com/ethereum/execution-specs/blob/2a592a8268311bb6c28c8ca25ff8a35a74615127/network-upgrades/mainnet-upgrades/cancun.md#included-eips). Table below list differences if any.
This hard fork activates all EIPs also activated on Ethereum mainnet:
- [Execution spec](https://github.com/ethereum/execution-specs/blob/2a592a8268311bb6c28c8ca25ff8a35a74615127/network-upgrades/mainnet-upgrades/cancun.md#included-eips)
- [Consensus spec](https://github.com/ethereum/consensus-specs/blob/dev/specs/deneb/beacon-chain.md#introduction)

Table below list differences if any.

| EIP | Scope | |
| - | - | - |
Expand Down Expand Up @@ -37,7 +41,7 @@ Gnosis chain has significantly cheaper fees than mainnet, so blob spam is a conc

### [EIP-7514](https://eips.ethereum.org/EIPS/eip-7514)

Gnosis chain has both a lower `CHURN_LIMIT_QUOTIENT` and faster epoch times. A `MAX_PER_EPOCH_CHURN_LIMIT` value of 2 provides a good trade-off to:
Gnosis chain has both a lower `CHURN_LIMIT_QUOTIENT` and faster epoch times. A `MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT` value of 2 provides a good trade-off to:
- Limit max state growth in the next year to 1M validators
- Increase the minimum time for a 2/3 malicious take-over to 150 days at current validator set sizes
- Allow validator set growth to prevent long queues unless there's exceptional demand
Expand All @@ -46,7 +50,7 @@ See https://hackmd.io/@5qNKk0aeQlygax4hX3rVXw/SJfbSY-ep for more details

| Constant | Value |
| -------- | ----- |
| MAX_PER_EPOCH_CHURN_LIMIT | 2 |
| MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT | 2 |

## Upgrade Schedule

Expand Down

0 comments on commit 4963f87

Please sign in to comment.