bitcoinjs / indexd

An external bitcoind index management service module
ISC License
53 stars 23 forks source link

txosByScriptId pagination #30

Closed dcousens closed 6 years ago

dcousens commented 6 years ago

Partially resolved by https://github.com/bitcoinjs/indexd/commit/46361a465ae7d79634aaa0449d4cf4e5bff3cb33

Unfortunately, that query doesn't return the maximum height achieved so you can re-continue the query later without starting from 0.

That should be added somehow. For now, this prevents DoS.

Tested with https://blockchain.info/popular-addresses

dcousens commented 6 years ago

Resolved via a heightRange to be provided (see isoindex branch)