Skip to content

ethrex: v3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 17:09
· 0 commits to main since this release
2c71099

v3.0.0

This release brings major performance improvements, especially for SnapSync. Syncing is now significantly faster and more memory-efficient thanks to optimized snapshot handling, RocksDB as the default database. These changes result in smoother performance across all networks and improved stability under heavy workloads.

Installation and running instructions can be found in our docs

💥 BREAKING CHANGES

  • due to e0c018e - change --datadir to be relative to current working directory (PR #4521 by @MegaRedHand):

    change --datadir to be relative to current working directory (#4521)

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

♻️ Refactors

✅ Tests

🔧 Chores