btc-rpc-explorer/app/api
Dan Janosik 00a6a7be4f
Work on #300
-Update docs to specify that txindex is necessary for pre-v0.21 nodes
-Gracefully handle getindexinfo failures for old nodes
-Use graceful failure to fallback to assuming that txindex=1 (as docs indicate is necessary)

I'm open to other approaches for identifying absence of txindex, but this should keep older clients functioning at 100% for now.
2021-04-07 22:23:33 -04:00
..
addressApi.js ENV vars rename: "ElectrumX" -> "Electrum" 2021-04-07 17:24:44 -04:00
blockchainAddressApi.js use strict; "const" for lots of "requires" 2021-01-31 14:12:34 -05:00
blockchairAddressApi.js use strict; "const" for lots of "requires" 2021-01-31 14:12:34 -05:00
blockcypherAddressApi.js use strict; "const" for lots of "requires" 2021-01-31 14:12:34 -05:00
coreApi.js mempool summary: table with oldest/largest txs 2021-04-07 18:04:58 -04:00
electrumAddressApi.js ENV vars rename: "ElectrumX" -> "Electrum" 2021-04-07 17:24:44 -04:00
mockApi.js use strict; "const" for lots of "requires" 2021-01-31 14:12:34 -05:00
rpcApi.js Work on #300 2021-04-07 22:23:33 -04:00