-
Notifications
You must be signed in to change notification settings - Fork 37.7k
[0.21] final rc4 backports #20669
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
[0.21] final rc4 backports #20669
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
Github-Pull: bitcoin#20660 Rebased-From: 3e6657a
ACK up to 8273ea3 |
…ge introduced in bitcoin#19960. It re-applies a setting to inform vcpkg to only build release vesions of the dependencies rather than the default of debug and release. It had been expected that the vcpkg manifest mechanism introduced in bitcoin#19960 would do this automatically but it turns out not to be the case. Github-Pull: bitcoin#20489 Rebased-From: fa18e7c
…at are causing sporadic ABI issues on Visual Studio updates. Tidied up debug and release configuration blocks in common project file to avoid duplication. Updated appveyor config to use latest Visual Studio 2019 image. Changed appveyor config file hash to use a new version of Qt pre-compiled binaries built for Visual Studio 2019 v16.8.1. Bumped vcpkg version to tag '2020.11-1' for binary caching feature. See bitcoin#20392 for related discussion. Github-Pull: bitcoin#20506 Rebased-From: 8b99e60
Github-Pull: bitcoin#20506 Rebased-From: 2c69381
Consider adding #19961 if merged in time. |
Github-Pull: bitcoin#19050 Rebased-From: 5c3eaf9
Github-Pull: bitcoin#20668 Rebased-From: 010eed3
Github-Pull: bitcoin#19961 Rebased-From: e1765d8
Github-Pull: bitcoin#19961 Rebased-From: dc8a591
Github-Pull: bitcoin#19961 Rebased-From: a34eceb
Github-Pull: bitcoin#20644 Rebased-From: a4118c6
Github-Pull: bitcoin-core/gui#155 Rebased-From: e71b656
Github-Pull: bitcoin#20731 Rebased-From: b23349b
This field was already being returned, but the RPCHelpMan did not indicate this. So, this PR updates the help text to match. Github-Pull: bitcoin#20756 Rebased-From: 667d203
The commits are all mostly documentation or test related clean cherry-picks IIRC, so shouldn't be too hard to review |
ACK b1c0f97 |
ACK b1c0f97 |
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.
The remaining backports to get rc4 out. Currently only waiting on the macOS build fix.