-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: blazingly fast initial accounts load (#7822)
* feat: rm request queue * feat: rm upsertOnFetch * feat: don't mark upsertPortfolio as low prio action * feat: rm prepare * fix: isPortfolioLoaded heuristics * feat: make metadata upsertion blazingly fast * fix: multi-account derp * fix: incremental load * fix: filter out chains without history for account number, and revert back p-queue * feat: improve chunks grouping * feat: bring back upsertOnFetch * feat: fetch txHistory *after* all are done * feat: split getAllTxHistory by AccountIds * fix: upsert only per-chain accounts * chore: rm logs and debugger * feat: revert DegradedStateBanner refetch failed * feat: importAccounts revert upsertOnFetch * feat: update comment * feat: rm paranoia * feat: opt-chain selector * feat: remove chunk terminology and fix grouping of UTXO scriptTypes * feat: set over array for cleanliness
- Loading branch information
1 parent
1258be6
commit 8e457f9
Showing
33 changed files
with
291 additions
and
255 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
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
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
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
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
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
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
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
Oops, something went wrong.