forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #6351: backport: trivial 2024 10 23 pr8
0dbafce Merge bitcoin#27289: Refactor: Remove unused FlatFilePos::SetNull (fanquake) dbe2e04 Merge bitcoin#27212: test: Make the unlikely race in p2p_invalid_messages impossible (fanquake) 6f6b718 Merge bitcoin#27236: util: fix argsman dupe key error (fanquake) 74c6e38 Merge bitcoin#27205: doc: Show how less noisy clang-tidy output can be achieved (fanquake) 9e552f0 Merge bitcoin#27232: Use string interpolation for default value of -listen (fanquake) 2a39b93 Merge bitcoin#27226: test: Use self.wait_until over wait_until_helper (fanquake) be2e16f Merge bitcoin#27192: util: add missing include and fix function signature (fanquake) 176a4a6 Merge bitcoin#27173: valgrind: remove libsecp256k1 suppression (fanquake) d2fc8be Merge bitcoin#27154: doc: mention sanitizer suppressions in developer docs (glozow) f5b4cc7 Merge bitcoin#16195: util: Use void* throughout support/lockedpool.h (Andrew Chow) c66c0fd Merge bitcoin#27137: test: Raise PRNG seed log to INFO (fanquake) bba2150 Merge bitcoin#25950: test: fix test abort for high timeout values (and `--timeout-factor 0`) (fanquake) 6751add Merge bitcoin#27107: doc: remove mention of "proper signing key" (merge-script) 34c895a Merge bitcoin#26997: psbt: s/transcation/transaction/ (fanquake) befdbed Merge bitcoin#27097: descriptors: fix docstring (param [in] vs [out]) (fanquake) c98dd82 Merge bitcoin#27080: Wallet: Zero out wallet master key upon locking so it doesn't persist in memory (Andrew Chow) Pull request description: ## Issue being fixed or feature implemented Batch of trivial backports ## What was done? See commits ## How Has This Been Tested? built locally; large combined merge passed tests locally ## Breaking Changes Should be none ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: knst: utACK 0dbafce UdjinM6: utACK 0dbafce Tree-SHA512: e93a1136e848aa6c6f3d9fb0567b3e284975d35e82bbc1d9a8cd908067df4bf1257c939882abcaca6820360a4982b991f505a1165d95e1a8b52c9b181b7026b7
- Loading branch information
Showing
20 changed files
with
71 additions
and
67 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,5 @@ | ||
### Verify Binaries | ||
|
||
#### Preparation: | ||
|
||
Make sure you obtain the proper release signing key and verify the fingerprint with several independent sources. | ||
|
||
```sh | ||
$ gpg --fingerprint "Bitcoin Core binary release signing key" | ||
pub 4096R/36C2E964 2015-06-24 [expires: YYYY-MM-DD] | ||
Key fingerprint = 01EA 5486 DE18 A882 D4C2 6845 90C8 019E 36C2 E964 | ||
uid Wladimir J. van der Laan (Bitcoin Core binary release signing key) <[email protected]> | ||
``` | ||
|
||
#### Usage: | ||
|
||
This script attempts to download the signature file `SHA256SUMS.asc` from https://bitcoin.org. | ||
|
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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