File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,14 +2,16 @@ module github.com/evstack/ev-node/apps/evm
22
33go 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
810require (
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
You can’t perform that action at this time.
0 commit comments