Skip to content

Conversation

@clarkmoody
Copy link
Member

Resolves #227

@tcharding
Copy link
Member

tACK 6030b61

FTR in order to test against Bitcoin Core v22 I applied

diff --git a/integration_test/run.sh b/integration_test/run.sh
index a442ae4..7c11f34 100755
--- a/integration_test/run.sh
+++ b/integration_test/run.sh
@@ -24,11 +24,11 @@ if bitcoind -version | grep -q "v0\.\(19\|2\)"; then
 fi
 
 FALLBACKFEEARG=""
-if bitcoind -version | grep -q "v0\.2"; then
+if bitcoind -version | grep -q "v0\.2\|v2"; then
     FALLBACKFEEARG="-fallbackfee=0.00001000"
 fi
 
-bitcoind -regtest $BLOCKFILTERARG $FALLBACKFEEARG \
+bitcoind -regtest $BLOCKFILTERARG $FALLBACKFEEARG -blockfilterindex=basic \
     -datadir=${TESTDIR}/2 \
     -connect=127.0.0.1:12348 \
     -rpcport=12349 \

@stevenroose
Copy link
Collaborator

Thanks!

@stevenroose stevenroose merged commit f0754ef into rust-bitcoin:master Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update gettxoutsetinfo with Coinstats Index (Core 22.0)

3 participants