Skip to content

Commit

Permalink
Move payjoin v2 integration tests to payjoin-defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Mar 27, 2024
1 parent a273dd9 commit b13e2b4
Show file tree
Hide file tree
Showing 5 changed files with 733 additions and 625 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: test payjoin v1 integration
run: cargo test --package payjoin --verbose --features=send,receive --test integration
- name: test payjoin v2 integration
run: cargo test --package payjoin --verbose --features=send,receive,v2 --test integration
run: cargo test --package payjoin-defaults --verbose --features=danger-local-https,v2 --test integration
- name: test payjoin-cli bin v1
run: cargo test --package payjoin-cli --verbose --features=danger-local-https
- name: build payjoin-cli bin v2
Expand Down
14 changes: 14 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion payjoin-defaults/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,18 @@ rustls = { version = "0.22.2", optional = true }
ureq = "2.9.4"

[dev-dependencies]

payjoin-directory = { path = "../payjoin-directory", features = ["danger-local-https"] }
bitcoin = { version = "0.30.0", features = ["base64"] }
log = { version = "0.4.14"}
bitcoind = { version = "0.31.1", features = ["0_21_2"] }
http = "1"
ohttp-relay = "0.0.7"
once_cell = "1"
rcgen = { version = "0.11" }
url = "2.2.2"
rustls = "0.22.2"
testcontainers = "0.15.0"
testcontainers-modules = { version = "0.1.3", features = ["redis"] }
tokio = { version = "1.12.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
Loading

0 comments on commit b13e2b4

Please sign in to comment.