Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
members = ["accumulator", "peers"]
default-members = ["accumulator", "peers"]
members = ["accumulator", "network"]
default-members = ["accumulator", "network"]
resolver = "3"

[workspace.dependencies]
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@
This repository is a collection of crates related to a SwiftSync node implementation. Some crates will be SwiftSync-specific, while others may have broader use cases.

`accumulator`: A hash-based SwiftSync accumulator used to add and subtrack elements from a set.
`p2p`: Utilities for creating and facilitating Bitcoin peer-to-peer connections.
`peers`: Tools to find Bitcoin peers
`utxo_verifier`: A binary application that uses each of the above crates to verify a UTXO snapshot is valid.

`network`: Tools to find Bitcoin peers
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.