Skip to content Version 0.2.0 Latest
⚠ BREAKING CHANGES
- reorganize sp actions
- transition from ethers to viem (#555)
- replace
getMaxProvingPeriod() and getChallengeWindow() with getPDPConfig() (#526)
- use activePieceCount for accurate piece tracking (#517)
refactor
- replace
getMaxProvingPeriod() and getChallengeWindow() with getPDPConfig() (#526) (a4956c7)
Features
Bug Fixes
- move default nonces to the sign functions (9b3f73f)
- namespace upload types (d7b9661)
- revert back uploads to uint8array and stream (67a17ee)
- simplify upload input to Blob (908c042)
- treat status code 202 for findPiece as a retry (6b9e03f)
Chores