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 (#35)

* chore: update eip-7541 variable name && provide ethereum consensus spec ref

* chore: reference hardfork meta eip
  • Loading branch information
4rgon4ut authored Jan 18, 2024
1 parent a88b4b2 commit f85b1bf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions network-upgrades/dencun.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## 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](https://eips.ethereum.org/EIPS/eip-7569).
Table below list differences if any.

| EIP | Scope | |
| - | - | - |
Expand Down Expand Up @@ -37,16 +38,16 @@ 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
- Allow validator set growth to prevent long queues unless there's exceptional demand

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 f85b1bf

Please sign in to comment.