forked from decred/dcrdex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client,app: Transaction History UI (decred#2666)
* client,app: Transaction History UI This diff adds a UI to the wallets page displaying the transaction history of a wallet. Modifications are also made to the WalletTransaction type. The ID is now a string rather than a []byte. `BalanceDelta int64` is now `Amount uint64` as the sign is obvious from the type of the transaction and negatives are a hassle to deal with. A `Recipient` field for `Send` transactions and a `BondInfo` field for bond related transaction are also added.
- Loading branch information
Showing
28 changed files
with
1,131 additions
and
330 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.