File tree Expand file tree Collapse file tree 14 files changed +32
-32
lines changed Expand file tree Collapse file tree 14 files changed +32
-32
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 @@ -10,7 +10,7 @@ require (
1010 github.com/go-redis/redis/v8 v8.11.5
1111 github.com/pressly/goose/v3 v3.16.0
1212 github.com/prometheus/client_golang v1.19.0
13- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3
13+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305084331-57148478e950 // It's a hotfix for the header hash incompatibility issue, pls change this with caution
1414 github.com/stretchr/testify v1.9.0
1515 github.com/urfave/cli/v2 v2.25.7
1616 golang.org/x/sync v0.11.0
Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf
311311cf-workers-proxy-9e9.pages.dev/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
312312cf-workers-proxy-9e9.pages.dev/scroll-tech/da-codec v0.1.3-0.20250226072559-f8a8d3898f54 h1:qVpsVu1J91opTn6HYeuzWcBRVhQmPR8g05i+PlOjlI4 =
313313cf-workers-proxy-9e9.pages.dev/scroll-tech/da-codec v0.1.3-0.20250226072559-f8a8d3898f54 /go.mod h1:xECEHZLVzbdUn+tNbRJhRIjLGTOTmnFQuTgUTeVLX58 =
314- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3 h1:y0L8+O3anBJIpboVWhNlUx3VC59he+0fd4b8PnDR16w =
315- github.com/scroll-tech/go-ethereum v1.10.14-0.20250304112538-3c454e7101a3 /go.mod h1:OblWe1+QrZwdpwO0j/LY3BSGuKT3YPUFBDQQgvvfStQ =
314+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305084331-57148478e950 h1:qfOaRflvH1vtnFWloB7BveKlP/VqYgMqLJ6e9TlBJ/8 =
315+ github.com/scroll-tech/go-ethereum v1.10.14-0.20250305084331-57148478e950 /go.mod h1:OblWe1+QrZwdpwO0j/LY3BSGuKT3YPUFBDQQgvvfStQ =
316316cf-workers-proxy-9e9.pages.dev/scroll-tech/zktrie v0.8.4 h1:UagmnZ4Z3ITCk+aUq9NQZJNAwnWl4gSxsLb2Nl7IgRE =
317317cf-workers-proxy-9e9.pages.dev/scroll-tech/zktrie v0.8.4 /go.mod h1:XvNo7vAk8yxNyTjBDj5WIiFzYW4bx/gJ78+NK6Zn6Uk =
318318cf-workers-proxy-9e9.pages.dev/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys =
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=
636636cf-workers-proxy-9e9.pages.dev/rs/cors v1.7.0 /go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU =
637637cf-workers-proxy-9e9.pages.dev/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
638638cf-workers-proxy-9e9.pages.dev/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 =
643643cf-workers-proxy-9e9.pages.dev/scroll-tech/zktrie v0.8.4 h1:UagmnZ4Z3ITCk+aUq9NQZJNAwnWl4gSxsLb2Nl7IgRE =
644644cf-workers-proxy-9e9.pages.dev/scroll-tech/zktrie v0.8.4 /go.mod h1:XvNo7vAk8yxNyTjBDj5WIiFzYW4bx/gJ78+NK6Zn6Uk =
645645cf-workers-proxy-9e9.pages.dev/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE =
Original file line number Diff line number Diff line change 55 "runtime/debug"
66)
77
8- var tag = "v4.4.91 "
8+ var tag = "v4.4.92 "
99
1010var commit = func () string {
1111 if info , ok := debug .ReadBuildInfo (); ok {
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
177177cf-workers-proxy-9e9.pages.dev/rogpeppe/go-internal v1.12.0 /go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4 =
178178cf-workers-proxy-9e9.pages.dev/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
179179cf-workers-proxy-9e9.pages.dev/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 =
184184cf-workers-proxy-9e9.pages.dev/scroll-tech/zktrie v0.8.4 h1:UagmnZ4Z3ITCk+aUq9NQZJNAwnWl4gSxsLb2Nl7IgRE =
185185cf-workers-proxy-9e9.pages.dev/scroll-tech/zktrie v0.8.4 /go.mod h1:XvNo7vAk8yxNyTjBDj5WIiFzYW4bx/gJ78+NK6Zn6Uk =
186186cf-workers-proxy-9e9.pages.dev/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
121121cf-workers-proxy-9e9.pages.dev/rogpeppe/go-internal v1.12.0 /go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4 =
122122cf-workers-proxy-9e9.pages.dev/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
123123cf-workers-proxy-9e9.pages.dev/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 =
126126cf-workers-proxy-9e9.pages.dev/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys =
127127cf-workers-proxy-9e9.pages.dev/segmentio/asm v1.2.0 /go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs =
128128cf-workers-proxy-9e9.pages.dev/sethvargo/go-retry v0.2.4 h1:T+jHEQy/zKJf5s95UkguisicE0zuF9y7+/vgz08Ocec =
You can’t perform that action at this time.
0 commit comments