Skip to content

Commit

Permalink
R4R: add ethTxValue (#89)
Browse files Browse the repository at this point in the history
* add ethTxValue
  • Loading branch information
abelliumnt committed Feb 6, 2024
1 parent 5e3886c commit e29d360
Show file tree
Hide file tree
Showing 35 changed files with 277 additions and 228 deletions.
2 changes: 1 addition & 1 deletion go.mod
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.0-6
replace github.com/ethereum/go-ethereum v1.11.6 => github.com/mantlenetworkio/op-geth v0.5.1-0.20240206055344-4d05b2cd9a2b

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

Expand Down
4 changes: 2 additions & 2 deletions go.sum
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.0-6 h1:CNuoGOPvr0hA4yn7U0emJp0JGLXTFsa5Yxp/cwr+Axs=
github.com/mantlenetworkio/op-geth v0.5.0-6/go.mod h1:M9VOhAEYcgMpO9JJzleXmqjKgx28Kq3dd1fjl6d9aU8=
github.com/mantlenetworkio/op-geth v0.5.1-0.20240206055344-4d05b2cd9a2b h1:BRdXZOi3wUsJKhUexEhi8SMAALTi2HU7QALotjkch1k=
github.com/mantlenetworkio/op-geth v0.5.1-0.20240206055344-4d05b2cd9a2b/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
136 changes: 4 additions & 132 deletions go.work.sum

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions op-batcher/batcher/driver_da_test.go
Expand Up @@ -70,6 +70,7 @@ func TestTxAggregator(t *testing.T) {
log: log,
RollupMaxSize: 100,
GraphClient: graphClient,
metr: metrics.NewMetrics("default"),
},
txMgr: nil,
state: m,
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/l2tol1messagepasser.go

Large diffs are not rendered by default.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e29d360

Please sign in to comment.