Skip to content

Commit d2a29e8

Browse files
authored
chore: prep rc.2 (#3231)
* chore: prep rc.2 * tidy
1 parent d163059 commit d2a29e8

File tree

7 files changed

+71
-65
lines changed

7 files changed

+71
-65
lines changed

apps/evm/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ module github.com/evstack/ev-node/apps/evm
22

33
go 1.25.7
44

5-
replace (
6-
github.com/evstack/ev-node => ../../
7-
github.com/evstack/ev-node/execution/evm => ../../execution/evm
8-
)
5+
// replace (
6+
// github.com/evstack/ev-node => ../../
7+
// github.com/evstack/ev-node/execution/evm => ../../execution/evm
8+
// )
99

1010
require (
1111
github.com/ethereum/go-ethereum v1.17.2
12-
github.com/evstack/ev-node v1.1.0-rc.1
12+
github.com/evstack/ev-node v1.1.0-rc.2
1313
github.com/evstack/ev-node/core v1.0.0
14-
github.com/evstack/ev-node/execution/evm v1.0.0
14+
github.com/evstack/ev-node/execution/evm v1.0.1
1515
github.com/ipfs/go-datastore v0.9.1
1616
github.com/rs/zerolog v1.35.0
1717
github.com/spf13/cobra v1.10.2

apps/evm/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,12 @@ github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab h1:rvv6MJ
472472
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab/go.mod h1:IuLm4IsPipXKF7CW5Lzf68PIbZ5yl7FFd74l/E0o9A8=
473473
github.com/ethereum/go-ethereum v1.17.2 h1:ag6geu0kn8Hv5FLKTpH+Hm2DHD+iuFtuqKxEuwUsDOI=
474474
github.com/ethereum/go-ethereum v1.17.2/go.mod h1:KHcRXfGOUfUmKg51IhQ0IowiqZ6PqZf08CMtk0g5K1o=
475+
github.com/evstack/ev-node v1.1.0-rc.2 h1:7fdGpzjJwtNLtLJJ/Fyj2yFv5ARKnMAPh22Z5cRd1r0=
476+
github.com/evstack/ev-node v1.1.0-rc.2/go.mod h1:5lIACV0hQGO5Btdb1b3fSw2Vz7Jvrg2yvMefalfWguA=
475477
github.com/evstack/ev-node/core v1.0.0 h1:s0Tx0uWHme7SJn/ZNEtee4qNM8UO6PIxXnHhPbbKTz8=
476478
github.com/evstack/ev-node/core v1.0.0/go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY=
479+
github.com/evstack/ev-node/execution/evm v1.0.1 h1:cpFCcrAajTRoptAaSbaqkU6bIRc7hnmXK346zwqk/Lo=
480+
github.com/evstack/ev-node/execution/evm v1.0.1/go.mod h1:QEmT3dKWvzdsUs/Nkt7Cqd3fWTUFpzezTQoWw3MpHMw=
477481
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
478482
github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM=
479483
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=

apps/grpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace (
88
)
99

1010
require (
11-
github.com/evstack/ev-node v1.1.0-rc.1
11+
github.com/evstack/ev-node v1.1.0-rc.2
1212
github.com/evstack/ev-node/core v1.0.0
1313
github.com/evstack/ev-node/execution/grpc v1.0.0-rc.1
1414
github.com/ipfs/go-datastore v0.9.1

apps/testapp/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ module github.com/evstack/ev-node/apps/testapp
22

33
go 1.25.7
44

5-
replace github.com/evstack/ev-node => ../../.
5+
// replace github.com/evstack/ev-node => ../../.
66

77
require (
8-
github.com/evstack/ev-node v1.1.0-rc.1
8+
github.com/evstack/ev-node v1.1.0-rc.2
99
github.com/evstack/ev-node/core v1.0.0
1010
github.com/ipfs/go-datastore v0.9.1
1111
github.com/rs/zerolog v1.35.0

apps/testapp/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ github.com/envoyproxy/protoc-gen-validate v1.0.1/go.mod h1:0vj8bNkYbSTNS2PIyH87K
432432
github.com/envoyproxy/protoc-gen-validate v1.0.2/go.mod h1:GpiZQP3dDbg4JouG/NNS7QWXpgx6x8QiMKdmN72jogE=
433433
github.com/envoyproxy/protoc-gen-validate v1.3.0 h1:TvGH1wof4H33rezVKWSpqKz5NXWg5VPuZ0uONDT6eb4=
434434
github.com/envoyproxy/protoc-gen-validate v1.3.0/go.mod h1:HvYl7zwPa5mffgyeTUHA9zHIH36nmrm7oCbo4YKoSWA=
435+
github.com/evstack/ev-node v1.1.0-rc.2 h1:7fdGpzjJwtNLtLJJ/Fyj2yFv5ARKnMAPh22Z5cRd1r0=
436+
github.com/evstack/ev-node v1.1.0-rc.2/go.mod h1:5lIACV0hQGO5Btdb1b3fSw2Vz7Jvrg2yvMefalfWguA=
435437
github.com/evstack/ev-node/core v1.0.0 h1:s0Tx0uWHme7SJn/ZNEtee4qNM8UO6PIxXnHhPbbKTz8=
436438
github.com/evstack/ev-node/core v1.0.0/go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY=
437439
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=

tools/da-debug/go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.7
44

55
require (
66
github.com/celestiaorg/go-square/v3 v3.0.2
7-
github.com/evstack/ev-node v1.1.0-rc.1
7+
github.com/evstack/ev-node v1.1.0-rc.2
88
github.com/rs/zerolog v1.35.0
99
github.com/spf13/cobra v1.10.2
1010
google.golang.org/protobuf v1.36.11
@@ -15,12 +15,12 @@ require (
1515
cloud.google.com/go/auth v0.18.2 // indirect
1616
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
1717
cloud.google.com/go/compute/metadata v0.9.0 // indirect
18-
cloud.google.com/go/iam v1.5.3 // indirect
19-
cloud.google.com/go/kms v1.26.0 // indirect
18+
cloud.google.com/go/iam v1.6.0 // indirect
19+
cloud.google.com/go/kms v1.27.0 // indirect
2020
cloud.google.com/go/longrunning v0.8.0 // indirect
2121
github.com/aws/aws-sdk-go-v2 v1.41.5 // indirect
22-
github.com/aws/aws-sdk-go-v2/config v1.32.13 // indirect
23-
github.com/aws/aws-sdk-go-v2/credentials v1.19.13 // indirect
22+
github.com/aws/aws-sdk-go-v2/config v1.32.14 // indirect
23+
github.com/aws/aws-sdk-go-v2/credentials v1.19.14 // indirect
2424
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.21 // indirect
2525
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.21 // indirect
2626
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.21 // indirect
@@ -29,11 +29,11 @@ require (
2929
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.21 // indirect
3030
github.com/aws/aws-sdk-go-v2/service/kms v1.50.4 // indirect
3131
github.com/aws/aws-sdk-go-v2/service/signin v1.0.9 // indirect
32-
github.com/aws/aws-sdk-go-v2/service/sso v1.30.14 // indirect
33-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.18 // indirect
32+
github.com/aws/aws-sdk-go-v2/service/sso v1.30.15 // indirect
33+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.19 // indirect
3434
github.com/aws/aws-sdk-go-v2/service/sts v1.41.10 // indirect
35-
github.com/aws/smithy-go v1.24.2 // indirect
36-
github.com/celestiaorg/go-header v0.8.1 // indirect
35+
github.com/aws/smithy-go v1.24.3 // indirect
36+
github.com/celestiaorg/go-header v0.8.5 // indirect
3737
github.com/celestiaorg/go-square/merkle v0.0.0-20240627094109-7d01436067a3 // indirect
3838
github.com/celestiaorg/nmt v0.24.2 // indirect
3939
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -50,7 +50,7 @@ require (
5050
github.com/google/s2a-go v0.1.9 // indirect
5151
github.com/google/uuid v1.6.0 // indirect
5252
github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect
53-
github.com/googleapis/gax-go/v2 v2.19.0 // indirect
53+
github.com/googleapis/gax-go/v2 v2.20.0 // indirect
5454
github.com/gorilla/websocket v1.5.3 // indirect
5555
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
5656
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -87,9 +87,9 @@ require (
8787
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
8888
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
8989
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 // indirect
90-
go.opentelemetry.io/otel v1.42.0 // indirect
91-
go.opentelemetry.io/otel/metric v1.42.0 // indirect
92-
go.opentelemetry.io/otel/trace v1.42.0 // indirect
90+
go.opentelemetry.io/otel v1.43.0 // indirect
91+
go.opentelemetry.io/otel/metric v1.43.0 // indirect
92+
go.opentelemetry.io/otel/trace v1.43.0 // indirect
9393
go.uber.org/multierr v1.11.0 // indirect
9494
go.uber.org/zap v1.27.1 // indirect
9595
go.yaml.in/yaml/v3 v3.0.4 // indirect
@@ -102,10 +102,10 @@ require (
102102
golang.org/x/text v0.35.0 // indirect
103103
golang.org/x/time v0.15.0 // indirect
104104
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
105-
google.golang.org/api v0.273.0 // indirect
106-
google.golang.org/genproto v0.0.0-20260316180232-0b37fe3546d5 // indirect
107-
google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5 // indirect
108-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 // indirect
109-
google.golang.org/grpc v1.79.3 // indirect
105+
google.golang.org/api v0.273.1 // indirect
106+
google.golang.org/genproto v0.0.0-20260319201613-d00831a3d3e7 // indirect
107+
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
108+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
109+
google.golang.org/grpc v1.80.0 // indirect
110110
lukechampine.com/blake3 v1.4.1 // indirect
111111
)

0 commit comments

Comments
 (0)