v2.0.0
Breaking changes
- This release removes the use of filecoin-ffi entirely.
- It also moves all code from the nonffi sub-package into the root package.
- The nonffi
GenerateUnsealedCID
has now been renamed toPieceAggregateCommP
to more accurately reflect its functionality. - Minimum Go version is now 1.21.
What's Changed
- v2: update, lint, add unified-ci, remove ffiwrapper and use Go-native alternatives by @rvagg in #14
- Fix grave bug under concurrent use of PieceAggregateCommP by @ribasushi in #16
Full Changelog: v0.1.4...v2.0.0