v1.34.0-dev
What's Changed
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