Skip to content

Commit

Permalink
Bump spec to upstream v1.5.0-alpha.3 (#49)
Browse files Browse the repository at this point in the history
* Bump to v1.5.0-alpha.3

* Add keys
  • Loading branch information
dapplion authored Jul 11, 2024
1 parent 080abf3 commit b788524
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion beacon_chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Refer to [./consensus/config/gnosis.yaml](./consensus/config/gnosis.yaml) for th
Note that modified preset values will result in different SSZ data structures, such that a client compiled with the Ethereum mainnet preset can't deserialize a state from the Gnosis Beacon Chain.

```
ETHEREUM_SPEC_COMMIT: v1.5.0-alpha.1
ETHEREUM_SPEC_COMMIT: v1.5.0-alpha.3
```

### Preset diff
Expand Down
3 changes: 3 additions & 0 deletions consensus/config/gnosis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ NUMBER_OF_COLUMNS: 128
MAX_CELLS_IN_EXTENDED_MATRIX: 768
DATA_COLUMN_SIDECAR_SUBNET_COUNT: 32
MAX_REQUEST_DATA_COLUMN_SIDECARS: 16384
SAMPLES_PER_SLOT: 8
CUSTODY_REQUIREMENT: 1
TARGET_NUMBER_OF_PEERS: 70

# [New in Electra:EIP7251]
MIN_PER_EPOCH_CHURN_LIMIT_ELECTRA: 128000000000 # 2**7 * 10**9 (= 128,000,000,000)
Expand Down
6 changes: 3 additions & 3 deletions consensus/preset/gnosis/electra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ MAX_ATTESTER_SLASHINGS_ELECTRA: 1
# `uint64(2**3)` (= 8)
MAX_ATTESTATIONS_ELECTRA: 8
# `uint64(2**0)` (= 1)
MAX_CONSOLIDATIONS: 1
MAX_CONSOLIDATION_REQUESTS_PER_PAYLOAD: 1

# Execution
# ---------------------------------------------------------------
# 2**13 (= 8192) receipts
MAX_DEPOSIT_RECEIPTS_PER_PAYLOAD: 8192
# 2**13 (= 8192) deposit requests
MAX_DEPOSIT_REQUESTS_PER_PAYLOAD: 8192
# 2**4 (= 16) withdrawal requests
MAX_WITHDRAWAL_REQUESTS_PER_PAYLOAD: 16

Expand Down

0 comments on commit b788524

Please sign in to comment.