Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update get_tx_out_set_info to Core 22.0+ #228

Merged
merged 1 commit into from
Aug 17, 2022

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