Skip to content

v1.34.0-dev

Choose a tag to compare

@github-actions github-actions released this 14 Aug 05:46
44f5dc4

What's Changed

  • chore: bump filecoin-proofs-api to v19.0 by @rjan90 in #536

Breaking Change Note:

Users will need to update their calls from:

// Before
ClearCache(sectorSize, cacheDirPath)
ClearSyntheticProofs(sectorSize, cacheDirPath)

// After  
ClearCache(cacheDirPath)
ClearSyntheticProofs(cacheDirPath)

The changes are consistent across all layers and properly remove the unused sector_size parameter completely from the API.

Full Changelog: v1.33.1-dev2...v1.34.0-dev