Overview
We're excited to introduce Boost v2.2.0-rc2. This release enables Direct Data Onboarding (DDO) for Boost.
Compatibility
This release is compatible with Lotus versions v1.26.0. For the latest compatibility details, refer to the Boost and Lotus compatibility matrix.
⬆️ Upgrade
The upgrade guide/tutorial for upgrading to v2.2.0-rc2 can be found in the Boost documentation.
⚠️ Golang version
Boost v2.2.0-rc2 required Golang version v1.21.7 or higher.
👉 ⚠️❗ ❗ Warning: This release has breaking changes to configuration structure ❗ ❗
- Please save you current configuration to a file with
boostd config update --diff
and note down your pricing configuration from UI. - Start
boostd
after upgrade and shutdown after a successful start - Review the
<boost repo>/config.toml
for configuration parameters saved in step 1 and update them if they have been reset to default values. You should also restore your pricing configuration back from UI.
⚠️ ❗ ❗ Aggregate proving must be enabled in Lotus Miner for verified DDO deals to work properly❗ ❗
🏗️ Improvements
- Boost client can be used to extend the existing verified claims for old and new verified deal.
- Boost UI page is updated to show all the relevant information for DDO deals.
- Some minor fixes to improve the DDO deal workflow in Boost.
What's Changed
- fix: panic when no claim is found by @LexLuthr in #1888
- fix: allocate should not compare tmin and tmax with head by @LexLuthr in #1890
- fix: update DDO UI by @LexLuthr in #1889
- chore(deps): bump follow-redirects from 1.15.0 to 1.15.6 in /react by @dependabot in #1894
- chore(deps): bump github.com/filecoin-project/lotus from 1.26.0-rc1 to 1.26.0-rc3 by @dependabot in #1893
- feat: add claim-extend command by @LexLuthr in #1891
- fix: account for DDO in UI by @LexLuthr in #1892
- chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /react by @dependabot in #1896
- chore: bump lotus to v1.26.0 by @LexLuthr in #1898
- chore(deps): bump express from 4.18.1 to 4.19.2 in /react by @dependabot in #1899
Full Changelog: v2.2.0-rc1...v2.2.0-rc2