File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 2024-10-25, Version v0.14.0
2+ ### Commits
3+ - [[ ` 5a1f98f8c7 ` ] ( https://github.com/datrs/hypercore/commit/5a1f98f8c744a3635e34c95421d67809e154b71d )] fix: error message variable order (Timo Tiuraniemi)
4+ - [[ ` 4f2f5fe3ec ` ] ( https://github.com/datrs/hypercore/commit/4f2f5fe3ec3d3e0e2dd012780bbc8948354d76cc )] Use tokio by default (Blake Griffith)
5+ - [[ ` 7f70249ffc ` ] ( https://github.com/datrs/hypercore/commit/7f70249ffcd4695c581efdaaa046ce702cdd5512 )] Fix tests #144 (Blake Griffith)
6+ - [[ ` c146362617 ` ] ( https://github.com/datrs/hypercore/commit/c1463626178683e078dd0cc2af4f5952549f1222 )] Add events needed for replication #142 (Blake Griffith)
7+
8+ ### Stats
9+
10+ ``` diff
11+ .github/workflows/ci.yml | 42 ++++++++++++++++++++++++------------------
12+ Cargo.toml | 6 +++++-
13+ benches/memory.rs | 4 ++--
14+ src/common/node.rs | 7 ++++++-
15+ src/common/peer.rs | 11 ++++++-----
16+ src/core.rs | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
17+ src/lib.rs | 4 +++-
18+ src/replication/events.rs | 177 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19+ src/replication/mod.rs | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20+ src/replication/shared_core.rs | 224 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
21+ src/storage/mod.rs | 8 ++------
22+ src/tree/merkle_tree_changeset.rs | 4 ++--
23+ tests/js/package.json | 2 +-
24+ 13 files changed, 599 insertions(+), 45 deletions(-)
25+ ```
26+
27+
128## 2024-07-04, Version v0.13.0
229### Commits
330- [[ ` 16acbffc92 ` ] ( https://github.com/datrs/hypercore/commit/16acbffc9297c645c0740f33eb6fbee06681871e )] Remove generic parameters from Hypercore and Storage #139 (cowlicks)
Original file line number Diff line number Diff line change 11[package ]
22name = " hypercore"
3- version = " 0.13 .0"
3+ version = " 0.14 .0"
44license = " MIT OR Apache-2.0"
55description = " Secure, distributed, append-only log"
66documentation = " https://docs.rs/hypercore"
You can’t perform that action at this time.
0 commit comments