forked from Consensys/teku
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
992eb29
commit 305ec72
Showing
6 changed files
with
87 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
ethereum/spec/src/main/resources/tech/pegasys/teku/spec/config/presets/gnosis/eip7732.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Gnosis preset - EIP7732 | ||
|
||
# Execution | ||
# --------------------------------------------------------------- | ||
# 2**9 (= 512) | ||
PTC_SIZE: 512 | ||
# 2**2 (= 4) | ||
MAX_PAYLOAD_ATTESTATIONS: 4 | ||
KZG_COMMITMENT_INCLUSION_PROOF_DEPTH_EIP7732: 13 |
45 changes: 45 additions & 0 deletions
45
ethereum/spec/src/main/resources/tech/pegasys/teku/spec/config/presets/gnosis/electra.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Gnosis preset - Electra | ||
|
||
# Gwei values | ||
# --------------------------------------------------------------- | ||
# 2**5 * 10**9 (= 32,000,000,000) Gwei | ||
MIN_ACTIVATION_BALANCE: 32000000000 | ||
# 2**11 * 10**9 (= 2,048,000,000,000) Gwei | ||
MAX_EFFECTIVE_BALANCE_ELECTRA: 2048000000000 | ||
|
||
# State list lengths | ||
# --------------------------------------------------------------- | ||
# `uint64(2**27)` (= 134,217,728) | ||
PENDING_BALANCE_DEPOSITS_LIMIT: 134217728 | ||
# `uint64(2**27)` (= 134,217,728) | ||
PENDING_PARTIAL_WITHDRAWALS_LIMIT: 134217728 | ||
# `uint64(2**18)` (= 262,144) | ||
PENDING_CONSOLIDATIONS_LIMIT: 262144 | ||
|
||
# Reward and penalty quotients | ||
# --------------------------------------------------------------- | ||
# `uint64(2**12)` (= 4,096) | ||
MIN_SLASHING_PENALTY_QUOTIENT_ELECTRA: 4096 | ||
# `uint64(2**12)` (= 4,096) | ||
WHISTLEBLOWER_REWARD_QUOTIENT_ELECTRA: 4096 | ||
|
||
# # Max operations per block | ||
# --------------------------------------------------------------- | ||
# `uint64(2**0)` (= 1) | ||
MAX_ATTESTER_SLASHINGS_ELECTRA: 1 | ||
# `uint64(2**3)` (= 8) | ||
MAX_ATTESTATIONS_ELECTRA: 8 | ||
# `uint64(2**0)` (= 1) | ||
MAX_CONSOLIDATION_REQUESTS_PER_PAYLOAD: 1 | ||
|
||
# Execution | ||
# --------------------------------------------------------------- | ||
# 2**13 (= 8192) receipts | ||
MAX_DEPOSIT_REQUESTS_PER_PAYLOAD: 8192 | ||
# 2**4 (= 16) withdrawal requests | ||
MAX_WITHDRAWAL_REQUESTS_PER_PAYLOAD: 16 | ||
|
||
# Withdrawals processing | ||
# --------------------------------------------------------------- | ||
# 2**3 ( = 8) pending withdrawals | ||
MAX_PENDING_PARTIALS_PER_WITHDRAWALS_SWEEP: 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters