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,4 +1,4 @@
[workspace]
members = ["protocol", "proxy", "protocol/fuzz", "traffic"]
default-members = ["protocol", "proxy", "traffic"]
members = ["protocol", "protocol/fuzz", "traffic"]
default-members = ["protocol", "traffic"]
resolver = "2"
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ BIP-324 - "V2" - encrypted communication protects against the above issues incre
## Crates

* [`protocol`](./protocol) - Exports the `bip324` client library.
* [`proxy`](./proxy) - A small side-car application to enable V2 communication for V1-only applications.
* [`traffic`](./traffic) - Traffic shape hiding layer over the base client.

## Proxy

A BIP-324 proxy application is available at [nyonson/bip324-proxy](https://github.com/nyonson/bip324-proxy).
5 changes: 5 additions & 0 deletions protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ chacha20-poly1305 = { version = "0.1.1", default-features = false }
bitcoind = { package = "corepc-node", version = "0.7.1", default-features = false, features = ["26_0","download"] }
hex = { package = "hex-conservative", version = "0.2.0" }
tokio = { version = "1", features = ["io-util", "net", "rt-multi-thread", "macros"] }

# Examples that require tokio features
[[example]]
name = "bufreader"
required-features = ["tokio"]
9 changes: 0 additions & 9 deletions proxy/CHANGELOG.md

This file was deleted.

23 changes: 0 additions & 23 deletions proxy/Cargo.toml

This file was deleted.

29 changes: 0 additions & 29 deletions proxy/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions proxy/build.rs

This file was deleted.

28 changes: 0 additions & 28 deletions proxy/config_spec.toml

This file was deleted.

177 changes: 0 additions & 177 deletions proxy/src/bin/proxy.rs

This file was deleted.

Loading
Loading