Skip to content

Releases: evstack/ev-node

v1.1.4 (2026-06-22)

Choose a tag to compare

@github-actions github-actions released this 29 Jun 08:46
Immutable release. Only release title and notes can be modified.
v1.1.4
8fc70f0

ev-node v1.1.4

This is a targeted bugfix release that improves resilience of the DA client's WebSocket connection handling. Upgrade is recommended for all operators experiencing DA layer connectivity issues or running in environments with unstable WebSocket connections.


Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.1.4
  • ghcr.io/evstack/ev-node-grpc:v1.1.4
  • ghcr.io/evstack/ev-node-loadgen:v1.1.4
  • ghcr.io/evstack/ev-node-testapp:v1.1.4

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 12 Jun 14:17
Immutable release. Only release title and notes can be modified.
v1.1.3
d208cd0

This is a targeted bugfix release addressing a transaction queue backlog issue under heavy load. Operators running sequencer nodes with high transaction throughput are strongly encouraged to upgrade.

Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.1.3
  • ghcr.io/evstack/ev-node-grpc:v1.1.3
  • ghcr.io/evstack/ev-node-testapp:v1.1.3

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 08 Jun 16:14
Immutable release. Only release title and notes can be modified.
v1.1.2
c3ed3a5

This is a maintenance and improvement release that includes performance optimizations, new observability and connectivity features, and breaking changes to the gRPC execution layer. Operators running execution/grpc integrations must review the changes below before upgrading.

Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.1.2
  • ghcr.io/evstack/ev-node-grpc:v1.1.2
  • ghcr.io/evstack/ev-node-testapp:v1.1.2

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Apr 12:37
Immutable release. Only release title and notes can be modified.
v1.1.1
36a7f15

This is a patch release focused on P2P reliability, bug fixes, and incremental improvements. Upgrading is recommended for all operators, particularly those experiencing P2P connectivity issues requiring node restarts.

Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.1.1
  • ghcr.io/evstack/ev-node-grpc:v1.1.1
  • ghcr.io/evstack/ev-node-testapp:v1.1.1

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Apr 12:56
Immutable release. Only release title and notes can be modified.
v1.1.0
6f09600

This is a minor feature and bugfix release building on v1.0.0.
It introduces AWS & GCP KMS signer backend support. Additionally several internal improvements have happened, notably publisher-mode synchronization for failover scenarios, forced inclusion namespace event subscriptions.

Upgrade from v1.0.0 is recommended for all operators for enhanced stability.

Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.1.0
  • ghcr.io/evstack/ev-node-grpc:v1.1.0-rc.2
  • ghcr.io/evstack/ev-node-testapp:v1.1.0

v1.1.0-rc.2 (2026-04-07)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Apr 17:22
Immutable release. Only release title and notes can be modified.
v1.1.0-rc.2
d163059

ev-node v1.1.0-rc.2

⚠️ This is a draft release. Please verify its content before publishing

This is a maintenance and reliability release candidate, containing targeted: improvements to P2P stability, failover handling, and execution layer correctness.

Operators running v1.1.0-rc.1 are encouraged to upgrade.

Tested upgrade paths

  • ev-node v1.0.0-rc.1 -> ev-node v1.1.0-rc.2

Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.1.0-rc.2
  • ghcr.io/evstack/ev-node-grpc:v1.1.0-rc.2
  • ghcr.io/evstack/ev-node-testapp:v1.1.0-rc.2

v1.1.0-rc.1 (2026-03-31)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Mar 14:16
Immutable release. Only release title and notes can be modified.
v1.1.0-rc.1
9290142

ev-node v1.1.0-rc.1

This is a release candidate for v1.1.0, focused on new features and stability improvements. It introduces:

  • AWS & GCP KMS signer backend support
  • Forced inclusion namespace event subscriptions
  • Several bug fixes addressing memory management, sync reliability, and DA client resilience.

Operators running v1.0.0 are encouraged to test this release candidate before the stable v1.1.0 release.

Tested upgrade paths

  • ev-node v1.0.0 -> ev-node v1.1.0-rc.1

Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.1.0-rc.1
  • ghcr.io/evstack/ev-node-grpc:v1.1.0-rc.1
  • ghcr.io/evstack/ev-node-testapp:v1.1.0-rc.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 15:35
Immutable release. Only release title and notes can be modified.
v1.0.0
2c9ca1b
image

A major part of the Evolve Stack has been released.
Introducing the v1.0.0 release of ev-node and execution/evm. Those packages are LTS.

Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.0.0
  • ghcr.io/evstack/ev-node-grpc:v1.0.0-rc.6
  • ghcr.io/evstack/ev-node-testapp:v1.0.0

v1.0.0-rc.4 (2026-02-10)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Feb 09:06
Immutable release. Only release title and notes can be modified.
v1.0.0-rc.4
fa3f0e2

ev-node v1.0.0-rc.4

This is a maintenance release that improves reliability when the execution client is unavailable. This is a safe upgrade with no breaking changes.

Tested upgrade paths

  • ev-node v1.0.0-rc.3 -> ev-node v1.0.0-rc.4

Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.0.0-rc.4
  • ghcr.io/evstack/ev-node-grpc:v1.0.0-rc.4
  • ghcr.io/evstack/ev-node-testapp:v1.0.0-rc.4

v1.0.0-rc.3 (2026-02-05)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Feb 10:14
Immutable release. Only release title and notes can be modified.
v1.0.0-rc.3
aedd573

ev-node v1.0.0-rc.3

This is new release candidate focused on improving cache handling, fixing critical bugs in block replay logic, and enhancing node synchronization with DA hints for P2P transactions. This release includes one breaking change related to cache persistence behavior that requires operator awareness.

Tested upgrade paths

  • ev-node v1.0.0-rc.2 -> ev-node v1.0.0-rc.3

⚠️ Breaking Changes

Cache Persistence Changes

What changed: The pending events cache and transaction cache are now fully ephemeral and will not persist across node restarts. Only the DA inclusion cache persists (stored in metadata) until cleared after DA inclusion processing has been completed. (#3047)

Action required:

  1. Be aware that on node restart, pending events and transactions will need to be re-fetched from peers or the DA layer
  2. Operators can delete the previous file cache to save disk space (rm -rf ./appd/data/cache)

Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.0.0-rc.3
  • ghcr.io/evstack/ev-node-grpc:v1.0.0-rc.3
  • ghcr.io/evstack/ev-node-testapp:v1.0.0-rc.3