Skip to content

Commit

Permalink
Merge pull request #101 from DanGould/serverless-payjoin
Browse files Browse the repository at this point in the history
Implement Serverless Payjoin BIP
  • Loading branch information
DanGould authored Dec 11, 2023
2 parents 745326d + f81f401 commit f87424e
Show file tree
Hide file tree
Showing 21 changed files with 4,375 additions and 402 deletions.
1,640 changes: 1,518 additions & 122 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["payjoin", "payjoin-cli"]
members = ["payjoin", "payjoin-cli", "payjoin-relay"]
resolver = "2"

[patch.crates-io.payjoin]
Expand Down
2 changes: 2 additions & 0 deletions payjoin-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ path = "src/main.rs"
[features]
native-certs = ["ureq/native-certs"]
danger-local-https = ["rcgen", "rustls/dangerous_configuration", "hyper-rustls"]
v2 = ["payjoin/v2"]

[dependencies]
anyhow = "1.0.70"
Expand All @@ -41,3 +42,4 @@ url = "2.2.1"

[dev-dependencies]
bitcoind = { version = "0.31.1", features = ["0_21_2"] }
tokio = { version = "1.12.0", features = ["full"] }
Loading

0 comments on commit f87424e

Please sign in to comment.