Skip to content

Commit a1c6c5f

Browse files
chengwenxiFletcherMancurryxboKukoomomoanylots
authored
Move block context to blob (#649)
Co-authored-by: chengwenxi <[email protected]> Co-authored-by: FletcherMan <[email protected]> Co-authored-by: curryxbo <[email protected]> Co-authored-by: kukoomomo <[email protected]> Co-authored-by: Kathy <[email protected]>
1 parent 1f705d5 commit a1c6c5f

File tree

107 files changed

+1825
-1181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+1825
-1181
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "go-ethereum"]
22
path = go-ethereum
33
url = https://github.com/morph-l2/go-ethereum.git
4-
branch = main
4+
branch = feature/block_context

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
################## update dependencies ####################
22

3-
ETHEREUM_TARGET_VERSION := v1.10.14-0.20241224100051-1582a364edc0
4-
TENDERMINT_TARGET_VERSION := v0.3.1
3+
ETHEREUM_TARGET_VERSION := v1.10.14-0.20241226065029-3b9465a03a8c
4+
TENDERMINT_TARGET_VERSION := v0.3.2-0.20250115141431-c84dfe5c8533
55

66
ETHEREUM_MODULE_NAME := github.com/morph-l2/go-ethereum
77
TENDERMINT_MODULE_NAME := github.com/morph-l2/tendermint

bindings/bin/l2staking_deployed.hex

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bindings/bin/rollup_deployed.hex

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bindings/bindings/l2staking.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/bindings/l2staking_more.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/bindings/rollup.go

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/bindings/rollup_more.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ module morph-l2/bindings
22

33
go 1.22
44

5-
replace github.com/tendermint/tendermint => github.com/morph-l2/tendermint v0.3.1
5+
replace github.com/tendermint/tendermint => github.com/morph-l2/tendermint v0.3.2-0.20250115141431-c84dfe5c8533
66

7-
require github.com/morph-l2/go-ethereum v1.10.14-0.20241224100051-1582a364edc0
7+
require github.com/morph-l2/go-ethereum v1.10.14-0.20241226065029-3b9465a03a8c
88

99
require (
1010
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect

bindings/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ github.com/mmcloughlin/addchain v0.4.0/go.mod h1:A86O+tHqZLMNO4w6ZZ4FlVQEadcoqky
109109
github.com/mmcloughlin/profile v0.1.1/go.mod h1:IhHD7q1ooxgwTgjxQYkACGA77oFTDdFVejUS1/tS/qU=
110110
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
111111
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
112-
github.com/morph-l2/go-ethereum v1.10.14-0.20241224100051-1582a364edc0 h1:w0RXAFr/x9fWNgQkcrmSnZseYCNkbBFDWgEIfSqhCeY=
113-
github.com/morph-l2/go-ethereum v1.10.14-0.20241224100051-1582a364edc0/go.mod h1:sMJCfHOBzVRDkM2yF/Hy+oUk2rgC0CQZHTLs0cyzhhk=
112+
github.com/morph-l2/go-ethereum v1.10.14-0.20241226065029-3b9465a03a8c h1:We0UnGcfs8wOSegGa97NjUE/6dZHE4ASuIWDuYBa+u8=
113+
github.com/morph-l2/go-ethereum v1.10.14-0.20241226065029-3b9465a03a8c/go.mod h1:sMJCfHOBzVRDkM2yF/Hy+oUk2rgC0CQZHTLs0cyzhhk=
114114
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
115115
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
116116
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=

0 commit comments

Comments
 (0)