-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NNS1-3480: Neurons Transactions (#5942)
# Motivation We want to retrieve neuron transactions when generating a report for all transactions. We aim to request transactions for both Neurons and Accounts simultaneously, allowing us to parallelize these calls to the Ledger Canister. # Changes - Changes `getAccountTransactionsConcurrently` to handle generic entities(neurons or accounts) # Tests - Unit test for the new logic that parallelizes both types of entities: accounts and neurons. # Todos - [ ] Add entry to changelog (if necessary). Prev. PR: #5941
- Loading branch information
Showing
4 changed files
with
172 additions
and
154 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
Oops, something went wrong.