diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aaac288d..70fa1be05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## v1.0.0-rc.5 / v1.0.0 +## v1.0.0 + +Identical to v1.0.0-rc.5. + +## v1.0.0-rc.5 ### Added diff --git a/apps/evm/go.mod b/apps/evm/go.mod index 08b5030f7..d5ed20101 100644 --- a/apps/evm/go.mod +++ b/apps/evm/go.mod @@ -2,14 +2,16 @@ module github.com/evstack/ev-node/apps/evm go 1.25.6 -//github.com/evstack/ev-node => ../../ -replace github.com/evstack/ev-node/execution/evm => ../../execution/evm +//replace ( +// github.com/evstack/ev-node => ../../ +// github.com/evstack/ev-node/execution/evm => ../../execution/evm +//) require ( github.com/ethereum/go-ethereum v1.17.0 github.com/evstack/ev-node v1.0.0-rc.5 github.com/evstack/ev-node/core v1.0.0 - github.com/evstack/ev-node/execution/evm v1.0.0-rc.3 + github.com/evstack/ev-node/execution/evm v1.0.0-rc.4 github.com/ipfs/go-datastore v0.9.1 github.com/rs/zerolog v1.34.0 github.com/spf13/cobra v1.10.2 diff --git a/apps/evm/go.sum b/apps/evm/go.sum index 663909940..a7e96dd8c 100644 --- a/apps/evm/go.sum +++ b/apps/evm/go.sum @@ -411,6 +411,8 @@ github.com/evstack/ev-node v1.0.0-rc.5 h1:3qd3KWuwiLr5RKt1j8v2h5X3XZvwyYGbMUDskM github.com/evstack/ev-node v1.0.0-rc.5/go.mod h1:VAaN0tbN1+SSm7sLzMhHZNUn9sgpf1eok5gu3YVbT38= github.com/evstack/ev-node/core v1.0.0 h1:s0Tx0uWHme7SJn/ZNEtee4qNM8UO6PIxXnHhPbbKTz8= github.com/evstack/ev-node/core v1.0.0/go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY= +github.com/evstack/ev-node/execution/evm v1.0.0-rc.4 h1:9IKEVD8QRe6drXJFxnydM5ao6Gw5BPgXXIVCY3516WM= +github.com/evstack/ev-node/execution/evm v1.0.0-rc.4/go.mod h1:aDwQRKH79c49eBgGAkkTPJKSicRxGtxteSqmj0oqAQ4= github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=