Skip to content

Commit 87d8ba9

Browse files
authored
chore: prep evm rc.5 (#3145)
1 parent e599cae commit 87d8ba9

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12-
## v1.0.0-rc.5 / v1.0.0
12+
## v1.0.0
13+
14+
Identical to v1.0.0-rc.5.
15+
16+
## v1.0.0-rc.5
1317

1418
### Added
1519

apps/evm/go.mod

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

33
go 1.25.6
44

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

810
require (
911
github.com/ethereum/go-ethereum v1.17.0
1012
github.com/evstack/ev-node v1.0.0-rc.5
1113
github.com/evstack/ev-node/core v1.0.0
12-
github.com/evstack/ev-node/execution/evm v1.0.0-rc.3
14+
github.com/evstack/ev-node/execution/evm v1.0.0-rc.4
1315
github.com/ipfs/go-datastore v0.9.1
1416
github.com/rs/zerolog v1.34.0
1517
github.com/spf13/cobra v1.10.2

apps/evm/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,8 @@ github.com/evstack/ev-node v1.0.0-rc.5 h1:3qd3KWuwiLr5RKt1j8v2h5X3XZvwyYGbMUDskM
411411
github.com/evstack/ev-node v1.0.0-rc.5/go.mod h1:VAaN0tbN1+SSm7sLzMhHZNUn9sgpf1eok5gu3YVbT38=
412412
github.com/evstack/ev-node/core v1.0.0 h1:s0Tx0uWHme7SJn/ZNEtee4qNM8UO6PIxXnHhPbbKTz8=
413413
github.com/evstack/ev-node/core v1.0.0/go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY=
414+
github.com/evstack/ev-node/execution/evm v1.0.0-rc.4 h1:9IKEVD8QRe6drXJFxnydM5ao6Gw5BPgXXIVCY3516WM=
415+
github.com/evstack/ev-node/execution/evm v1.0.0-rc.4/go.mod h1:aDwQRKH79c49eBgGAkkTPJKSicRxGtxteSqmj0oqAQ4=
414416
github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM=
415417
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
416418
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=

0 commit comments

Comments
 (0)