Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Jun 15, 2024
1 parent 7261597 commit 9fd0388
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## 0.16.0

**Breaking change, databases created using earlier versions is not compatible with 0.16.0 and up.**
**Breaking change, databases created using earlier versions is not compatible
with 0.16.0 and up.**

- Use 32 bit MurmurHash3 (from new dependency `npm:ohash` instead of SHA-1 for transaction integrity check,
saving time and storage
- Use 32 bit MurmurHash3 (from new dependency `npm:ohash` instead of SHA-1 for
transaction integrity check, saving time and storage
- Precalculate the Uint32Array of the transaction signature, improving
performance
- Use CBOR-encoding of key instead of custom implementation, improving
Expand Down

0 comments on commit 9fd0388

Please sign in to comment.