hypercore 10.0.0-alpha.12 → 10.0.0-alpha.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/UPGRADE.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  Notes for downstream developers who are upgrading their modules to new, breaking versions of hypercore.
4
4
 
5
+ ## 10.0.0
6
+
7
+ - All number encodings are now LE
8
+ - Introduces an "oplog" to atomically track changes locally
9
+ - Updated merkle format that only requires a single signature (stored in the oplog)
10
+
5
11
  ## 9.0.0
6
12
 
7
13
  - The format of signatures [has been changed](https://github.com/mafintosh/hypercore/issues/260). This is backwards-compatible (v9 can read v8 signatures), but forward-incompatible (v8 cannot read v9 signatures). If a v8 peer replicates with a v9 peer, it will emit a "REMOTE SIGNTURE INVALID" error on the replication stream.