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 @@ -53,7 +53,7 @@ require (
5353 github.com/prometheus/tsdb v0.7.1
5454 github.com/rjeczalik/notify v0.9.1
5555 github.com/rs/cors v1.7.0
56- github.com/scroll-tech/da-codec v0.1.3-0.20250825071838-cddc263e5ef6
56+ github.com/scroll-tech/da-codec v0.9.0
5757 github.com/scroll-tech/zktrie v0.8.4
5858 github.com/shirou/gopsutil v3.21.11+incompatible
5959 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.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99
396396github.com/rs/cors v1.7.0 h1:+88SsELBHx5r+hZ8TCkggzSstaWNbDvThkVK8H6f9ik =
397397github.com/rs/cors v1.7.0 /go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU =
398398github.com/russross/blackfriday/v2 v2.0.1 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
399- github.com/scroll-tech/da-codec v0.1.3-0.20250825071838-cddc263e5ef6 h1:EiLZgoRfGgF0QzZ1jGSlo60A6W7g9L/8XLWMhwwtKJ0 =
400- github.com/scroll-tech/da-codec v0.1.3-0.20250825071838-cddc263e5ef6 /go.mod h1:Z6kN5u2khPhiqHyk172kGB7o38bH/nj7Ilrb/46wZGg =
399+ github.com/scroll-tech/da-codec v0.9.0 h1:UvHNdSJuVhi/j9pOH7SXkRck52/zeE8T35Fx6qTPW70 =
400+ github.com/scroll-tech/da-codec v0.9.0 /go.mod h1:w+vwIvNiWdiNHVE9yIY2Klx6G4s+SQhEJVSmVG/IsEQ =
401401github.com/scroll-tech/zktrie v0.8.4 h1:UagmnZ4Z3ITCk+aUq9NQZJNAwnWl4gSxsLb2Nl7IgRE =
402402github.com/scroll-tech/zktrie v0.8.4 /go.mod h1:XvNo7vAk8yxNyTjBDj5WIiFzYW4bx/gJ78+NK6Zn6Uk =
403403github.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 (
2424const (
2525 VersionMajor = 5 // Major version component of the current release
2626 VersionMinor = 9 // Minor version component of the current release
27- VersionPatch = 11 // Patch version component of the current release
27+ VersionPatch = 12 // Patch version component of the current release
2828 VersionMeta = "mainnet" // Version metadata to append to the version string
2929)
3030
You can’t perform that action at this time.
0 commit comments