Skip to content

Releases: lambdaclass/ethrex

ethrex: v8.0.0

16 Dec 00:32
8d83b00

Choose a tag to compare

Highlights

Simplified Store API

Streamlined the storage backend interface, making it much easier and faster to add new store engine implementations.

Performance

Added parallelized account state merkleization to improve throughput in multi-core setups. We also exploited the fact that many transaction calls execute the same contract code, by adding a dedicated bytecode cache.

On the discovery side, we added discv4 ENR support to filter peers during discovery, allowing for lower resource usage, with improved peer discovery rate. Big thanks to our external contributors for driving this!

Metrics

We've been working on improving operator visibility by adding RPC error rate metrics and expanding peer/network ones both with dedicated rows and panels in Grafana. So networking health is easier to monitor. For more information about the latest state of our dashboards please take a look here.

UX

We added stronger startup checks around database compatibility to make sure we have a way to tell when a re-sync is needed. In addition, the client now warns if CL messages stop arriving for a while and a periodic check for newer releases was added to make staying up to date more straightforward.

Shared Bridge

Ethrex L2s can now participate in permissioned shared bridges and move interact between other ethrex L2s. See the official docs to learn more about this new feature https://docs.ethrex.xyz/l2/fundamentals/shared_bridge.html

ZisK and OpenVM as L1 Proving Backends

Ethrex now supports ZisK and OpenVM backends for proving L1 blocks.

Changelog

Installation and running instructions can be found in our docs

💥 BREAKING CHANGES

✨ New Features

🐛 Bug Fixes

Read more

ethrex: v8.0.0-rc.2

12 Dec 20:19
6e3e189

Choose a tag to compare

ethrex: v8.0.0-rc.2 Pre-release
Pre-release

Installation and running instructions can be found in our docs

💥 BREAKING CHANGES

✨ New Features

🐛 Bug Fixes

Read more

ethrex: v8.0.0-rc.1

02 Dec 21:24
2645726

Choose a tag to compare

ethrex: v8.0.0-rc.1 Pre-release
Pre-release

Installation and running instructions can be found in our docs

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

♻️ Refactors

✅ Tests

🔧 Chores

Read more

ethrex: v7.0.0

14 Nov 22:36
f7cae77

Choose a tag to compare

Aside from bug fixes and general QoL updates, this release introduces an array of new performance improvements, netting an increase of around 60% in execution throughput. Improvements range from optimizing vm opcodes to merkelization, better database options, and taking advantage of appropriate SIMD instruction sets on processors that support them.

NOTE: upgrading to this release requires resyncing.

Installation and running instructions can be found in our docs

💥 BREAKING CHANGES

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

...

Read more

ethrex: v7.0.0-rc.3

13 Nov 02:44
b14fdf0

Choose a tag to compare

ethrex: v7.0.0-rc.3 Pre-release
Pre-release

Installation and running instructions can be found in our docs

💥 BREAKING CHANGES

  • due to 8089824 - fix jumpdests for large initcodes (PR #5254 by @iovoid):

    fix jumpdests for large initcodes (#5254)

  • due to 120e1c7 - separate Account and storage Column families (PR #5055 by @Arkenan):

    separate Account and storage Column families (#5055)

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

♻️ Refactors

Read more

ethrex: v7.0.0-rc.2

12 Nov 00:00
b1ab72d

Choose a tag to compare

ethrex: v7.0.0-rc.2 Pre-release
Pre-release

Installation and running instructions can be found in our docs

💥 BREAKING CHANGES

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

♻️ Refactors

🔧 Chores

ethrex: v6.0.0 - Mach 3

03 Nov 19:02
e8fce20

Choose a tag to compare

This release introduces major performance optimizations across the execution pipeline, delivering up to 3× faster processing under typical workloads. Improvements span database access, caching, and background execution paths, significantly reducing block execution times.

In parallel, L2 nodes now feature complete blob support under Fusaka.

Installation and running instructions can be found in our docs

💥 BREAKING CHANGES

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

Read more

ethrex: v6.0.0-rc.4

01 Nov 19:04
03576da

Choose a tag to compare

ethrex: v6.0.0-rc.4 Pre-release
Pre-release

Installation and running instructions can be found in our docs

💥 BREAKING CHANGES

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

Read more

ethrex: v6.0.0-rc.2

30 Oct 01:35
42b32e0

Choose a tag to compare

ethrex: v6.0.0-rc.2 Pre-release
Pre-release

Installation and running instructions can be found in our docs

💥 BREAKING CHANGES

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

♻️ Refactors

✅ Tests

🔧 Chores

ethrex: v6.0.0-rc.1

27 Oct 20:11
393cfd7

Choose a tag to compare

ethrex: v6.0.0-rc.1 Pre-release
Pre-release

Installation and running instructions can be found in our docs

💥 BREAKING CHANGES

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

♻️ Refactors

✅ Tests

🔧 Chores