This is a non-mandatory release that brings important enhancements to Forest's tooling capabilities, Ethereum RPC compatibility, and F3 integration. The release includes new CLI commands for snapshot management and state inspection, along with critical fixes for Ethereum RPC methods.
What's Changed
- [automated] Update Forest CLI docs by @leshyatwork[bot] in #6095
- feat: add
forest-cli state actor-cids
by @LesnyRumcajs in #6061 - feat: forest-cli snapshot export-diff by @hanabi1224 in #6074
- refactor(actor_state): allow easy version upgrades by @akaladarshi in #6087
- [automated] Update Forest CLI docs by @leshyatwork[bot] in #6098
- feat: allow export spine-only snapshots with
forest-cli snapshot export -d 0
by @hanabi1224 in #6097 - fix: drand verification failure on duplicate entries by @LesnyRumcajs in #6101
- fix: CarStream should support large data blocks like F3 snap by @hanabi1224 in #6099
- [automated] Update Forest CLI docs by @leshyatwork[bot] in #6102
- fix:
eth_getTransactionCount
to return the actual count, not parent's by @LesnyRumcajs in #6103 - chore(deps): bump mermaid from 11.11.0 to 11.12.0 in /docs by @dependabot[bot] in #6108
- feat: populate tipset_by_height cache on startup by @hanabi1224 in #6100
- Fix test for eth_newFilter creation by @sudo-shashank in #6104
- chore(deps): bump hadolint/hadolint-action from 3.2.0 to 3.3.0 by @dependabot[bot] in #6106
- chore(deps): bump the patch-versions group with 7 updates by @dependabot[bot] in #6107
- Fix eth_new_block_filter test by @sudo-shashank in #6112
- fix(links): update the script to use latest calibnet snapshot by @akaladarshi in #6117
- spec: Add
ChainGetFinalizedTipset
API by @akaladarshi in #6114 - chore(deps): bump @docusaurus/theme-mermaid from 3.8.1 to 3.9.1 in /docs by @dependabot[bot] in #6124
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #6126
- chore: remove outdated troubleshooting doc by @LesnyRumcajs in #6119
- Remove default backfill epochs by @elmattic in #6105
- chore(deps): bump the patch-versions group with 6 updates by @dependabot[bot] in #6125
- chore(deps): bump the patch-versions group with 6 updates by @dependabot[bot] in #6131
- chore(deps-dev): bump typescript from 5.9.2 to 5.9.3 in /docs in the patch-versions group by @dependabot[bot] in #6132
- chore(deps): bump go deps by @hanabi1224 in #6135
- [automated] Update Forest CLI docs by @leshyatwork[bot] in #6129
- fix: prefer JoinSet over FuturesUnordered by @hanabi1224 in #6136
- fix(ci): cleanup snapshot export checks by @hanabi1224 in #6138
- chore: upgrade rust toolchain to 1.90 by @hanabi1224 in #6139
- chore(deps): bump peter-evans/create-issue-from-file from 5 to 6 by @dependabot[bot] in #6130
- chore(deps): bump tar-fs from 3.1.0 to 3.1.1 in /docs by @dependabot[bot] in #6137
- fix(api): make the address param in eth filter spec optional by @akaladarshi in #6140
- feat(api): implement the
ChainGetFinalizedTipset
API by @akaladarshi in #6133
Full Changelog: v0.30.1...v0.30.2