Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
f549204b
Unverified
Commit
f549204b
authored
Nov 13, 2024
by
Sebastian Stammler
Committed by
GitHub
Nov 13, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare Holocene testnet & devnet release (#12917)
parent
2acb4973
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
39 deletions
+39
-39
go.mod
go.mod
+2
-2
go.sum
go.sum
+4
-4
chains_test.go
op-node/chaincfg/chains_test.go
+32
-32
superchain.go
op-node/rollup/superchain.go
+1
-1
No files found.
go.mod
View file @
f549204b
...
@@ -14,7 +14,7 @@ require (
...
@@ -14,7 +14,7 @@ require (
github.com/crate-crypto/go-kzg-4844 v1.0.0
github.com/crate-crypto/go-kzg-4844 v1.0.0
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-2024
0910145426-b3905c89e8ac
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-2024
1113154227-e72c6311f6e7
github.com/ethereum/go-ethereum v1.14.11
github.com/ethereum/go-ethereum v1.14.11
github.com/fsnotify/fsnotify v1.8.0
github.com/fsnotify/fsnotify v1.8.0
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
...
@@ -250,7 +250,7 @@ require (
...
@@ -250,7 +250,7 @@ require (
rsc.io/tmplfunc v0.0.3 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)
)
replace github.com/ethereum/go-ethereum
v1.14.11 => github.com/ethereum-optimism/op-geth v1.101411.1-rc.6
replace github.com/ethereum/go-ethereum
=> github.com/ethereum-optimism/op-geth v1.101411.2-rc.1
//replace github.com/ethereum/go-ethereum => ../go-ethereum
//replace github.com/ethereum/go-ethereum => ../go-ethereum
...
...
go.sum
View file @
f549204b
...
@@ -187,10 +187,10 @@ github.com/elastic/gosigar v0.14.3 h1:xwkKwPia+hSfg9GqrCUKYdId102m9qTJIIr7egmK/u
...
@@ -187,10 +187,10 @@ github.com/elastic/gosigar v0.14.3 h1:xwkKwPia+hSfg9GqrCUKYdId102m9qTJIIr7egmK/u
github.com/elastic/gosigar v0.14.3/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
github.com/elastic/gosigar v0.14.3/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3 h1:RWHKLhCrQThMfch+QJ1Z8veEq5ZO3DfIhZ7xgRP9WTc=
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3 h1:RWHKLhCrQThMfch+QJ1Z8veEq5ZO3DfIhZ7xgRP9WTc=
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3/go.mod h1:QziizLAiF0KqyLdNJYD7O5cpDlaFMNZzlxYNcWsJUxs=
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3/go.mod h1:QziizLAiF0KqyLdNJYD7O5cpDlaFMNZzlxYNcWsJUxs=
github.com/ethereum-optimism/op-geth v1.101411.
1-rc.6 h1:VvUBIVFbnU9486CWHa9Js5XYY3o6OsdQcI8gE3XjCDE
=
github.com/ethereum-optimism/op-geth v1.101411.
2-rc.1 h1:v314tR5EzG+QNE9aLf+goWCDsTT+RT2EsdOOlJT6CwM
=
github.com/ethereum-optimism/op-geth v1.101411.
1-rc.6/go.mod h1:7S4pp8KHBmEmKkRjL1BPOc6jY9hW+64YeMUjR3RVLw4
=
github.com/ethereum-optimism/op-geth v1.101411.
2-rc.1/go.mod h1:RrPkuqfeIXkW28lQJwc5AG/BKbhkHRXPD5YezeeK4w8
=
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-2024
0910145426-b3905c89e8ac h1:hCIrLuOPV3FJfMDvXeOhCC3uQNvFoMIIlkT2mN2cfeg
=
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-2024
1113154227-e72c6311f6e7 h1:Mbgsp5T52F2pEULHccLr4NtnT6cKnJgabpAPlTfPxrk
=
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-2024
0910145426-b3905c89e8ac/go.mod h1:XaVXL9jg8BcyOeugECgIUGa9Y3DjYJj71RHmb5qon6M
=
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-2024
1113154227-e72c6311f6e7/go.mod h1:9feO8jcL5OZ1tvRjEfNAHz4Aggvd6373l+ZxmZZAyZs
=
github.com/ethereum/c-kzg-4844 v1.0.0 h1:0X1LBXxaEtYD9xsyj9B9ctQEZIpnvVDeoBx8aHEwTNA=
github.com/ethereum/c-kzg-4844 v1.0.0 h1:0X1LBXxaEtYD9xsyj9B9ctQEZIpnvVDeoBx8aHEwTNA=
github.com/ethereum/c-kzg-4844 v1.0.0/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0=
github.com/ethereum/c-kzg-4844 v1.0.0/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0=
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 h1:8NfxH2iXvJ60YRB8ChToFTUzl8awsc3cJ8CbLjGIl/A=
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 h1:8NfxH2iXvJ60YRB8ChToFTUzl8awsc3cJ8CbLjGIl/A=
...
...
op-node/chaincfg/chains_test.go
View file @
f549204b
...
@@ -89,22 +89,22 @@ var sepoliaCfg = rollup.Config{
...
@@ -89,22 +89,22 @@ var sepoliaCfg = rollup.Config{
GasLimit
:
30000000
,
GasLimit
:
30000000
,
},
},
},
},
BlockTime
:
2
,
BlockTime
:
2
,
MaxSequencerDrift
:
600
,
MaxSequencerDrift
:
600
,
SeqWindowSize
:
3600
,
SeqWindowSize
:
3600
,
ChannelTimeoutBedrock
:
300
,
ChannelTimeoutBedrock
:
300
,
L1ChainID
:
big
.
NewInt
(
11155111
),
L1ChainID
:
big
.
NewInt
(
11155111
),
L2ChainID
:
big
.
NewInt
(
11155420
),
L2ChainID
:
big
.
NewInt
(
11155420
),
BatchInboxAddress
:
common
.
HexToAddress
(
"0xff00000000000000000000000000000011155420"
),
BatchInboxAddress
:
common
.
HexToAddress
(
"0xff00000000000000000000000000000011155420"
),
DepositContractAddress
:
common
.
HexToAddress
(
"0x16fc5058f25648194471939df75cf27a2fdc48bc"
),
DepositContractAddress
:
common
.
HexToAddress
(
"0x16fc5058f25648194471939df75cf27a2fdc48bc"
),
L1SystemConfigAddress
:
common
.
HexToAddress
(
"0x034edd2a225f7f429a63e0f1d2084b9e0a93b538"
),
L1SystemConfigAddress
:
common
.
HexToAddress
(
"0x034edd2a225f7f429a63e0f1d2084b9e0a93b538"
),
RegolithTime
:
u64Ptr
(
0
),
RegolithTime
:
u64Ptr
(
0
),
CanyonTime
:
u64Ptr
(
1699981200
),
CanyonTime
:
u64Ptr
(
1699981200
),
DeltaTime
:
u64Ptr
(
1703203200
),
DeltaTime
:
u64Ptr
(
1703203200
),
EcotoneTime
:
u64Ptr
(
1708534800
),
EcotoneTime
:
u64Ptr
(
1708534800
),
FjordTime
:
u64Ptr
(
1716998400
),
FjordTime
:
u64Ptr
(
1716998400
),
GraniteTime
:
u64Ptr
(
1723478400
),
GraniteTime
:
u64Ptr
(
1723478400
),
// HoloceneTime: TBD
HoloceneTime
:
u64Ptr
(
1732633200
),
ProtocolVersionsAddress
:
common
.
HexToAddress
(
"0x79ADD5713B383DAa0a138d3C4780C7A1804a8090"
),
ProtocolVersionsAddress
:
common
.
HexToAddress
(
"0x79ADD5713B383DAa0a138d3C4780C7A1804a8090"
),
}
}
...
@@ -126,22 +126,22 @@ var sepoliaDev0Cfg = rollup.Config{
...
@@ -126,22 +126,22 @@ var sepoliaDev0Cfg = rollup.Config{
GasLimit
:
30000000
,
GasLimit
:
30000000
,
},
},
},
},
BlockTime
:
2
,
BlockTime
:
2
,
MaxSequencerDrift
:
600
,
MaxSequencerDrift
:
600
,
SeqWindowSize
:
3600
,
SeqWindowSize
:
3600
,
ChannelTimeoutBedrock
:
300
,
ChannelTimeoutBedrock
:
300
,
L1ChainID
:
big
.
NewInt
(
11155111
),
L1ChainID
:
big
.
NewInt
(
11155111
),
L2ChainID
:
big
.
NewInt
(
11155421
),
L2ChainID
:
big
.
NewInt
(
11155421
),
BatchInboxAddress
:
common
.
HexToAddress
(
"0xff00000000000000000000000000000011155421"
),
BatchInboxAddress
:
common
.
HexToAddress
(
"0xff00000000000000000000000000000011155421"
),
DepositContractAddress
:
common
.
HexToAddress
(
"0x76114bd29dFcC7a9892240D317E6c7C2A281Ffc6"
),
DepositContractAddress
:
common
.
HexToAddress
(
"0x76114bd29dFcC7a9892240D317E6c7C2A281Ffc6"
),
L1SystemConfigAddress
:
common
.
HexToAddress
(
"0xa6b72407e2dc9EBF84b839B69A24C88929cf20F7"
),
L1SystemConfigAddress
:
common
.
HexToAddress
(
"0xa6b72407e2dc9EBF84b839B69A24C88929cf20F7"
),
RegolithTime
:
u64Ptr
(
0
),
RegolithTime
:
u64Ptr
(
0
),
CanyonTime
:
u64Ptr
(
0
),
CanyonTime
:
u64Ptr
(
0
),
DeltaTime
:
u64Ptr
(
0
),
DeltaTime
:
u64Ptr
(
0
),
EcotoneTime
:
u64Ptr
(
1706634000
),
EcotoneTime
:
u64Ptr
(
1706634000
),
FjordTime
:
u64Ptr
(
1715961600
),
FjordTime
:
u64Ptr
(
1715961600
),
GraniteTime
:
u64Ptr
(
1723046400
),
GraniteTime
:
u64Ptr
(
1723046400
),
// HoloceneTime: TBD
HoloceneTime
:
u64Ptr
(
1731682800
),
ProtocolVersionsAddress
:
common
.
HexToAddress
(
"0x252CbE9517F731C618961D890D534183822dcC8d"
),
ProtocolVersionsAddress
:
common
.
HexToAddress
(
"0x252CbE9517F731C618961D890D534183822dcC8d"
),
}
}
...
...
op-node/rollup/superchain.go
View file @
f549204b
...
@@ -12,7 +12,7 @@ import (
...
@@ -12,7 +12,7 @@ import (
"github.com/ethereum-optimism/superchain-registry/superchain"
"github.com/ethereum-optimism/superchain-registry/superchain"
)
)
var
OPStackSupport
=
params
.
ProtocolVersionV0
{
Build
:
[
8
]
byte
{},
Major
:
8
,
Minor
:
0
,
Patch
:
0
,
PreRelease
:
0
}
.
Encode
()
var
OPStackSupport
=
params
.
ProtocolVersionV0
{
Build
:
[
8
]
byte
{},
Major
:
9
,
Minor
:
0
,
Patch
:
0
,
PreRelease
:
1
}
.
Encode
()
// LoadOPStackRollupConfig loads the rollup configuration of the requested chain ID from the superchain-registry.
// LoadOPStackRollupConfig loads the rollup configuration of the requested chain ID from the superchain-registry.
// Some chains may require a SystemConfigProvider to retrieve any values not part of the registry.
// Some chains may require a SystemConfigProvider to retrieve any values not part of the registry.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment