Skip to content

Commit 2008fa8

Browse files
committed
Move payjoin v2 integration tests to payjoin-defaults
1 parent 8f98de6 commit 2008fa8

File tree

5 files changed

+756
-668
lines changed

5 files changed

+756
-668
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: test payjoin v1 integration
3535
run: cargo test --package payjoin --verbose --features=send,receive --test integration
3636
- name: test payjoin v2 integration
37-
run: cargo test --package payjoin --verbose --features=send,receive,v2 --test integration
37+
run: cargo test --package payjoin-defaults --verbose --features=danger-local-https,v2 --test integration
3838
- name: test payjoin-cli bin v1
3939
run: cargo test --package payjoin-cli --verbose --features=danger-local-https
4040
- name: build payjoin-cli bin v2

Cargo.lock

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

payjoin-defaults/Cargo.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,18 @@ rustls = { version = "0.22.2", optional = true }
2020
ureq = "2.9.4"
2121

2222
[dev-dependencies]
23-
23+
bitcoin = { version = "0.30.0", features = ["base64"] }
24+
bitcoind = { version = "0.31.1", features = ["0_21_2"] }
25+
http = "1"
26+
log = { version = "0.4.14"}
27+
ohttp-relay = "0.0.7"
28+
once_cell = "1"
29+
payjoin-directory = { path = "../payjoin-directory", features = ["danger-local-https"] }
30+
rcgen = { version = "0.11" }
31+
rustls = "0.22.2"
32+
testcontainers = "0.15.0"
33+
testcontainers-modules = { version = "0.1.3", features = ["redis"] }
34+
tokio = { version = "1.12.0", features = ["full"] }
35+
tracing = "0.1.40"
36+
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
37+
url = "2.2.2"

0 commit comments

Comments
 (0)