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

Commit

Permalink
Merge pull request #25 from Cerebellum-Network/v0.1.4
Browse files Browse the repository at this point in the history
v0.1.4 release
  • Loading branch information
naure authored Jul 1, 2022
2 parents 6bfc221 + d4b7b4c commit f66f849
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
## Changelog

### vNext


### v0.1.4
- `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.

### v0.1.3
- [Breaking] Return piece CIDs in `SearchResult`.
Expand Down

0 comments on commit f66f849

Please sign in to comment.