Conversation
In bitcoin#31118, the format of bitcoind's `--help` output changed slightly in a way that breaks `gen-bitcoin-conf.sh`, modify the script to accomodate the new format, by starting after the line that says "Options:" and strip the `-help` option and its description from the output. Github-Pull: bitcoin#32049 Rebased-From: a24419f
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code Coverage & BenchmarksFor details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32062. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
|
lgtm ACK 188ec87 |
They seem to cause timeouts: > Issue 397734700: bitcoin-core:base58check_encode_decode: Timeout in base58check_encode_decode The `encoded_string.empty()` check was corrected here to `decoded.empty()` to make sure the `(0, decoded.size() - 1)` range is always valid. Github-Pull: bitcoin#31917 Rebased-From: bad1433 Co-authored-by: maflcko <[email protected]> Co-authored-by: marcofleon <[email protected]> Co-authored-by: Martin Zumsande <[email protected]>
…often In Base58 fuzz the two roundtrips are merged now, the new `decode_input` switches between a completely random input and a valid encoded one, to make sure the decoding passes more often. The `max_ret_len` can also exceed the original length now and is being validated more thoroughly. Github-Pull: bitcoin#31917 Rebased-From: d5537c1 Co-authored-by: maflcko <[email protected]> Co-authored-by: marcofleon <[email protected]>
If we bump the mocktime before the node has successfully disconnected the peer, the requests for both parents could be spread over two GETDATAS, which would make the test fail. Github-Pull: bitcoin#32063 Rebased-From: 0294205
Github-Pull: bitcoin#32064 Rebased-From: 80b5e7f
From the GNU make 3.82 release announcement: * The 'define' make directive now allows a variable assignment operator after the variable name, to allow for simple, conditional, or appending multi-line variable assignment. macOS ships with 3.81. This caused the multiprocess config options to be ignored. Fixes bitcoin#32068 Github-Pull: bitcoin#32070 Rebased-From: 9157d9e Co-authored-by: Ryan Ofsky <[email protected]>
|
Can also pull in bitcoin-core/gui#858 (if not this rc than next). |
|
ACK 02d030292a93fdf77bf59c8007fea3cebb2bf3fa I cherry-picked the pull requests, ran I do get a slightly difference in Update: it's because I had to delete |
+1 |
added |
|
ACK 74df31c Don't forget to add bitcoin-core/gui#858 to the PR description. |
backports:
gen-bitcoin-conf.sh#32049