Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust capella time from 10 to 256 #59

Merged
merged 2 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This is _work in progress_. The final config will be shared prior to launch date
* Execution Version: Cancun _(TBD)_
* Consensus Version: Deneb _(TBD)_
* Merge: At Genesis (`0`)
* Shapella Epoch: `10`
* Epoch time: `1694790240` (64 minutes after genesis)
* Shapella Epoch: `256`
* Epoch time: `1694884704` (**Sept/16, 2023, 17:18:24 UTC**)
* Network ID: `17000`
* Chain ID: `17000`
* Genesis Execution Block payload:
Expand Down
2 changes: 1 addition & 1 deletion custom_config_data/besu.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"londonBlock": 0,
"preMergeForkBlock": 0,
"terminalTotalDifficulty": 0,
"shanghaiTime": 1694790240,
"shanghaiTime": 1694884704,
"ethash": {},
"cancunTime": 2000000000
},
Expand Down
8 changes: 4 additions & 4 deletions custom_config_data/chainspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"eip3198Transition": "0x0",
"eip3529Transition": "0x0",
"eip3541Transition": "0x0",
"eip4895TransitionTimestamp": "0x65047260",
"eip3855TransitionTimestamp": "0x65047260",
"eip3651TransitionTimestamp": "0x65047260",
"eip3860TransitionTimestamp": "0x65047260",
"eip4895TransitionTimestamp": "0x6505e360",
"eip3855TransitionTimestamp": "0x6505e360",
"eip3651TransitionTimestamp": "0x6505e360",
"eip3860TransitionTimestamp": "0x6505e360",
"terminalTotalDifficulty": "0x0",
"eip4844TransitionTimestamp": "0x77359400",
"eip4788TransitionTimestamp": "0x77359400",
Expand Down
2 changes: 1 addition & 1 deletion custom_config_data/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TERMINAL_BLOCK_HASH_ACTIVATION_EPOCH: 18446744073709551615

# Capella
CAPELLA_FORK_VERSION: 0x30017000
CAPELLA_FORK_EPOCH: 10
CAPELLA_FORK_EPOCH: 256

# DENEB
DENEB_FORK_VERSION: 0x40017000
Expand Down
2 changes: 1 addition & 1 deletion custom_config_data/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"mergeForkBlock": 0,
"terminalTotalDifficulty": 0,
"terminalTotalDifficultyPassed": true,
"shanghaiTime": 1694790240,
"shanghaiTime": 1694884704,
"cancunTime": 2000000000
},
"alloc": {
Expand Down