Skip to content

Commit b516561

Browse files
tac0turtleclaude
andauthored
chore: prep execution/evm v1.1.0 (#3392)
* chore: prep execution/evm v1.1.0 Drop the local replace directives and pin the published upstreams: ev-node v1.2.1 and core v1.1.0. This is the release-ready go.mod for tagging execution/evm/v1.1.0 (new minor: reth 2.3 / Amsterdam fork prep landed here since v1.0.1). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * deps --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 3c4a452 commit b516561

5 files changed

Lines changed: 8 additions & 9 deletions

File tree

apps/evm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replace (
1010

1111
require (
1212
github.com/ethereum/go-ethereum v1.17.4
13-
github.com/evstack/ev-node v1.1.3
13+
github.com/evstack/ev-node v1.2.1
1414
github.com/evstack/ev-node/core v1.1.0
1515
github.com/evstack/ev-node/execution/evm v1.0.1
1616
github.com/ipfs/go-datastore v0.9.1

execution/evm/go.mod

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@ module github.com/evstack/ev-node/execution/evm
22

33
go 1.25.8
44

5-
replace (
6-
github.com/evstack/ev-node => ../../
7-
github.com/evstack/ev-node/core => ../../core
8-
)
9-
105
require (
116
github.com/ethereum/go-ethereum v1.17.4
12-
github.com/evstack/ev-node v1.1.2
7+
github.com/evstack/ev-node v1.2.1
138
github.com/evstack/ev-node/core v1.1.0
149
github.com/golang-jwt/jwt/v5 v5.3.1
1510
github.com/ipfs/go-datastore v0.9.1

execution/evm/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab h1:rvv6MJ
121121
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab/go.mod h1:IuLm4IsPipXKF7CW5Lzf68PIbZ5yl7FFd74l/E0o9A8=
122122
github.com/ethereum/go-ethereum v1.17.4 h1:uA4q+qiLp7QImBsjdRbINu8iX6OEVmj4DPc5/E5Fsxc=
123123
github.com/ethereum/go-ethereum v1.17.4/go.mod h1:qMdgwqqRAen+aT8P7KKQKi0Qt6RzG4cfejVAbCpJgqA=
124+
github.com/evstack/ev-node v1.2.1 h1:67u22AZFbFDkv/N6hyzx7eGtoS1RD7pOj4AsQqA4+pc=
125+
github.com/evstack/ev-node v1.2.1/go.mod h1:OG0eQEvqB6w0p70L9wIVboLDPiSRfr359dd5eKKJslg=
126+
github.com/evstack/ev-node/core v1.1.0 h1:Sa7uU5yuNF7YUyLBHPThD6Jt8/jacM1epRLATrdvKRE=
127+
github.com/evstack/ev-node/core v1.1.0/go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY=
124128
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
125129
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
126130
github.com/ferranbt/fastssz v0.1.4 h1:OCDB+dYDEQDvAgtAGnTSidK1Pe2tW3nFV40XyMkTeDY=

execution/evm/test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ require (
7878
github.com/dvsekhvalnov/jose2go v1.7.0 // indirect
7979
github.com/emicklei/dot v1.6.2 // indirect
8080
github.com/ethereum/c-kzg-4844/v2 v2.1.6 // indirect
81-
github.com/evstack/ev-node v1.1.2 // indirect
81+
github.com/evstack/ev-node v1.2.1 // indirect
8282
github.com/evstack/ev-node/core v1.1.0 // indirect
8383
github.com/felixge/httpsnoop v1.0.4 // indirect
8484
github.com/ferranbt/fastssz v0.1.4 // indirect

test/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/cosmos/cosmos-sdk v0.53.6
1010
github.com/cosmos/ibc-go/v8 v8.8.0
1111
github.com/ethereum/go-ethereum v1.17.4
12-
github.com/evstack/ev-node v1.1.2
12+
github.com/evstack/ev-node v1.2.1
1313
github.com/evstack/ev-node/execution/evm v0.0.0-20250602130019-2a732cf903a5
1414
github.com/evstack/ev-node/execution/evm/test v0.0.0-00010101000000-000000000000
1515
github.com/libp2p/go-libp2p v0.48.0

0 commit comments

Comments
 (0)