Skip to content

Commit f87424e

Browse files
authored
Merge pull request #101 from DanGould/serverless-payjoin
Implement Serverless Payjoin BIP
2 parents 745326d + f81f401 commit f87424e

File tree

21 files changed

+4375
-402
lines changed

21 files changed

+4375
-402
lines changed

Cargo.lock

Lines changed: 1518 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
members = ["payjoin", "payjoin-cli"]
2+
members = ["payjoin", "payjoin-cli", "payjoin-relay"]
33
resolver = "2"
44

55
[patch.crates-io.payjoin]

payjoin-cli/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ path = "src/main.rs"
2020
[features]
2121
native-certs = ["ureq/native-certs"]
2222
danger-local-https = ["rcgen", "rustls/dangerous_configuration", "hyper-rustls"]
23+
v2 = ["payjoin/v2"]
2324

2425
[dependencies]
2526
anyhow = "1.0.70"
@@ -41,3 +42,4 @@ url = "2.2.1"
4142

4243
[dev-dependencies]
4344
bitcoind = { version = "0.31.1", features = ["0_21_2"] }
45+
tokio = { version = "1.12.0", features = ["full"] }

0 commit comments

Comments
 (0)