-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3517: Decorate individual Txs instead of the entire TxHistory r=HeinrichApfelmus a=HeinrichApfelmus This task is about decorated transaction inputs with corresponding outputs, if the outputs are known to wallet, e.g. because they are part of transactions belonging to the transaction history. Before, the entire transaction history was decorated, albeit lazily. After, only the transactions shown in endpoint are decorated. ### Issue Number ADP-2254 Co-authored-by: Heinrich Apfelmus <[email protected]>
- Loading branch information
Showing
7 changed files
with
230 additions
and
281 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
Oops, something went wrong.