Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Releases: Cerebellum-Network/ddc-schemas

v0.1.4

01 Jul 13:46
f66f849
Compare
Choose a tag to compare

Changes in storage schema

  • SignedPiece.piece is embedded as a serialized message.
    • No changes in the wire format.
    • This facilitates forward-compatibility and signature verification.
  • Improved security and performance of signed upload requests.
    • The signature and the signer address do not need to be encoded in hexadecimal.
    • The signed message explains what is signed and is human-readable.
    • The signed message includes a timestamp.
  • Added test vectors from the JS SDK.

Full Changelog: v0.1.3...v0.1.4

v0.1.3

20 Jun 15:26
Compare
Choose a tag to compare

Changes in the storage schema

  • [Breaking] Return piece CIDs in SearchResult.
  • Added the option Query.skipData to fetch piece metadata without payload data in search results.
  • Added the option Tag.searchable to specify whether or not a tag should be indexed for fast search.
  • Tag.key and Tag.value may contain bytes instead of only string.
  • Added a table of known tags.

Changes in the contract parameters schema

  • Basic bucket parameters with replication factor.
  • Basic cluster parameters with engine name, version, and the uniform topology.
  • Basic node parameters with the node URL and engine version.

Full Changelog: https://github.com/Cerebellum-Network/ddc-schemas/commits/v0.1.3