Skip to content

Commit 8514ad5

Browse files
committed
[WIP] add v2 integration tests
1 parent ace5d1c commit 8514ad5

File tree

7 files changed

+298
-155
lines changed

7 files changed

+298
-155
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ uniffi = { version = "0.29.1", features = ["build"] }
2525
base64 = "0.22.1"
2626
bitcoin-ffi = { git = "https://github.com/bitcoindevkit/bitcoin-ffi.git", rev = "6b1d131" }
2727
hex = "0.4.3"
28+
lazy_static = "1.5.0"
2829
ohttp = { package = "bitcoin-ohttp", version = "0.6.0" }
2930
payjoin = { version = "0.23.0", features = ["v1", "v2", "io"] }
3031
payjoin-test-utils = { version = "0.0.0", optional = true }
32+
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
3133
serde = { version = "1.0.200", features = ["derive"] }
3234
serde_json = "1.0.128"
3335
thiserror = "1.0.58"
@@ -42,7 +44,6 @@ bitcoincore-rpc = "0.19.0"
4244
http = "1"
4345
ohttp-relay = "0.0.8"
4446
rcgen = { version = "0.11" }
45-
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
4647
rustls = "0.22.2"
4748
testcontainers = "0.15.0"
4849
testcontainers-modules = { version = "0.1.3", features = ["redis"] }

python/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python-bitcoinlib==0.12.2
22
toml==0.10.2
33
yapf==0.43.0
4-
4+
httpx==0.28.1

0 commit comments

Comments
 (0)