givelotus / lotus-vase

A simple reference wallet for Lotus which supports mobile devices.
GNU General Public License v3.0
4 stars 2 forks source link

Use pool package for loading multiple unspent utxos at once #128

Closed schancel closed 3 years ago

schancel commented 3 years ago

Currently, we only list unspent utxos for one address at a time. We can, instead list a few at a time. The pool package for dart enables us to limit to concurrency so we don't make the Electrum Server Gods angry, while still reducing the total latency to get all our UTXOs.