flocore-node/lib/services/address
sairajzero 1b6352573f Limit all address query to MAX_TX_QUERY_LIMIT
- any address data API will now max out at 1000 (MAX_TX_QUERY_LIMIT)
- For addrs with more than 1000 tx, use chained API query to get the complete data (like balance, txid, etc)

- set parallel queue limit to 1: preserve consistency in API queries (and prevent incorrect data)
2023-04-11 03:49:21 +05:30
..
encoding.js wip 2017-07-19 15:50:47 -04:00
index.js Limit all address query to MAX_TX_QUERY_LIMIT 2023-04-11 03:49:21 +05:30