-
Notifications
You must be signed in to change notification settings - Fork 100
fix: instantsend processing in background thread #293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
a10eaf9
chore: update idea test configuration file
HashEngineering d682ec0
fix: support processing islocks on the background thread by default
HashEngineering 9b5d098
fix: add parallelization to Wallet protobuf reading
HashEngineering c2b1771
fix: reduce processing for non-wallet transactions
HashEngineering 54be7d1
fix: add DashSystem.removeWallet
HashEngineering 5b4273d
fix: allow OP_RETURN with 0.00 value in DefaultRiskAnalysis.isOutputS…
HashEngineering 3bfe56f
fix: use CopyOnWriteArrayList for wallet list in InstantSendManager
HashEngineering 957b340
fix: add parallelization to reading a wallet (protobuf)
HashEngineering 41413cd
fix: update Testnet masternode lists and add a masternode update pyth…
HashEngineering 941d1dd
fix: decrease logging of quorum lists
HashEngineering bd2f7ed
fix: improve InstantSend lock processing
HashEngineering 57def7b
tests: fix CoinJoinSessionTest intermittent failures
HashEngineering 2c12ef5
feat: ad CoinJoinForwardingService example that simulates a large coi…
HashEngineering 816c9e8
fix: more InstantSendManager improvements
HashEngineering 28570f7
fix: improve CoinJoinForwardingService
HashEngineering 2939dfb
fix: improve WalletProtobufSerializer.readWallet
HashEngineering d1c9d06
fix: add forceMerge to MasternodeSeedPeers
HashEngineering 1e7e69b
fix: update hp masternode list
HashEngineering a1eb087
fix: update PortOpen to check seeds and masternode lists of the network
HashEngineering 3044cc3
fix: prevent divide by zero bug in PortOpen
HashEngineering d88ddf8
fix: handle edge cases to ensure locks are set in the tx confidence
HashEngineering 883b04d
fix: coderabbit fixes
HashEngineering File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,4 +25,5 @@ checkpoints-krupnik.txt | |
| /*.chainlocks | ||
| *.gobjects | ||
| /*.log | ||
| .DS_Store | ||
| .DS_Store | ||
| *.inventory | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.