v1.2.0-rc1
Pre-release
Pre-release
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