]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Test `lightning-transaction-sync` in our no-dev-deps MSRV test
authorMatt Corallo <git@bluematt.me>
Sun, 8 Sep 2024 21:14:13 +0000 (21:14 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 8 Sep 2024 21:21:35 +0000 (21:21 +0000)
Now that `lightning-transaction-sync` is in the workspace and
covered by our MSRV we should be testing it in our
`msrv-no-dev-deps-check` test crate.

msrv-no-dev-deps-check/Cargo.toml

index 3a4acc675e6be5bbe915e70311d3ee7e7d2c328e..be594f6e5c498f8c39080389c4e6a0cb37c3ce1c 100644 (file)
@@ -6,6 +6,7 @@ edition = "2021"
 [dependencies]
 lightning = { path = "../lightning" }
 lightning-block-sync = { path = "../lightning-block-sync", features = [ "rest-client", "rpc-client" ] }
+lightning-transaction-sync = { path = "../lightning-transaction-sync", features = [ "esplora-async-https", "electrum" ] }
 lightning-invoice = { path = "../lightning-invoice" }
 lightning-net-tokio = { path = "../lightning-net-tokio" }
 lightning-persister = { path = "../lightning-persister" }