Skip to content

Tags: evstack/ev-node

Tags

v1.2.3

Toggle v1.2.3's commit message
Ev Node 1.2.3

apps/testapp/v1.1.6

Toggle apps/testapp/v1.1.6's commit message
apps/testapp v1.1.6

apps/evm/v1.2.3

Toggle apps/evm/v1.2.3's commit message
apps/evm v1.2.3

v1.2.2

Toggle v1.2.2's commit message
Ev Node 1.2.2

apps/testapp/v1.1.5

Toggle apps/testapp/v1.1.5's commit message
apps/testapp v1.1.5

apps/evm/v1.2.2

Toggle apps/evm/v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prep apps/evm v1.2.2 and apps/testapp v1.1.5 (#3410)

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: require core v1.1.0 (#3391)

* chore: require core v1.1.0

Bump the root module's core requirement from v1.0.0 to the freshly
released core/v1.1.0, which carries the breaking Executor change
(ExecuteTxs now returns ExecuteResult). The code has depended on this
API since #3282 but go.mod still required v1.0.0, building only via the
local `replace => ./core`. External consumers ignore that replace, so
this must be v1.1.0 for a working release.

Prerequisite for tagging v1.2.1 (v1.2.0 shipped with the stale v1.0.0
requirement and is superseded).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* chore: drop core replace from root go.mod

Remove `replace github.com/evstack/ev-node/core => ./core` so the
published module resolves core v1.1.0 from the proxy with a proper
go.sum checksum, instead of relying on a local path that consumers
ignore. Local cross-module dev is handled by go.work (go.work.example
already `use`s ./core).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* updates deps

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

v1.2.0

Toggle v1.2.0's commit message
Evolve v1.2.0

execution/evm/v1.1.0

Toggle execution/evm/v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prep execution/evm v1.1.0 (#3392)

* chore: prep execution/evm v1.1.0

Drop the local replace directives and pin the published upstreams:
ev-node v1.2.1 and core v1.1.0. This is the release-ready go.mod for
tagging execution/evm/v1.1.0 (new minor: reth 2.3 / Amsterdam fork
prep landed here since v1.0.1).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* deps

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>