Skip to content Version 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