Skip to content

ethrex: v18.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 17:19
· 9 commits to main since this release
886d8e1

Note

What's new

  • Sync robustness: fixes for full-sync wedges, snap-sync restart livelock, and FCU-on-unreachable-state idling
  • Faster crypto and EVM: blst for BLS12-381, aws-lc-rs for P256VERIFY, and several LEVM hot-path optimizations
  • Faster eth_getLogs via header-bloom skipping and bulk receipt reads

No resync is needed.

Installation and running instructions can be found in our docs

🐛 Bug Fixes

⚡ Performance Improvements

♻️ Refactors

  • 1af75ed - l1: make blst the canonical BLS12-381 backend, move the portable fork into the guest program (PR #6881 by @ilitteri)