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
25aefb7c
Unverified
Commit
25aefb7c
authored
Jan 12, 2024
by
Roberto Bayardo
Committed by
GitHub
Jan 12, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update geth to latest version with fixed BaseFee naming (#8962)
parent
c7bd8fa5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
go.mod
go.mod
+1
-1
go.sum
go.sum
+2
-2
addresses_test.go
op-bindings/predeploys/addresses_test.go
+4
-4
No files found.
go.mod
View file @
25aefb7c
...
@@ -219,7 +219,7 @@ require (
...
@@ -219,7 +219,7 @@ require (
rsc.io/tmplfunc v0.0.3 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)
)
replace github.com/ethereum/go-ethereum v1.13.5 => github.com/ethereum-optimism/op-geth v1.101305.
1-rc.1.0.20240109215805-a79bde2c0f4f
replace github.com/ethereum/go-ethereum v1.13.5 => github.com/ethereum-optimism/op-geth v1.101305.
2-rc.2
//replace github.com/ethereum-optimism/superchain-registry/superchain => ../superchain-registry/superchain
//replace github.com/ethereum-optimism/superchain-registry/superchain => ../superchain-registry/superchain
//replace github.com/ethereum/go-ethereum v1.13.5 => ../go-ethereum
//replace github.com/ethereum/go-ethereum v1.13.5 => ../go-ethereum
go.sum
View file @
25aefb7c
...
@@ -170,8 +170,8 @@ github.com/elastic/gosigar v0.14.2 h1:Dg80n8cr90OZ7x+bAax/QjoW/XqTI11RmA79ZwIm9/
...
@@ -170,8 +170,8 @@ github.com/elastic/gosigar v0.14.2 h1:Dg80n8cr90OZ7x+bAax/QjoW/XqTI11RmA79ZwIm9/
github.com/elastic/gosigar v0.14.2/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
github.com/elastic/gosigar v0.14.2/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.101305.
1-rc.1.0.20240109215805-a79bde2c0f4f h1:W8oHHUpk3d1h5MLEC9vPQ2oiC9m2NdGHcCbbra9VqHc
=
github.com/ethereum-optimism/op-geth v1.101305.
2-rc.2 h1:UQVo1JKEjZ80JdrL4meey1KhHmdbT/l6kmc8SzIbp3s
=
github.com/ethereum-optimism/op-geth v1.101305.
1-rc.1.0.20240109215805-a79bde2c0f4f
/go.mod h1:HGpRaQiUONEEfsL/hq9/jg8YnR9TCHCPqjmaPoFBhto=
github.com/ethereum-optimism/op-geth v1.101305.
2-rc.2
/go.mod h1:HGpRaQiUONEEfsL/hq9/jg8YnR9TCHCPqjmaPoFBhto=
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20240103191009-655947053753 h1:DL667cfM6peU8H9Ut/uu9h9Bd4gQCcJrjq+yYsfYwjk=
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20240103191009-655947053753 h1:DL667cfM6peU8H9Ut/uu9h9Bd4gQCcJrjq+yYsfYwjk=
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20240103191009-655947053753/go.mod h1:/70H/KqrtKcvWvNGVj6S3rAcLC+kUPr3t2aDmYIS+Xk=
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20240103191009-655947053753/go.mod h1:/70H/KqrtKcvWvNGVj6S3rAcLC+kUPr3t2aDmYIS+Xk=
github.com/ethereum/c-kzg-4844 v0.4.0 h1:3MS1s4JtA868KpJxroZoepdV0ZKBp3u/O5HcZ7R3nlY=
github.com/ethereum/c-kzg-4844 v0.4.0 h1:3MS1s4JtA868KpJxroZoepdV0ZKBp3u/O5HcZ7R3nlY=
...
...
op-bindings/predeploys/addresses_test.go
View file @
25aefb7c
...
@@ -50,11 +50,11 @@ func TestL1BlockSlots(t *testing.T) {
...
@@ -50,11 +50,11 @@ func TestL1BlockSlots(t *testing.T) {
require
.
Equal
(
t
,
types
.
OverheadSlot
,
overHeadSlot
)
require
.
Equal
(
t
,
types
.
OverheadSlot
,
overHeadSlot
)
require
.
Equal
(
t
,
types
.
ScalarSlot
,
scalarSlot
)
require
.
Equal
(
t
,
types
.
ScalarSlot
,
scalarSlot
)
require
.
Equal
(
t
,
types
.
L1Base
f
eeSlot
,
l1BaseFeeSlot
)
require
.
Equal
(
t
,
types
.
L1Base
F
eeSlot
,
l1BaseFeeSlot
)
// new in Ecotone
// new in Ecotone
require
.
Equal
(
t
,
types
.
L1BlobBase
f
eeSlot
,
blobBaseFeeSlot
)
require
.
Equal
(
t
,
types
.
L1BlobBase
F
eeSlot
,
blobBaseFeeSlot
)
require
.
Equal
(
t
,
types
.
L1FeeScalarsSlot
,
l1BaseFeeScalarSlot
)
require
.
Equal
(
t
,
types
.
L1FeeScalarsSlot
,
l1BaseFeeScalarSlot
)
require
.
Equal
(
t
,
types
.
L1FeeScalarsSlot
,
l1BlobBaseFeeScalarSlot
)
require
.
Equal
(
t
,
types
.
L1FeeScalarsSlot
,
l1BlobBaseFeeScalarSlot
)
require
.
Equal
(
t
,
uint
(
types
.
Base
f
eeScalarSlotOffset
),
l1BaseFeeScalarOffset
)
require
.
Equal
(
t
,
uint
(
types
.
Base
F
eeScalarSlotOffset
),
l1BaseFeeScalarOffset
)
require
.
Equal
(
t
,
uint
(
types
.
BlobBase
f
eeScalarSlotOffset
),
l1BlobBaseFeeScalarOffset
)
require
.
Equal
(
t
,
uint
(
types
.
BlobBase
F
eeScalarSlotOffset
),
l1BlobBaseFeeScalarOffset
)
}
}
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