File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ require (
51
51
github.com/prometheus/tsdb v0.7.1
52
52
github.com/rjeczalik/notify v0.9.1
53
53
github.com/rs/cors v1.7.0
54
- github.com/scroll-tech/da-codec v0.1.3-0.20250313120912-344f2d5e33e1
54
+ github.com/scroll-tech/da-codec v0.1.3-0.20250519114140-bfa7133d4ad1
55
55
github.com/scroll-tech/zktrie v0.8.4
56
56
github.com/shirou/gopsutil v3.21.11+incompatible
57
57
github.com/sourcegraph/conc v0.3.0
Original file line number Diff line number Diff line change @@ -396,8 +396,8 @@ github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncj
396
396
github.com/rs/cors v1.7.0 h1:+88SsELBHx5r+hZ8TCkggzSstaWNbDvThkVK8H6f9ik =
397
397
github.com/rs/cors v1.7.0 /go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU =
398
398
github.com/russross/blackfriday/v2 v2.0.1 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
399
- github.com/scroll-tech/da-codec v0.1.3-0.20250313120912-344f2d5e33e1 h1:Dhd58LE1D+dnoxpgLVeQBMF9uweL/fhQfZHWtWSiOlE =
400
- github.com/scroll-tech/da-codec v0.1.3-0.20250313120912-344f2d5e33e1 /go.mod h1:yhTS9OVC0xQGhg7DN5iV5KZJvnSIlFWAxDdp+6jxQtY =
399
+ github.com/scroll-tech/da-codec v0.1.3-0.20250519114140-bfa7133d4ad1 h1:6aKqJSal+QVdB5HMWMs0JTbAIZ6/iAHJx9qizz0w9dU =
400
+ github.com/scroll-tech/da-codec v0.1.3-0.20250519114140-bfa7133d4ad1 /go.mod h1:yhTS9OVC0xQGhg7DN5iV5KZJvnSIlFWAxDdp+6jxQtY =
401
401
github.com/scroll-tech/zktrie v0.8.4 h1:UagmnZ4Z3ITCk+aUq9NQZJNAwnWl4gSxsLb2Nl7IgRE =
402
402
github.com/scroll-tech/zktrie v0.8.4 /go.mod h1:XvNo7vAk8yxNyTjBDj5WIiFzYW4bx/gJ78+NK6Zn6Uk =
403
403
github.com/segmentio/kafka-go v0.1.0 /go.mod h1:X6itGqS9L4jDletMsxZ7Dz+JFWxM6JHfPOCvTvk+EJo =
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
const (
25
25
VersionMajor = 5 // Major version component of the current release
26
26
VersionMinor = 8 // Minor version component of the current release
27
- VersionPatch = 55 // Patch version component of the current release
27
+ VersionPatch = 56 // Patch version component of the current release
28
28
VersionMeta = "mainnet" // Version metadata to append to the version string
29
29
)
30
30
You can’t perform that action at this time.
0 commit comments