bitcoindevkit / bitcoin-regtest-box

Simple bitcoin regtest docker images for integration testing with github actions
11 stars 8 forks source link

txid-fix popular addresses should be indexed in regtest mode #10

Closed sandipndev closed 3 years ago

sandipndev commented 3 years ago

From electrs documentation,

 --txid-limit <txid_limit>
     Number of transactions to lookup before returning an error, to prevent "too popular" addresses from causing
     the RPC server to get stuck (0 - disable the limit) [default: 100]

This change also fixes https://github.com/bitcoindevkit/bdk/issues/406