Releases: filecoin-project/boost
Releases · filecoin-project/boost
v1.2.0-rc1
What's Changed
- use BigInt for get ask and set ask by @dirkmc in #612
- fix data rate in menu by @nonsense in #618
- add net commands by @LexLuthr in #614
- add configuration for graphql server port by @dirkmc in #620
- update calibnet build to include react by @LexLuthr in #624
- Update version to v1.1.0 on main branch by @dirkmc in #626
- boostx stats command by @nonsense in #627
- update backup command to include new config directory by @LexLuthr in #625
- Upgrade to the head of lotus 1.17.0 with dependency updates by @masih in #628
- Add BOOST_REPO env var by @f8-ptrk in #629
- make --repo flag global by @nonsense in #630
- update to go-fil-markets v1.23.0 by @dirkmc in #634
- update binary version to v1.1.1 by @dirkmc in #637
- boostd inspect command by @nonsense in #636
- release: v1.2.0-rc1 by @dirkmc in #639
The Inspect Command
This release candidate contains a number of bug fixes, and a new 🔧 Inspect feature to help out with debugging retrieval issues.
🔧 Inspect allows you to look up a piece by piece CID or payload CID and verify if:
- The piece has been correctly added to the Piece Store
- The piece has been indexed in the DAG store
- The piece is unsealed
- The payload CID -> piece CID index has been created correctly.
New Contributors
Full Changelog: v1.1.0-rc2...v1.2.0-rc1
v1.1.1
v1.1.0
Breaking Changes
- Single import command for offline boost and legacy deals
Highlights
- Compatible with lotus v1.16.x and v1.17.x
- Config versioning to track and update config file during
boostd
restart - Config file now has comment explaining each parameter
- Full calibnet build and support with
make calibnet
- UI improvements
- Experimental
booster-http
binary for http retreivals
Dependency Update
- go-fil-markets v1.22.x
What's Changed
- fix BigInt parsing by @dirkmc in #580
- Update devnet docs by @dirkmc in #583
- Configurable max transfer duration by @dirkmc in #588
- When displaying transfers, always fetch from network (no caching) by @dirkmc in #592
- add env vars to readme to compile filecoin-ffi from source by @nonsense in #593
- migrate config to v1 by @dirkmc in #589
- Consolidate import-data commands into one by @dirkmc in #594
- Set build version to 1.0.0 by @dirkmc in #597
- booster-http by @dirkmc in #574
- Update Boost deps: lotus v16 by @dirkmc in #578
- v1.1.0-rc1 by @dirkmc in #598
- docs: improve devnet documentation by @nicobao in #600
- add calibnet flag by @LexLuthr in #606
- replace npm install with npm ci by @nonsense in #607
- feat: support json output in the
boost wallet
command by @nicobao in #603 - update to go-fil-markets v1.22.x by @dirkmc in #602
- fix wallet cmd lint by @dirkmc in #611
- v1.1.0-rc2 by @dirkmc in #610
New Contributors
Full Changelog: v1.0.0...v1.1.0
v1.1.0-rc2
What's Changed
- fix BigInt parsing by @dirkmc in #580
- Update devnet docs by @dirkmc in #583
- Configurable max transfer duration by @dirkmc in #588
- When displaying transfers, always fetch from network (no caching) by @dirkmc in #592
- add env vars to readme to compile filecoin-ffi from source by @nonsense in #593
- migrate config to v1 by @dirkmc in #589
- Consolidate import-data commands into one by @dirkmc in #594
- Set build version to 1.0.0 by @dirkmc in #597
- booster-http by @dirkmc in #574
- Update Boost deps: lotus v16 by @dirkmc in #578
- v1.1.0-rc1 by @dirkmc in #598
- docs: improve devnet documentation by @nicobao in #600
- add calibnet flag by @LexLuthr in #606
- replace npm install with npm ci by @nonsense in #607
- feat: support json output in the
boost wallet
command by @nicobao in #603 - update to go-fil-markets v1.22.x by @dirkmc in #602
- fix wallet cmd lint by @dirkmc in #611
- v1.1.0-rc2 by @dirkmc in #610
New Contributors
Full Changelog: v1.0.0...v1.1.0-rc2
v1.0.0
New Features
- Brand new UI to manage and track deals
- A GraphQL server to query the deal data and change settings in real time
- HTTP over libp2p transfer protocols for faster online deal transfers
- Fully compatible with older market clients
- A new light-weight client that doesn't require a full lotus node
Improvements
- When disabled in config, completely disable index provider by @dirkmc in #558
- UI - proposal logs page by @dirkmc in #551
What's Changed
- doc on how to set up a devnet by @dirkmc in #546
- log deal acceptance by default by @dirkmc in #550
- Nessesery environment variables by @irybakov in #552
- More explanation on funds page by @dirkmc in #564
- Upgrade to libp2p v0.19.4 by @dirkmc in #565
- Rename PledgeCollateral to DealCollateral by @dirkmc in #563
- Log the error when deals are rejected (not just rejection reason) by @dirkmc in #569
- update devnet docs by @dirkmc in #570
- fix spurious node warnings by @dirkmc in #572
- update index provider to v0.8.0 by @dirkmc in #568
- Add very verbose logging to CLI API endpoint parsing by @dirkmc in #571
New Contributors
Full Changelog: v1.0.0-rc2...v1.0.0
v1.0.0-rc3
What's Changed
- doc on how to set up a devnet by @dirkmc in #546
- log deal acceptance by default by @dirkmc in #550
- Nessesery environment variables by @irybakov in #552
- UI - proposal logs page by @dirkmc in #551
- More explanation on funds page by @dirkmc in #564
- When disabled in config, completely disable index provider by @dirkmc in #558
- Upgrade to libp2p v0.19.4 by @dirkmc in #565
- Rename PledgeCollateral to DealCollateral by @dirkmc in #563
- Log the error when deals are rejected (not just rejection reason) by @dirkmc in #569
- update devnet docs by @dirkmc in #570
- fix spurious node warnings by @dirkmc in #572
- update index provider to v0.8.0 by @dirkmc in #568
- Add very verbose logging to CLI API endpoint parsing by @dirkmc in #571
New Contributors
Full Changelog: v1.0.0-rc2...v1.0.0-rc3
v1.0.0-rc2
This release includes the new Deal Search and Deal Retry functionality
What's Changed
- rename boostd offline-deal cmd by @nonsense in #535
- fix confusing logging on restart by @dirkmc in #530
- fix missing icons by @dirkmc in #538
- Deal search by @dirkmc in #537
- upgrade react by @dirkmc in #540
- add boost backup & restore commands by @LexLuthr in #529
- Require specific node version for Make by @dirkmc in #543
- implement --json flag for boost deal and deal-status by @dirkmc in #542
Full Changelog: v1.0.0-rc1...v1.0.0-rc2
v1.0.0-rc1
The first release of Boost 🚀