Skip to content

Commit 14a2a5a

Browse files
committed
Add a latest feature to node integration_test
Add a feature `latest` to node and integration_test that is the most recent version of bitcoind.
1 parent 072596c commit 14a2a5a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

integration_test/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ edition = "2021"
1313
[features]
1414
download = ["node/download"]
1515

16+
latest = ["30_0"]
17+
1618
# Enable the same feature in `node` and the version feature here.
1719
# All minor releases of the latest four versions.
1820
30_0 = ["v30_and_below", "node/30_0"]

node/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ default = ["0_17_2"]
4444

4545
download = ["anyhow", "bitcoin_hashes", "flate2", "tar", "bitreq", "zip"]
4646

47+
latest = ["30_0"]
48+
4749
# We support all minor releases of the latest four versions.
4850
30_0 = ["29_0"]
4951
29_0 = ["28_2"]

0 commit comments

Comments
 (0)