forked from JSKitty/scc-web3
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve mempool system * Revert pr #192 * Add script decoder * Add isMyVout * Temp commit * Temp commit 2 * Mempool update * various test * mempool update * prettier * Store balance * remake getbalance non-async * fix balance issue * don't multiply by COIN * getUTXO -> hasUTXO * Fix network issues * Don't create a useless variable * improve masternode flow * Remove console.logs and add debug time * Remove old mempool system * Update network.js * getUTXOs optimization + bug fix * rebase fix * remove comments * Speed up isMyVout + add another test-timer * fix non-hd bug * remove comment * mempool.js fix * review fix * remove some warnings * Implement suggestions * Remove getAllUTXOsWithValue * Remove path as return from isMyVout * Review Fix * Move UTXO_WALLET_STATE to mempool * Remove copy and paste from isMyVout * Add max account gap * Solve a bug and let->const * More let->const and sync activity once mempool is loaded * Load activity after first sync * Don't recall getUTXOs if it has been already called * Fix typo * fix merge error * fix duplication * review fix * remove console.logs * fix merge errors * Add multimap class * remove multimap * Remove useless async/await
- Loading branch information
Showing
24 changed files
with
1,655 additions
and
1,497 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
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.