attestantio / vouch

Apache License 2.0
112 stars 28 forks source link

Fetch remote wallet information in parallel #18

Closed mcdee closed 3 years ago

mcdee commented 3 years ago

If a Vouch instance has many wallets it can be slow to start up, as wallet information is fetched in sequence. This changes the methodology to fetch wallets to be parallel, allowing for faster startup times even when there are many wallets in use.