Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 08:32

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 to PieceAggregateCommP 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