-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle unconfirmed trx in wallet (#24)
* Handle unconfirmed trx in wallet * Ignore spent outputs when looking for utxos * Correctly show the days till penalty recovery * hide text when waiting for sigs * Add scollable to modal and make a hack for the utxo balance from indexer * remove temp code * founder spending to check for pending spends * Add session storage structure named UnconfirmedInfo for any pending inputs and outputs * separate the pending account structure from other pending outputs (like founder spend) * Fix qrcode to be a popup * Add support for pending in the recovery page * Making minor changes in the display of the qrcode modal button * Act on review * Fix a bug on the recover page and change the spinner * Fix page titles * Fixed bug in the flow of loading items in the browse page * Changed the pending to be flagged on UTXO on the account info and not as it's own list in session storage * Testing pending payment and fixed other minor bugs * Removed commented code --------- Co-authored-by: Milad Raeisi <[email protected]> Co-authored-by: TheDude <[email protected]>
- Loading branch information
1 parent
ab8c016
commit d708d46
Showing
29 changed files
with
633 additions
and
246 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
Oops, something went wrong.