-
Notifications
You must be signed in to change notification settings - Fork 38.7k
[24.x] rc3 backports #26410
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
[24.x] rc3 backports #26410
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
The old Transifex Command-Line Tool is considered deprecated (as of January 2022) and will sunset on Nov 30, 2022. See: https://github.com/transifex/cli/blob/devel/README.md#migrating-from-older-versions-of-the-client An accompanying PR: bitcoin-core/bitcoin-maintainer-tools#142 Github-Pull: bitcoin#26321 Rebased-From: d6adbb7
sendall should be using a bitwise AND for sendall's IsMine check rather than an equality as IsMine will never return ISMINE_ALL. Github-Pull: bitcoin#26344 Rebased-From: 6bcd7e2
Github-Pull: bitcoin#26344 Rebased-From: 708b72b
Github-Pull: bitcoin#26344 Rebased-From: b132c85
Github-Pull: bitcoin#26344 Rebased-From: 315fd4d
2147483647 is the maximum positive value of a signed int32, and - currently - the maximum value that the deriveaddresses bitcoin RPC call accepts as derivation index due to its input validation routines. Before this change, when the derivation index (and thus range_end) reached std::numeric_limits<int_32_t>::max(), the "i" variable in the for cycle (which is declared as int, and as such 32 bits in size on most platforms) would be incremented at the end of the first iteration and then warp back to -2147483648. This caused SIGABRT in bitcoind and a core dump. This change assigns "i" an explicit size of 64 bits on every platform, sidestepping the problem. Fixes bitcoin#26274. Github-Pull: bitcoin#26275 Rebased-From: addf9d6
…s 2147483647 This test would cause a crash in bitcoind (see bitcoin#26274) if the fix given in the previous commit was not applied. Github-Pull: bitcoin#26275 Rebased-From: 9153ff3
Github-Pull: bitcoin#26349 Rebased-From: eb679a7
This was referenced Oct 28, 2022
hebasto
approved these changes
Oct 28, 2022
Member
hebasto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK d570190, I've cherry-picked commits manually and got zero diff with this PR branch.
Member
|
ACK d570190 applied locally to 24.x, diff matches |
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.
Backports:
.tx/configfor new Transifex CLI #26321addressfield optionallist{transactions, sinceblock}response #26349