From 24427930802b1219776f3d1b78a859455e05bdf0 Mon Sep 17 00:00:00 2001 From: tac0turtle Date: Fri, 21 Nov 2025 10:32:04 +0100 Subject: [PATCH 1/2] bump node in evm-single --- apps/evm/single/go.mod | 3 +-- apps/evm/single/go.sum | 4 ++++ apps/grpc/single/go.mod | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/evm/single/go.mod b/apps/evm/single/go.mod index 651d8618c9..13e0ebfa01 100644 --- a/apps/evm/single/go.mod +++ b/apps/evm/single/go.mod @@ -4,8 +4,6 @@ go 1.24.6 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 -replace github.com/evstack/ev-node => ../../../ - require ( github.com/celestiaorg/go-header v0.7.3 github.com/ethereum/go-ethereum v1.16.5 @@ -13,6 +11,7 @@ require ( github.com/evstack/ev-node/core 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/evstack/ev-node/sequencers/single v1.0.0-beta.3 github.com/ipfs/go-datastore v0.9.0 github.com/spf13/cobra v1.10.1 ) diff --git a/apps/evm/single/go.sum b/apps/evm/single/go.sum index 9b9eaa17f9..f490c55ef1 100644 --- a/apps/evm/single/go.sum +++ b/apps/evm/single/go.sum @@ -103,12 +103,16 @@ github.com/ethereum/go-ethereum v1.16.5 h1:GZI995PZkzP7ySCxEFaOPzS8+bd8NldE//1qv github.com/ethereum/go-ethereum v1.16.5/go.mod h1:kId9vOtlYg3PZk9VwKbGlQmSACB5ESPTBGT+M9zjmok= github.com/ethereum/go-verkle v0.2.2 h1:I2W0WjnrFUIzzVPwm8ykY+7pL2d4VhlsePn4j7cnFk8= github.com/ethereum/go-verkle v0.2.2/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk= +github.com/evstack/ev-node v1.0.0-beta.9 h1:9hRfT+EECIxrimhshjfAhER7x8wItFuytznC5jqRHrI= +github.com/evstack/ev-node v1.0.0-beta.9/go.mod h1:+gJ1h9OF6r1rM557emHq7OrMxSI+73gNtKbzMFPK9zU= 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/evstack/ev-node/sequencers/single v1.0.0-beta.3 h1:BT/UeH7Tf8z0btzomCzTbbDDZGAT8/yHcd6xY6P/aaw= +github.com/evstack/ev-node/sequencers/single v1.0.0-beta.3/go.mod h1:eCkDecdJ3s7TB3R5nFdPDyz7jjRmwYen6lGe9D2sSH4= github.com/ferranbt/fastssz v0.1.4 h1:OCDB+dYDEQDvAgtAGnTSidK1Pe2tW3nFV40XyMkTeDY= github.com/ferranbt/fastssz v0.1.4/go.mod h1:Ea3+oeoRGGLGm5shYAeDgu6PGUlcvQhE2fILyD9+tGg= github.com/filecoin-project/go-clock v0.1.0 h1:SFbYIM75M8NnFm1yMHhN9Ahy3W5bEZV9gd6MPfXbKVU= diff --git a/apps/grpc/single/go.mod b/apps/grpc/single/go.mod index bf9767f725..ee145a3bca 100644 --- a/apps/grpc/single/go.mod +++ b/apps/grpc/single/go.mod @@ -5,7 +5,7 @@ go 1.24.6 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 require ( - github.com/evstack/ev-node v1.0.0-beta.9 + github.com/evstack/ev-node v1.0.0-beta.10 github.com/evstack/ev-node/core 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 From 61144a55965fec444cc0be6a953f04aea934a78a Mon Sep 17 00:00:00 2001 From: tac0turtle Date: Fri, 21 Nov 2025 10:35:05 +0100 Subject: [PATCH 2/2] bump --- apps/evm/single/go.mod | 3 +-- apps/evm/single/go.sum | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/apps/evm/single/go.mod b/apps/evm/single/go.mod index 13e0ebfa01..deb2b4e0c7 100644 --- a/apps/evm/single/go.mod +++ b/apps/evm/single/go.mod @@ -7,11 +7,10 @@ replace github.com/celestiaorg/go-header => github.com/julienrbrt/go-header v0.0 require ( github.com/celestiaorg/go-header v0.7.3 github.com/ethereum/go-ethereum v1.16.5 - github.com/evstack/ev-node v1.0.0-beta.9 + github.com/evstack/ev-node v1.0.0-beta.10 github.com/evstack/ev-node/core 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/evstack/ev-node/sequencers/single v1.0.0-beta.3 github.com/ipfs/go-datastore v0.9.0 github.com/spf13/cobra v1.10.1 ) diff --git a/apps/evm/single/go.sum b/apps/evm/single/go.sum index f490c55ef1..6c304a95f2 100644 --- a/apps/evm/single/go.sum +++ b/apps/evm/single/go.sum @@ -103,16 +103,14 @@ github.com/ethereum/go-ethereum v1.16.5 h1:GZI995PZkzP7ySCxEFaOPzS8+bd8NldE//1qv github.com/ethereum/go-ethereum v1.16.5/go.mod h1:kId9vOtlYg3PZk9VwKbGlQmSACB5ESPTBGT+M9zjmok= github.com/ethereum/go-verkle v0.2.2 h1:I2W0WjnrFUIzzVPwm8ykY+7pL2d4VhlsePn4j7cnFk8= github.com/ethereum/go-verkle v0.2.2/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk= -github.com/evstack/ev-node v1.0.0-beta.9 h1:9hRfT+EECIxrimhshjfAhER7x8wItFuytznC5jqRHrI= -github.com/evstack/ev-node v1.0.0-beta.9/go.mod h1:+gJ1h9OF6r1rM557emHq7OrMxSI+73gNtKbzMFPK9zU= +github.com/evstack/ev-node v1.0.0-beta.10 h1:AgdUV6GUaJKUSHl5WJYS9mhfSQRDzLkidcuDmbewkk4= +github.com/evstack/ev-node v1.0.0-beta.10/go.mod h1:BNQb29H/34/PgOB25Tn3+SuVhjdfZs3GsQz++bo8iHQ= 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/evstack/ev-node/sequencers/single v1.0.0-beta.3 h1:BT/UeH7Tf8z0btzomCzTbbDDZGAT8/yHcd6xY6P/aaw= -github.com/evstack/ev-node/sequencers/single v1.0.0-beta.3/go.mod h1:eCkDecdJ3s7TB3R5nFdPDyz7jjRmwYen6lGe9D2sSH4= github.com/ferranbt/fastssz v0.1.4 h1:OCDB+dYDEQDvAgtAGnTSidK1Pe2tW3nFV40XyMkTeDY= github.com/ferranbt/fastssz v0.1.4/go.mod h1:Ea3+oeoRGGLGm5shYAeDgu6PGUlcvQhE2fILyD9+tGg= github.com/filecoin-project/go-clock v0.1.0 h1:SFbYIM75M8NnFm1yMHhN9Ahy3W5bEZV9gd6MPfXbKVU=