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
Aeon upstream 9 #183
Merged
Merged
Aeon upstream 9 #183
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
…4311 from several minutes to 10-15 seconds
- passing by parameter is insecure as it is shown in the process list
…onero#4341 This fixes the horrendous slowdown in bc_dyn_stats
instead of including the text, as it's not fully free to redistribute
- Support for classes - Added `remove_prefix` function - Added `to_mut_span` and `as_mut_byte_span`
it's confusing and needlessly complicated
They're controllable by potential attackers and would just spam
Make it easier for a user to be told when to update
Thanks iDunk for building patches on windows
…o#4429 instead of merging that with other scalar multiplications where possible for speed, since this is not actually safe
Thanks iDunk for the windows testing
…monero#4427 The key image (which was only supplied if verbose was true) is readily available, not a secret key, and it was only modelled after the CLI command because it's a bit spammy for the CLI.
Make sure target DB's record is on a writable page
…nero#4459 Coverity 188408
…ro#4459 Coverity 188436, 188433, 188428, 188415, 188416, 188410, 188400, 188298, 188299, 188321, 188342, 188343, 188355, 188357, 188361, 188366, 188374
…monero#4459 Coverity 188348
…4459 Coverity 188349
Coverity 182569
This would call terminate. We ignore exceptions in pthread_join instead, as this is not a fatal problem here. Coverity 182568
Coverity 182560
Not much we can do here Coverity 161875
Coverity 161867
Coverity 161862
… /monero#4459 Coverity 161856
Coverity 136462
Coverity 175293, 175312, 175266
Merged
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.
This PR merges upstream PRs after monero-project#3430 which was handled in the last upstream merge PR #181:
Notes:
cryptonote tweak v2.2 monero-project/monero#4404 was skipped for obvious reasons.
For Rebased others monero-project/monero#4401, the two commits authored by @mrwhythat were skipped, because the proposed functionality to split one RingCT output to multiple outputs is not applicable to Aeon not using RingCT.