Skip to content

ethrex: v21.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:02
7729de3

Warning

This version includes a breaking change affecting only operators who enabled the websocket using the default port. The new default port is now 8545, which is now shared with the HTTP port.

Note

What's new

  • Improved logs and disallowed binding --http.port and --ws.port to the same port where it would silently fail.
  • Improved ethrex's graceful shutdown sequence.
  • Added Hegota fork support and initial EIP-8141 frame transactions support.
  • Improved performance on eth_getLogs RPC.
  • We now prewarm transactions from the mempool for increased performance.
  • Added more BAL related performance improvements.

No resync is needed.

Installation and running instructions can be found in our docs

💥 BREAKING CHANGES

  • due to f307de5 - harden RPC startup (fail-fast bind, shared HTTP/WS port, honest logs) (PR #6945 by @ilitteri):

    harden RPC startup (fail-fast bind, shared HTTP/WS port, honest logs) (#6945)

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements