Skip to content

v1.33.1

Choose a tag to compare

@stdevMac stdevMac released this 04 Sep 10:04
cda59e5

Release notes

Important

This release replaces v1.33.0 and addresses important issues reported for that version, specifically around eth_config and Receipts handling.

  • Receipts fix: Corrects an issue where receipts were removed for blocks beyond TxLookupLimit even when History pruning was disabled. See #9231.
  • eth_config fix: Resolves a configuration issue reported by the EF Testing team. See #9233.

These changes improve stability and consistency for users relying on long-term history and accurate transaction receipts.

Note

If you were affected by the missing receipts from running v1.33.0 and require full historical receipts, the two workarounds are:

  • Run Nethermind with Sync.FixReceipts set to true for offline patching of missing receipts
  • Delete the receipts folder in the Nethermind database directory (by default, nethermind_db/<network>) for a full download of all receipts while online

For further details, please review the full changelog and linked PRs below.

Full Changelog: 1.33.0...1.33.1