Skip to content

Commit ffd86bf

Browse files
authored
chore: bump node in evm-single (#2875)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/ --> ## Overview <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. Ex: Closes #<issue number> -->
1 parent d7eda60 commit ffd86bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/evm/single/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ go 1.24.6
44

55
replace github.com/celestiaorg/go-header => github.com/julienrbrt/go-header v0.0.0-20251008134330-747c8c192fa8 // TODO: to remove after https://github.com/celestiaorg/go-header/pull/347
66

7-
replace github.com/evstack/ev-node => ../../../
8-
97
require (
108
github.com/celestiaorg/go-header v0.7.3
119
github.com/ethereum/go-ethereum v1.16.5
12-
github.com/evstack/ev-node v1.0.0-beta.9
10+
github.com/evstack/ev-node v1.0.0-beta.10
1311
github.com/evstack/ev-node/core v1.0.0-beta.5
1412
github.com/evstack/ev-node/da v1.0.0-beta.6
1513
github.com/evstack/ev-node/execution/evm v1.0.0-beta.3

apps/evm/single/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ github.com/ethereum/go-ethereum v1.16.5 h1:GZI995PZkzP7ySCxEFaOPzS8+bd8NldE//1qv
103103
github.com/ethereum/go-ethereum v1.16.5/go.mod h1:kId9vOtlYg3PZk9VwKbGlQmSACB5ESPTBGT+M9zjmok=
104104
github.com/ethereum/go-verkle v0.2.2 h1:I2W0WjnrFUIzzVPwm8ykY+7pL2d4VhlsePn4j7cnFk8=
105105
github.com/ethereum/go-verkle v0.2.2/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk=
106+
github.com/evstack/ev-node v1.0.0-beta.10 h1:AgdUV6GUaJKUSHl5WJYS9mhfSQRDzLkidcuDmbewkk4=
107+
github.com/evstack/ev-node v1.0.0-beta.10/go.mod h1:BNQb29H/34/PgOB25Tn3+SuVhjdfZs3GsQz++bo8iHQ=
106108
github.com/evstack/ev-node/core v1.0.0-beta.5 h1:lgxE8XiF3U9pcFgh7xuKMgsOGvLBGRyd9kc9MR4WL0o=
107109
github.com/evstack/ev-node/core v1.0.0-beta.5/go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY=
108110
github.com/evstack/ev-node/da v1.0.0-beta.6 h1:htzm4bbIGzNeuue4+/fEZTtjqpieLQWCtOWWnsNZvrY=

apps/grpc/single/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.6
55
replace github.com/celestiaorg/go-header => github.com/julienrbrt/go-header v0.0.0-20251008134330-747c8c192fa8 // TODO: to remove after https://github.com/celestiaorg/go-header/pull/347
66

77
require (
8-
github.com/evstack/ev-node v1.0.0-beta.9
8+
github.com/evstack/ev-node v1.0.0-beta.10
99
github.com/evstack/ev-node/core v1.0.0-beta.5
1010
github.com/evstack/ev-node/da v1.0.0-beta.6
1111
github.com/evstack/ev-node/execution/grpc v0.0.0

0 commit comments

Comments
 (0)