Skip to content

Changelog

0.8.0

Features

  • return TransactionResponse objects from payment methods (23d1d9d)

Bug Fixes

  • storage: retry logic around proofset creation tx lookup (454c721)

Trivial Changes

0.7.0

Features

  • storage: implement smart provider selection to prefer existing relationships (8433899)

0.6.1

Trivial Changes

  • deps-dev: bump @types/node from 22.15.31 to 24.0.0 (fecfaa5)

0.6.0

Features

  • utils: add Pandora storage provider admin portal [skip ci] (#79) (e6a79bc)

Bug Fixes

  • remove 60s delay after createproofset and associated testing hack (353551a)

Trivial Changes

  • docs: move ADMIN_SAFE_INTEGRATION_PLAN.md to utils (4167234)

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)

0.4.0

Features

  • refactor SDK architecture for separation of concerns (9e0867b)

0.3.0

Features

  • pandora: implement getClientProofSets for client (bef0053)
  • pdp: add comprehensive proof set discovery and status utilities (6f1da3e)
  • pdp: add findPiece method to check piece existence on PDP server (cd7f3cd)

Trivial Changes

  • docs: add proof-sets-viewer.html example (bdb995e)
  • remove unnecessary cruft and improve error handling (f04c0e0)

0.2.0

Features

  • payments: add enhanced payment APIs and update Pandora contract integration (b6ff598)

Bug Fixes

  • payments: no fallback to known pricing, only from chain (e43def6)
  • use my latest deployed pandora contract (1b6b198)

Trivial Changes

  • doc: add payments-demo.html (e85bb18)
  • test: merge payments tests into single file (6166615)

0.1.0

Features

Trivial Changes

  • docs: fix CHANGELOG format [skip ci] (d89be6c)

0.0.1

Bug Fixes

  • auth: no need for digest check (cac3b71)
  • use full bytes of commp in auth signing blob (2901305)

Trivial Changes

  • ci: no more dry-run publishes (7b0da83)
  • docs: add CHANGELOG with 0.0.0 notes (61193f9)
  • test: update addRoots auth blob fixtures (2897f2b)