Overview
We are excited to introduce Curio v1.24.2. This release includes some important fixes for FastFinality and Lotus dependency upgrade in Curio for upcoming Filecoin Network upgrade to NV24.
📖 You can read more about Curio in our documentation.
Compatibility
This release is compatible with Lotus versions v1.30.0 and Boost v2.4.0. For the latest compatibility details, refer to the Curio version compatibility matrix.
🏗️ Improvements
UI Improvements
- Replaced 'f0' string for miner actor ID to correct conversion based on the network.
- Fixed message displayed after saving a configuration layer.
F3
- Improved error handling when failing to receive manifest from the client in f3.
- Resolved participation issues related to sentinel errors in f3.
- Updated participation loop to ensure consistent operation in f3.
🐛 Bug Fixes
- Fixed sector size overflow by accounting for inter-piece padding during data ingestion.
What's Changed
- fix: remove f0 string from UI by @LexLuthr in #296
- fix: config save cookie by @LexLuthr in #297
- fix(f3): handle failure to receive manifest from the client by @Stebalien in #298
- fix: account for inter-piece padding in ingest by @LexLuthr in #305
- f3: Update participate loop to always participate by @magik6k in #302
- Fix F3 participation erroring out on sentinel errors by @Kubuxu in #313
- chore: release v1.24.2 by @LexLuthr in #322
New Contributors
- @Stebalien made their first contribution in #298
- @Kubuxu made their first contribution in #313
Full Changelog: v1.24.1...v1.24.2