v1.33.1
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
TxLookupLimiteven when History pruning was disabled. See #9231. eth_configfix: 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.FixReceiptsset totruefor offline patching of missing receipts - Delete the
receiptsfolder 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