forked from monero-project/monero
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Enhance blackball tool #132
Merged
Merged
Conversation
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
stoffu
commented
Aug 14, 2019
•
edited
Loading
edited
- Blackballing improvements monero-project/monero#4260
- blockchain_blackball: error out on fgets error monero-project/monero#4381
- wallet2_api: bring up to latest wallet api monero-project/monero#4387
- wallet2: handle corner case in picking fake outputs monero-project/monero#4406
- ringdb: use cursors to be a bit faster monero-project/monero#4407
- wallet2_api: blackball/unblackball now take two parameters monero-project/monero#4475
- blockchain_blackball: fix stats double counting monero-project/monero#4514
- blockchain_blackball: fix stray ! monero-project/monero#4530
- Rename "blackball" for clarity monero-project/monero#4650
- blockchain_blackball: spot when all outputs of an amount are spent monero-project/monero#4899
- blockchain_blackball: make log file name consistent with executable monero-project/monero#5006
It cuts down on txn commits, and speeds up blackballing substantially
This uses less memory and makes it faster to load/save, though makes it slower to run (which is actually faster since it would previously start swapping anyway).
…nero#4260 Identical offset based rings may not actually be identical rings since they represent different outputs
…onero#4260 It makes it a lot slower, unfortunately
…tal /moneor#4260 yet
If we originally think we have enough outputs on the blockchain to pick random fake outputs, we might end up with not enough of them if enough are actually blackballed.
amount and offset (instead of pubkey)
Apparently some people seem to think it's a censorship list...
…tats of spent ratio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.