-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Asymmetric encryption stubs. #12345
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
Closed
Closed
Asymmetric encryption stubs. #12345
Conversation
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
GCC doesn't like 0LL here.
… against nullptr.
Fix V668 PVS Studio - deal with pointer and NULL
Reorganize includes a bit.
Fix V595 PVS Studio - the pointer was utilized before it was verified…
Save generated key pairs in the wallet.dat. Due to lack of time for a proper debugging the generation of malleable keys has been disabled on the main network. Of course it will be enabled in the near future.
Оставлю как якорь, подобных мест в коде много, по возможности можно будет переписать.
fDetachDB missed in constructor
Minor fix
The Answer to Life, the Universe, and Everything...
Fix gcc 7.0 warning (Wimplicit-fallthrough)
lateminer
pushed a commit
to lateminer/bitcoin
that referenced
this pull request
Nov 9, 2018
This is meant to be a direct translation of the bash script,
with the difference that it retrieves the PR title from github,
thus creating pull messages like:
Merge bitcoin#12345: Expose transaction temperature over RPC
jasonbcox
added a commit
to Bitcoin-ABC/bitcoin-abc
that referenced
this pull request
Sep 21, 2020
…s in diff summaries Summary: We sometimes see variants like the following: * Backport of [[bitcoin/bitcoin#12345 | PR12345]] * Backport of PR 12345 * Backport of PR#12345 * Backport of PR #12345 Only the first one is automatically linked. We can detect these and both fix and link them rather than ignoring them. The rationale for fixing them instead of leaving as-is is because PRxxxxx is easier to grep if they are consistent in all patch summaries. Other variants of the above are welcome. I simply picked these because we see them the most. Test Plan: `pytest` Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Subscribers: deadalnix Differential Revision: https://reviews.bitcoinabc.org/D7489
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.