forked from JSKitty/scc-web3
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* During the initial sync, add to the wallet txs that are decrypted by the Shield manager * Make getCredit and getDebit return whether all vins/vouts belongs to the wallet * Update HistoricalTx class, to take in account shield data * make toHistoricalTXs take in account shield data * make the Activity show shielded txs * Update broken tests * Add missing await * Make old wallet resync if load operation is not succesful * Add utils function to reverse and swap endianess * Simplify logic and fix bug of sent to shield address * Remove unused imports * DebugLog in case of failure * apply new lint rules * fix: load first the shield from disk * fix: Do not use txSelfMap for DELEGATION * feat: Use new pivx-shield beta version * beautify numbers * Update E2E tests (new icons) * remove merge trash * fix infinite await bug * fix: Use block.time instead of mediantime * handle block at batches of 50
- Loading branch information
Showing
8 changed files
with
214 additions
and
104 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
Oops, something went wrong.