-
Notifications
You must be signed in to change notification settings - Fork 37.7k
[0.20] Backports #20166
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.20] Backports #20166
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
It does count the coinbase transaction. Refs bitcoin#19766 Github-Pull: bitcoin#19777 Rebased-From: 4148f55
Github-Pull: bitcoin#20141 Rebased-From: d1292f2
Github-Pull: bitcoin#19836 Rebased-From: cccc752
Github-Pull: bitcoin#19836 Rebased-From: 3333077
This was referenced Oct 16, 2020
Github-Pull: bitcoin#20146 Rebased-From: fa1f6f2
+ Replaces std::max with std::min to resize buffer in RandAddSeedPerfmon + Documents behavior of RandAddSeedPerfmon Github-Pull: bitcoin#20082 Rebased-From: bd52151
utACK 1f67a30 Manually verified all the cherry picks were the same as master. |
Starting with the Clang shipped with Xcode 12, Apple has enabled -Werror=implicit-function-declaration by default. This causes bdbs mutex detection to fail when building on macOS (not cross-compiling): checking for mutexes... UNIX/fcntl configure: WARNING: NO SHARED LATCH IMPLEMENTATION FOUND FOR THIS PLATFORM. configure: error: Unable to find a mutex implementation as previously emitted warnings are being turned into errors. i.e: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration] Append -Wno-error=implicit-function-declaration to cflags so that -Wimplicit-function-declaration returns to being a warning, and the configure checks will succeed. Fixes bitcoin#19411. Github-Pull: bitcoin#20195 Rebased-From: d0a829e
See https://docs.python.org/3/library/plistlib.html. The new API was added in 3.4 and old removed in 3.9. Github-Pull: 20298 Rebased-From: 04a69c2
Co-authored-by: saibato <saibato.naga@pm.me> Co-authored-by: MarcoFalke <falke.marco@gmail.com> Github-Pull: 20080 Rebased-From: b19e882
Github-Pull: bitcoin#20080 Rebased-From: ad5cef5
review ACK 7566af4 🗡 Show signature and timestampSignature:
python: error while loading shared libraries: libpython3.8.so.1.0: cannot open shared object file: No such file or directory |
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 the following PRs to the 0.20 branch:
/
in -datadir and -blocksdir paths #20080 - Strip any trailing/
in -datadir and -blocksdir pathsWill add additional commits as they become available.