| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| forest-v0.34.0-macos-arm64.zip | 2026-07-14 | 74.2 MB | |
| forest-v0.34.0-linux-amd64.zip | 2026-07-14 | 88.5 MB | |
| README.md | 2026-07-14 | 2.6 kB | |
| v0.34.0 _Pinochet_ source code.tar.gz | 2026-07-14 | 5.5 MB | |
| v0.34.0 _Pinochet_ source code.zip | 2026-07-14 | 6.0 MB | |
| Totals: 5 Items | 174.2 MB | 2 | |
Non-mandatory release for all node operators. It includes some fixes and improvements, notably around RPC and snapshot export. Note that there are some breaking changes in this release, so please read the changelog carefully before upgrading.
Pinochet from the release name is a Pirate from Forgotten Realms. :pirate_flag:
Breaking
-
#7252:
forest-cli snapshot exportnow generates checksum file at {filepath}.sha256sum. The default file extension is changed from.forest.car.sha256sumto.forest.car.zst.sha256sum. -
#7321: The chain indexer, which populates the Ethereum transaction-hash mappings used by
eth_getTransactionByHash,eth_getTransactionReceipt, and related methods, is now enabled by default. Opt out withFOREST_CHAIN_INDEXER_ENABLED=0.
Changed
-
#7320: Increase the default Eth transaction receipt cache size to 10000 and make it configurable via the
FOREST_ETH_TRANSACTION_RECEIPT_CACHE_SIZEenvironment variable. -
#7350: Allow snapshot GC to be cancelled in-progress, same as regular snapshot export.
Fixed
-
#6748: The Ethereum trace methods (
trace_transaction,trace_block,trace_replayBlockTransactions) now reportRevertedfor a reverted contract creation instead of a mis-classified actor error. -
#7270:
eth_getTransactionByBlockNumberAndIndexandeth_getTransactionByBlockHashAndIndexnow resolve the transaction'stoaddress against the tipset's post-execution state (matchingeth_getBlockByNumber/eth_getTransactionByHash), instead of the pre-execution state which returned a0xff…ffffffffffffffffmasked-ID sentinel for recipients created within the tipset. -
#7329:
Filecoin.NodeStatusnow matches Lotus:SyncStatus.Behindis reported in epochs (not seconds), and the method takes aninclChainStatusboolean parameter that gates the chain-status computation. Also fixed casing in output JSON to match LotusPascalCaseconvention. -
#7348: In case of snapshot export getting stuck, Forest will now error after a timeout of 5 minutes of no progress.
Full Changelog: https://github.com/ChainSafe/forest/compare/v0.33.8...v0.34.0