Skip to content

0.24.9

Trivial Changes

  • docs: add GitHub Pages deployment workflow and enable GitHub Pages in Astro config (#210) (4158abf)

0.24.8

Trivial Changes

  • docs: initialize documentation site with Astro and Starlight (#180) (770efcb)

0.24.7

Trivial Changes

0.24.6

0.24.5

Trivial Changes

0.24.4

Trivial Changes

  • update testing setup and dependencies (#171) (eb3e590)

0.24.3

Trivial Changes

0.24.2

Bug Fixes

  • pdp: select provider on ID, allow graceful fallback when no match (#195) (30d32af)

0.24.1

Trivial Changes

  • deps-dev: bump typescript from 5.8.3 to 5.9.2 (#193) (8892319)

0.24.0

Features

  • add synapse.storage and StorageContext (#153) (7485b84)
  • commp: transition to CommPv2 (c0c39a4)
  • commp: use “PieceCID” terminology, use v2 exclusively (81f9ea8)
  • commpv2: Curio CommPv2 compatibility (#156) (d529e0b)
  • EIP712 signing support for metadata in CreateDataSet and AddPices (#173) (f396e0d)
  • major rename - pandora->warm storage, proof sets->data sets, roots->pieces (6e1a743)
  • sp registry (e680f82)
  • utils: split client and provider functionality to make setup easier (66c9d02)
  • warmstorage: discover dependent contract addresses from WarmStorage (984966b)

Bug Fixes

  • ignore deleted providers when searching for retrieval options (#159) (2b8c427)
  • pdp: encode the metadata correctly in extraData (c4aea98)
  • pdp: isComplete on data set creation should include server status (#158) (5cf3dc1)
  • trim trailing slash from serviceURL (cf8be53)
  • warmstorage: adapt to view contract using extsload (f56f00e)

Trivial Changes