Skip to content

Commit d5239c7

Browse files
authored
Merge pull request #153 from nyonson/split-off-proxy
Split proxy off into its own repository
2 parents f2dd39c + 4693e67 commit d5239c7

File tree

10 files changed

+11
-483
lines changed

10 files changed

+11
-483
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[workspace]
2-
members = ["protocol", "proxy", "protocol/fuzz", "traffic"]
3-
default-members = ["protocol", "proxy", "traffic"]
2+
members = ["protocol", "protocol/fuzz", "traffic"]
3+
default-members = ["protocol", "traffic"]
44
resolver = "2"

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ BIP-324 - "V2" - encrypted communication protects against the above issues incre
1515
## Crates
1616

1717
* [`protocol`](./protocol) - Exports the `bip324` client library.
18-
* [`proxy`](./proxy) - A small side-car application to enable V2 communication for V1-only applications.
1918
* [`traffic`](./traffic) - Traffic shape hiding layer over the base client.
19+
20+
## Proxy
21+
22+
A BIP-324 proxy application is available at [nyonson/bip324-proxy](https://github.com/nyonson/bip324-proxy).

protocol/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ chacha20-poly1305 = { version = "0.1.1", default-features = false }
3030
bitcoind = { package = "corepc-node", version = "0.7.1", default-features = false, features = ["26_0","download"] }
3131
hex = { package = "hex-conservative", version = "0.2.0" }
3232
tokio = { version = "1", features = ["io-util", "net", "rt-multi-thread", "macros"] }
33+
34+
# Examples that require tokio features
35+
[[example]]
36+
name = "bufreader"
37+
required-features = ["tokio"]

proxy/CHANGELOG.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

proxy/Cargo.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.

proxy/README.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

proxy/build.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

proxy/config_spec.toml

Lines changed: 0 additions & 28 deletions
This file was deleted.

proxy/src/bin/proxy.rs

Lines changed: 0 additions & 177 deletions
This file was deleted.

0 commit comments

Comments
 (0)