github NethermindEth/nethermind 1.31.6
v1.31.6

11 days ago

Release notes

This release is recommended for all users operating on Sepolia, Holesky, or Chiado.

Major highlights

Hoodi testnet

Added support for a new testnet—Hoodi with the hoodi and hoodi_archive configurations. For instance:

nethermind -c hoodi --data-dir path/to/data/dir
# or
nethermind -c hoodi_archive --sync-snapsync false --sync-fastsync false --data-dir path/to/data/dir

Holesky gas limit increase to 60M

As Holesky is now updated to Pectra and we have Hoodi as a new chain that will imitate the Mainnet closer, we are free to experiment a bit more here, so we decided to try out the 60M gas limit for blocks to see how well those would be handled here.

trace_transaction memory leak fix

Fixed issue #8020, where memory started to grow exponentially under heavy load by the trace_transaction JSON-RPC method, and a node restart was required to bring it back to normal.

What's Changed

Full Changelog: 1.31.5...1.31.6

Don't miss a new nethermind release

NewReleases is sending notifications on new releases.