Skip to content

Commit

Permalink
[R4R]-feat: update op-geth library; update op-bindings (#147)
Browse files Browse the repository at this point in the history
* [R4R]-feat: update op-geth library; update op-bindings
  • Loading branch information
Tri-stone authored Mar 13, 2024
1 parent a9e61d4 commit dd64fb4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ethereum-optimism/optimism

go 1.19

replace github.com/ethereum/go-ethereum v1.11.6 => github.com/mantlenetworkio/op-geth v0.5.1-0.20240307074858-8ae3d1fb634c
replace github.com/ethereum/go-ethereum v1.11.6 => github.com/mantlenetworkio/op-geth v1.0.0-alpha.1

replace github.com/Layr-Labs/datalayr/common v0.0.0 => ./datalayr/common

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -603,8 +603,8 @@ github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czP
github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mantlenetworkio/op-geth v0.5.1-0.20240307074858-8ae3d1fb634c h1:pDKOYegMJ4hy5RhsIWssr2qLRQJQcs4Emm3QjcOQgCU=
github.com/mantlenetworkio/op-geth v0.5.1-0.20240307074858-8ae3d1fb634c/go.mod h1:M9VOhAEYcgMpO9JJzleXmqjKgx28Kq3dd1fjl6d9aU8=
github.com/mantlenetworkio/op-geth v1.0.0-alpha.1 h1:BuPO4b7HQwXQyB3dUv3lrWcGL4ty7RaNcutaQN4r4OM=
github.com/mantlenetworkio/op-geth v1.0.0-alpha.1/go.mod h1:M9VOhAEYcgMpO9JJzleXmqjKgx28Kq3dd1fjl6d9aU8=
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd h1:br0buuQ854V8u83wA0rVZ8ttrq5CpaPZdvrK0LP2lOk=
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd/go.mod h1:QuCEs1Nt24+FYQEqAAncTDPJIuGs+LxK1MCiFL25pMU=
github.com/matryer/moq v0.0.0-20190312154309-6cfb0558e1bd/go.mod h1:9ELz6aaclSIGnZBoaSLZ3NAl1VTufbOrXBPvtcy6WiQ=
Expand Down
2 changes: 1 addition & 1 deletion go.work.sum
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/mantlenetworkio/op-geth v0.5.1-0.20240117094448-f191c6ffe8bd h1:Gen4HXuI6sXG0ure1+YiLt5OC/C++3z7ugXd0ehx/00=
github.com/mantlenetworkio/op-geth v0.5.1-0.20240117094448-f191c6ffe8bd/go.mod h1:SGLXBOtu2JlKrNoUG76EatI2uJX/WZRY4nmEyvE9Q38=
github.com/mantlenetworkio/op-geth v0.5.1-0.20240307074858-8ae3d1fb634c/go.mod h1:M9VOhAEYcgMpO9JJzleXmqjKgx28Kq3dd1fjl6d9aU8=
github.com/mantlenetworkio/op-geth v1.0.0-alpha.1/go.mod h1:M9VOhAEYcgMpO9JJzleXmqjKgx28Kq3dd1fjl6d9aU8=
github.com/matryer/moq v0.0.0-20190312154309-6cfb0558e1bd h1:HvFwW+cm9bCbZ/+vuGNq7CRWXql8c0y8nGeYpqmpvmk=
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 h1:JAEbJn3j/FrhdWA9jW8B5ajsLIjeuEHLi8xE4fk997o=
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2/go.mod h1:0KeJpeMD6o+O4hW7qJOT7vyQPKrWmj26uf5wMc/IiIs=
Expand Down
2 changes: 1 addition & 1 deletion op-bindings/bindings/l1crossdomainmessenger.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion op-bindings/bindings/l1crossdomainmessenger_more.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion op-bindings/bindings/l2crossdomainmessenger.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion op-bindings/bindings/l2crossdomainmessenger_more.go

Large diffs are not rendered by default.

0 comments on commit dd64fb4

Please sign in to comment.