Skip to content

Commit

Permalink
Add rationale to consensus diff
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion authored Nov 9, 2023
1 parent 9503709 commit 773560a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions consensus.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ ETHEREUM_SPEC_COMMIT: v1.4.0-beta.4

### Config diff

| Name | Ethereum spec | Gnosis spec |
| --------------------------------------- | ------------- | ------------ |
| Name | Ethereum spec | Gnosis spec | |
| --------------------------------------- | ------------- | ------------ | - |
| `CHURN_LIMIT_QUOTIENT` | `65536` | `4096` |
| `SECONDS_PER_SLOT` | `12` | `5` |
| `SECONDS_PER_ETH1_BLOCK` | `14` | `6` |
| `ETH1_FOLLOW_DISTANCE` | `2048` | `1024` |
| `MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT` | `8` | `2` |
| `MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS` | `4096` | `16384` |
| `MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT` | `8` | `2` | See https://github.com/gnosischain/specs/pull/22 for rationale |
| `MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS` | `4096` | `16384` | Increased to match the expected 2 weeks rollups consider today for Ethereum mainnet. The total disk requirement roughly equivalent to Ethereum mainnet since epochs are 4.8x faster |

0 comments on commit 773560a

Please sign in to comment.