Skip to content Version 0.5.0
Features
- add minimum upload size validation and improve storage reliability (4270590)
- storage: add creation callbacks and remove out-of-scope methods (2de7f91)
- storage: implement download method and simplify DownloadOptions (05c1b79)
- storage: implement preflight checks and refactor allowance API (2746cba)
- storage: implement provider selection and proof set management (9faf04f)
- storage: implement upload method with UploadCallbacks (e289ae9)
Bug Fixes
- add hack to skip 60s delay in upload during tests (f4ade39)
- docs: update README examples for latest signatures (b574a90)
- pdp: restore correct upload protocol with check object (18618b2)
- semantic-release bug (bf340d8)
Trivial Changes
- remove example-usage.js in favour of new examples in utils/ (72dbe23)
- remove unused getters (1bed0db)
- use ethers.js utilities instead of hardcoded decimals (8895422)