This repository has been archived by the owner on May 16, 2024. It is now read-only.
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