You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,10 @@ All notable changes to this Rust implementation of hypercore-protocol will be do
4
4
5
5
### unreleased
6
6
7
-
* TODO: Add changes here as they happen
7
+
BIG CHANGES:
8
+
* Encryption and framing of streams has been moved out of this crate into `hypercore_handshake` and `uint24le_framing` respectively. This had big impacts on the public API. Now `Protocol::new` just takes a `impl CipherTrait` argument.
9
+
* Remove dependence on `hypercore` instead we use `hypercore_schema`.
0 commit comments