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

v0.1.4

Latest
Compare
Choose a tag to compare
@naure naure released this 01 Jul 13:46
· 48 commits to master since this release
f66f849

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