Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions apps/evm/single/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/ethereum/go-ethereum v1.16.5
github.com/evstack/ev-node v1.0.0-beta.9
github.com/evstack/ev-node/core v1.0.0-beta.5
github.com/evstack/ev-node/da v1.0.0-beta.5
github.com/evstack/ev-node/da v1.0.0-beta.6
github.com/evstack/ev-node/execution/evm v1.0.0-beta.3
github.com/ipfs/go-datastore v0.9.0
github.com/spf13/cobra v1.10.1
Expand Down Expand Up @@ -191,5 +191,3 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
)

replace github.com/evstack/ev-node/da => ../../../da
2 changes: 2 additions & 0 deletions apps/evm/single/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ github.com/ethereum/go-verkle v0.2.2 h1:I2W0WjnrFUIzzVPwm8ykY+7pL2d4VhlsePn4j7cn
github.com/ethereum/go-verkle v0.2.2/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk=
github.com/evstack/ev-node/core v1.0.0-beta.5 h1:lgxE8XiF3U9pcFgh7xuKMgsOGvLBGRyd9kc9MR4WL0o=
github.com/evstack/ev-node/core v1.0.0-beta.5/go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY=
github.com/evstack/ev-node/da v1.0.0-beta.6 h1:htzm4bbIGzNeuue4+/fEZTtjqpieLQWCtOWWnsNZvrY=
github.com/evstack/ev-node/da v1.0.0-beta.6/go.mod h1:Br+hq83JG0iIe9QW4grpm6iW8N86RdyDAhHck4+IJK8=
github.com/evstack/ev-node/execution/evm v1.0.0-beta.3 h1:xo0mZz3CJtntP1RPLFDBubBKpNkqStImt9H9N0xysj8=
github.com/evstack/ev-node/execution/evm v1.0.0-beta.3/go.mod h1:yazCKZaVczYwizfHYSQ4KIYqW0d42M7q7e9AxuSXV3s=
github.com/ferranbt/fastssz v0.1.4 h1:OCDB+dYDEQDvAgtAGnTSidK1Pe2tW3nFV40XyMkTeDY=
Expand Down
4 changes: 1 addition & 3 deletions apps/grpc/single/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/celestiaorg/go-header => github.com/julienrbrt/go-header v0.0
require (
github.com/evstack/ev-node v1.0.0-beta.9
github.com/evstack/ev-node/core v1.0.0-beta.5
github.com/evstack/ev-node/da v1.0.0-beta.5
github.com/evstack/ev-node/da v1.0.0-beta.6
github.com/evstack/ev-node/execution/grpc v0.0.0
github.com/spf13/cobra v1.10.1
)
Expand Down Expand Up @@ -169,5 +169,3 @@ replace (
github.com/evstack/ev-node => ../../../
github.com/evstack/ev-node/execution/grpc => ../../../execution/grpc
)

replace github.com/evstack/ev-node/da => ../../../da
2 changes: 2 additions & 0 deletions apps/grpc/single/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/evstack/ev-node/core v1.0.0-beta.5 h1:lgxE8XiF3U9pcFgh7xuKMgsOGvLBGRyd9kc9MR4WL0o=
github.com/evstack/ev-node/core v1.0.0-beta.5/go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY=
github.com/evstack/ev-node/da v1.0.0-beta.6 h1:htzm4bbIGzNeuue4+/fEZTtjqpieLQWCtOWWnsNZvrY=
github.com/evstack/ev-node/da v1.0.0-beta.6/go.mod h1:Br+hq83JG0iIe9QW4grpm6iW8N86RdyDAhHck4+IJK8=
github.com/filecoin-project/go-clock v0.1.0 h1:SFbYIM75M8NnFm1yMHhN9Ahy3W5bEZV9gd6MPfXbKVU=
github.com/filecoin-project/go-clock v0.1.0/go.mod h1:4uB/O4PvOjlx1VCMdZ9MyDZXRm//gkj1ELEbxfI1AZs=
github.com/filecoin-project/go-jsonrpc v0.9.0 h1:G47qEF52w7GholpI21vPSTVBFvsrip6geIoqNiqyZtQ=
Expand Down
4 changes: 1 addition & 3 deletions tools/da-debug/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.24.6
require (
github.com/evstack/ev-node v1.0.0-beta.6
github.com/evstack/ev-node/core v1.0.0-beta.5
github.com/evstack/ev-node/da v1.0.0-beta.4
github.com/evstack/ev-node/da v1.0.0-beta.6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While updating the da dependency, I noticed that github.com/evstack/ev-node in this file is at v1.0.0-beta.6, while other modules in the repository (e.g., apps/evm/single) use v1.0.0-beta.9. For better maintainability and consistency across the monorepo, consider aligning the version of github.com/evstack/ev-node as well.

github.com/rs/zerolog v1.34.0
github.com/spf13/cobra v1.10.1
google.golang.org/protobuf v1.36.9
Expand Down Expand Up @@ -52,5 +52,3 @@ require (
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
lukechampine.com/blake3 v1.4.1 // indirect
)

replace github.com/evstack/ev-node/da => ../../da
2 changes: 2 additions & 0 deletions tools/da-debug/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ github.com/evstack/ev-node v1.0.0-beta.6 h1:jjGWAUsjHDpuBjvM7KXnY6Y8uYHM8LOrn0hD
github.com/evstack/ev-node v1.0.0-beta.6/go.mod h1:ZABT4xTIg4bINUS08r8e8LFIUk5anWe799fZ320q+Mk=
github.com/evstack/ev-node/core v1.0.0-beta.5 h1:lgxE8XiF3U9pcFgh7xuKMgsOGvLBGRyd9kc9MR4WL0o=
github.com/evstack/ev-node/core v1.0.0-beta.5/go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY=
github.com/evstack/ev-node/da v1.0.0-beta.6 h1:htzm4bbIGzNeuue4+/fEZTtjqpieLQWCtOWWnsNZvrY=
github.com/evstack/ev-node/da v1.0.0-beta.6/go.mod h1:Br+hq83JG0iIe9QW4grpm6iW8N86RdyDAhHck4+IJK8=
github.com/filecoin-project/go-clock v0.1.0 h1:SFbYIM75M8NnFm1yMHhN9Ahy3W5bEZV9gd6MPfXbKVU=
github.com/filecoin-project/go-clock v0.1.0/go.mod h1:4uB/O4PvOjlx1VCMdZ9MyDZXRm//gkj1ELEbxfI1AZs=
github.com/filecoin-project/go-jsonrpc v0.9.0 h1:G47qEF52w7GholpI21vPSTVBFvsrip6geIoqNiqyZtQ=
Expand Down
Loading