File tree Expand file tree Collapse file tree 11 files changed +28
-28
lines changed
Expand file tree Collapse file tree 11 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 11.PHONY : fmt dev_docker build_test_docker run_test_docker clean update
22
3- L2GETH_TAG =scroll-v5.8.20
3+ L2GETH_TAG =scroll-v5.8.23
44
55help : # # Display this help message
66 @grep -h \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/modern-go/reflect2 v1.0.2
1616 github.com/orcaman/concurrent-map v1.0.0
1717 github.com/prometheus/client_golang v1.19.0
18- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3
18+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305151038-478940e79601
1919 github.com/stretchr/testify v1.10.0
2020 github.com/testcontainers/testcontainers-go v0.30.0
2121 github.com/testcontainers/testcontainers-go/modules/compose v0.30.0
@@ -184,7 +184,7 @@ require (
184184 github.com/rjeczalik/notify v0.9.1 // indirect
185185 github.com/rs/cors v1.7.0 // indirect
186186 github.com/russross/blackfriday/v2 v2.1.0 // indirect
187- github.com/scroll-tech/da-codec v0.1.3-0.20250226072559-f8a8d3898f54 // indirect
187+ github.com/scroll-tech/da-codec v0.1.3-0.20250310095435-012aaee6b435 // indirect
188188 github.com/scroll-tech/zktrie v0.8.4 // indirect
189189 github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
190190 github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 // indirect
Original file line number Diff line number Diff line change @@ -636,10 +636,10 @@ github.com/rs/cors v1.7.0 h1:+88SsELBHx5r+hZ8TCkggzSstaWNbDvThkVK8H6f9ik=
636636github.com/rs/cors v1.7.0 /go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU =
637637github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
638638github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
639- github.com/scroll-tech/da-codec v0.1.3-0.20250226072559-f8a8d3898f54 h1:qVpsVu1J91opTn6HYeuzWcBRVhQmPR8g05i+PlOjlI4 =
640- github.com/scroll-tech/da-codec v0.1.3-0.20250226072559-f8a8d3898f54 /go.mod h1:xECEHZLVzbdUn+tNbRJhRIjLGTOTmnFQuTgUTeVLX58 =
641- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3 h1:y0L8+O3anBJIpboVWhNlUx3VC59he+0fd4b8PnDR16w =
642- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3 /go.mod h1:OblWe1+QrZwdpwO0j/LY3BSGuKT3YPUFBDQQgvvfStQ =
639+ github.com/scroll-tech/da-codec v0.1.3-0.20250310095435-012aaee6b435 h1:X9fkvjrYBY79lGgKEPpUhuiJ4vWpWwzOVw4H8CU8L54 =
640+ github.com/scroll-tech/da-codec v0.1.3-0.20250310095435-012aaee6b435 /go.mod h1:yhTS9OVC0xQGhg7DN5iV5KZJvnSIlFWAxDdp+6jxQtY =
641+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305151038-478940e79601 h1:NEsjCG6uSvLRBlsP3+x6PL1kM+Ojs3g8UGotIPgJSz8 =
642+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305151038-478940e79601 /go.mod h1:OblWe1+QrZwdpwO0j/LY3BSGuKT3YPUFBDQQgvvfStQ =
643643github.com/scroll-tech/zktrie v0.8.4 h1:UagmnZ4Z3ITCk+aUq9NQZJNAwnWl4gSxsLb2Nl7IgRE =
644644github.com/scroll-tech/zktrie v0.8.4 /go.mod h1:XvNo7vAk8yxNyTjBDj5WIiFzYW4bx/gJ78+NK6Zn6Uk =
645645github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE =
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ require (
1111 github.com/google/uuid v1.6.0
1212 github.com/mitchellh/mapstructure v1.5.0
1313 github.com/prometheus/client_golang v1.19.0
14- github.com/scroll-tech/da-codec v0.1.3-0.20250226072559-f8a8d3898f54
15- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3
14+ github.com/scroll-tech/da-codec v0.1.3-0.20250310095435-012aaee6b435
15+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305151038-478940e79601
1616 github.com/shopspring/decimal v1.3.1
1717 github.com/stretchr/testify v1.10.0
1818 github.com/urfave/cli/v2 v2.25.7
Original file line number Diff line number Diff line change @@ -177,10 +177,10 @@ github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU
177177github.com/rogpeppe/go-internal v1.12.0 /go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4 =
178178github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
179179github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
180- github.com/scroll-tech/da-codec v0.1.3-0.20250226072559-f8a8d3898f54 h1:qVpsVu1J91opTn6HYeuzWcBRVhQmPR8g05i+PlOjlI4 =
181- github.com/scroll-tech/da-codec v0.1.3-0.20250226072559-f8a8d3898f54 /go.mod h1:xECEHZLVzbdUn+tNbRJhRIjLGTOTmnFQuTgUTeVLX58 =
182- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3 h1:y0L8+O3anBJIpboVWhNlUx3VC59he+0fd4b8PnDR16w =
183- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3 /go.mod h1:OblWe1+QrZwdpwO0j/LY3BSGuKT3YPUFBDQQgvvfStQ =
180+ github.com/scroll-tech/da-codec v0.1.3-0.20250310095435-012aaee6b435 h1:X9fkvjrYBY79lGgKEPpUhuiJ4vWpWwzOVw4H8CU8L54 =
181+ github.com/scroll-tech/da-codec v0.1.3-0.20250310095435-012aaee6b435 /go.mod h1:yhTS9OVC0xQGhg7DN5iV5KZJvnSIlFWAxDdp+6jxQtY =
182+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305151038-478940e79601 h1:NEsjCG6uSvLRBlsP3+x6PL1kM+Ojs3g8UGotIPgJSz8 =
183+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305151038-478940e79601 /go.mod h1:OblWe1+QrZwdpwO0j/LY3BSGuKT3YPUFBDQQgvvfStQ =
184184github.com/scroll-tech/zktrie v0.8.4 h1:UagmnZ4Z3ITCk+aUq9NQZJNAwnWl4gSxsLb2Nl7IgRE =
185185github.com/scroll-tech/zktrie v0.8.4 /go.mod h1:XvNo7vAk8yxNyTjBDj5WIiFzYW4bx/gJ78+NK6Zn6Uk =
186186github.com/shirou/gopsutil v3.21.11+incompatible h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI =
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/jmoiron/sqlx v1.3.5
99 github.com/lib/pq v1.10.9
1010 github.com/pressly/goose/v3 v3.16.0
11- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3
11+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305151038-478940e79601
1212 github.com/stretchr/testify v1.10.0
1313 github.com/urfave/cli/v2 v2.25.7
1414)
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU
121121github.com/rogpeppe/go-internal v1.12.0 /go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4 =
122122github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
123123github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
124- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3 h1:y0L8+O3anBJIpboVWhNlUx3VC59he+0fd4b8PnDR16w =
125- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3 /go.mod h1:OblWe1+QrZwdpwO0j/LY3BSGuKT3YPUFBDQQgvvfStQ =
124+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305151038-478940e79601 h1:NEsjCG6uSvLRBlsP3+x6PL1kM+Ojs3g8UGotIPgJSz8 =
125+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305151038-478940e79601 /go.mod h1:OblWe1+QrZwdpwO0j/LY3BSGuKT3YPUFBDQQgvvfStQ =
126126github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys =
127127github.com/segmentio/asm v1.2.0 /go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs =
128128github.com/sethvargo/go-retry v0.2.4 h1:T+jHEQy/zKJf5s95UkguisicE0zuF9y7+/vgz08Ocec =
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ require (
1313 github.com/holiman/uint256 v1.3.2
1414 github.com/mitchellh/mapstructure v1.5.0
1515 github.com/prometheus/client_golang v1.16.0
16- github.com/scroll-tech/da-codec v0.1.3-0.20250226072559-f8a8d3898f54
17- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3
16+ github.com/scroll-tech/da-codec v0.1.3-0.20250310095435-012aaee6b435
17+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305151038-478940e79601
1818 github.com/smartystreets/goconvey v1.8.0
1919 github.com/spf13/viper v1.19.0
2020 github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change @@ -249,10 +249,10 @@ github.com/sagikazarmark/locafero v0.4.0 h1:HApY1R9zGo4DBgr7dqsTH/JJxLTTsOt7u6ke
249249github.com/sagikazarmark/locafero v0.4.0 /go.mod h1:Pe1W6UlPYUk/+wc/6KFhbORCfqzgYEpgQ3O5fPuL3H4 =
250250github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE =
251251github.com/sagikazarmark/slog-shim v0.1.0 /go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ =
252- github.com/scroll-tech/da-codec v0.1.3-0.20250226072559-f8a8d3898f54 h1:qVpsVu1J91opTn6HYeuzWcBRVhQmPR8g05i+PlOjlI4 =
253- github.com/scroll-tech/da-codec v0.1.3-0.20250226072559-f8a8d3898f54 /go.mod h1:xECEHZLVzbdUn+tNbRJhRIjLGTOTmnFQuTgUTeVLX58 =
254- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3 h1:y0L8+O3anBJIpboVWhNlUx3VC59he+0fd4b8PnDR16w =
255- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3 /go.mod h1:OblWe1+QrZwdpwO0j/LY3BSGuKT3YPUFBDQQgvvfStQ =
252+ github.com/scroll-tech/da-codec v0.1.3-0.20250310095435-012aaee6b435 h1:X9fkvjrYBY79lGgKEPpUhuiJ4vWpWwzOVw4H8CU8L54 =
253+ github.com/scroll-tech/da-codec v0.1.3-0.20250310095435-012aaee6b435 /go.mod h1:yhTS9OVC0xQGhg7DN5iV5KZJvnSIlFWAxDdp+6jxQtY =
254+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305151038-478940e79601 h1:NEsjCG6uSvLRBlsP3+x6PL1kM+Ojs3g8UGotIPgJSz8 =
255+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305151038-478940e79601 /go.mod h1:OblWe1+QrZwdpwO0j/LY3BSGuKT3YPUFBDQQgvvfStQ =
256256github.com/scroll-tech/zktrie v0.8.4 h1:UagmnZ4Z3ITCk+aUq9NQZJNAwnWl4gSxsLb2Nl7IgRE =
257257github.com/scroll-tech/zktrie v0.8.4 /go.mod h1:XvNo7vAk8yxNyTjBDj5WIiFzYW4bx/gJ78+NK6Zn6Uk =
258258github.com/shirou/gopsutil v3.21.11+incompatible h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI =
Original file line number Diff line number Diff line change 55toolchain go1.22.2
66
77require (
8- github.com/scroll-tech/da-codec v0.1.3-0.20250226072559-f8a8d3898f54
9- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3
8+ github.com/scroll-tech/da-codec v0.1.3-0.20250310095435-012aaee6b435
9+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305151038-478940e79601
1010 github.com/stretchr/testify v1.10.0
1111 gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
1212)
You can’t perform that action at this time.
0 commit comments