Skip to content

ethrex: v16.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jun 22:13
· 28 commits to main since this release
b4d76c6

Important

This release contains critical bug fixes. Upgrading is strongly recommended for all operators.

Note

What's new

  • An option to have more control over RAM usage, --rocksdb.block-cache-size
  • Security critical fixes
  • Minor bug fixes
    This release changes the database schema, which means you can't roll back to a previous version. The migration is automatic, no resync is needed.

Installation and running instructions can be found in our docs

✨ New Features

  • 6953f01 - l1: log block hash in per-block execution metric line (PR #6736 by @edg-l)
  • 84fbc5c - l1: add --skip-genesis-validation to trust a pre-existing datadir (PR #6783 by @edg-l)

🐛 Bug Fixes

⚡ Performance Improvements

♻️ Refactors