Skip to content

Commit

Permalink
Improve archiving, peer block checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-L2L committed Apr 29, 2024
1 parent efad71b commit 3b83b93
Show file tree
Hide file tree
Showing 8 changed files with 683 additions and 126 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ authors = [
"Nikita Chashchinskii <[email protected]>"
]
edition = "2021"
version = "0.8.0"
version = "0.8.1"

[workspace.dependencies.bip300301]
git = "https://github.com/Ash-L2L/bip300301.git"
rev = "d1da609b4c77d2b53bea2c8e922891b83612a03b"
rev = "e47a263c8cbf9c520aa80f71788ee28e9f11bb62"

[workspace.dependencies.rustreexo]
git = "https://github.com/Ash-L2L/rustreexo.git"
Expand Down
1 change: 1 addition & 0 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ fallible-iterator = "0.3.0"
futures = "0.3.30"
heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.4", version = "0.12.4" }
hex = { version = "0.4.3", features = ["serde"] }
jsonrpsee = { version = "0.20.0" }
parking_lot = "0.12.1"
quinn = "0.10.1"
rayon = "1.7.0"
Expand Down
Loading

0 comments on commit 3b83b93

Please sign in to comment.