-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Did major refactor of Blockbook indexer handling to be more efficient
by using more appropriate api endpoints. The new approach is lazier by only requesting for data it needs when it's needed rather than loading everything upfront. Additionally, since Blockbook provides balance info in its json response computing total wallet balance from utxo is no longer necessary. This provides the following benefits: - substantially reduces api traffic - reduces strain on the indexing servers - improves app load times especially with multiple altcoin wallets.
- Loading branch information
Showing
1 changed file
with
123 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters