Backports for 26.x. Includes:
[26.x] more backports #29209
pull glozow wants to merge 7 commits into bitcoin:26.x from glozow:2024-01-backports-26.1 changing 12 files +169 −21-
glozow commented at 4:02 pm on January 9, 2024: member
-
glozow added the label Backport on Jan 9, 2024
-
DrahtBot commented at 4:02 pm on January 9, 2024: contributor
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Code Coverage
For detailed information about the code coverage, see the test coverage report.
Reviews
See the guideline for information on the review process.
Type Reviewers ACK stickies-v If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
-
fanquake added this to the milestone 26.1 on Jan 9, 2024
-
DrahtBot added the label CI failed on Jan 9, 2024
-
stickies-v approved
-
stickies-v commented at 12:34 pm on January 16, 2024: contributorACK 234f32860dd0e450e214c93af09e9dd9df20e9ea
-
stickies-v commented at 11:21 am on January 18, 2024: contributor
Backports LGTM d055adad985752c5ae3cf9dd0f509c83850e6c5b but it seems that the commit messages are different than usual? It doesn’t seem like we have formal documentation on this, but keeping things uniform helps keep scripts simple (e.g. compiling a list of all pulls that are backported from
git log
) so this might be worth updating?Rebased-From
only mentions the short hash when I think typically we use the full hash (needed forgit fetch
)Github-Pull
usesbitcoin#<number>
when I think typically we just use#number
(do we ever backport from different repos?)- ddfed7a1700df4dc255164dc9a2ecdb05d8441e4 is missing both
Rebased-From
andGithub-Pull
-
glozow force-pushed on Jan 18, 2024
-
glozow commented at 3:10 pm on January 18, 2024: memberfixed commit messages.
-
fanquake commented at 10:20 am on January 19, 2024: memberLets add #29127, so if we decide to, we can test macOS notarization: #15774 (comment).
-
[refactor] Add helper for iterating through mempool entries
Instead of reaching into the mapTx data structure, use a helper method that provides the required vector of CTxMemPoolEntry pointers. Github-Pull: #28391 Rebased-From: 453b4813ebc74859864803e9972b58e4be76a4d6
-
net: create I2P sessions with both ECIES-X25519 and ElGamal encryption
A Bitcoin Core node may only connect to a peer destination via I2P if both sides have sessions with the same encryption type. The encryption type is a property of the session, not the destination. Sessions may support multiple encryption types. As Bitcoin Core is not currently setting the I2P encryption type when creating sessions, it is using the older default, ElGamal (type 0). This pull updates Bitcoin Core to use both ECIES-X25519 and ElGamal (types 4 and 0, respectively). This allows to connect to I2P peers with either type, and the newer, faster ECIES-X25519 will be preferred. See also the recently updated section "Signature and Encryption Types" in https://geti2p.net/en/docs/api/samv3 Thanks and credit to zzzi2p (https://github.com/zzzi2p) for reporting. Closes https://github.com/bitcoin/bitcoin/issues/29197. Github-Pull: #29200 Rebased-From: 9d728916b27e18efc6f8839770ed5ec14789fc08
-
[log] mempool loading
Log at the top before incrementing so that this log isn't printed when there's only 1 tx. Github-Pull: #29227 Rebased-From: eb78ea4eebfe150bc1746282bfdad6eb0f764e3c
-
snapshots: don't core dump when running -checkblockindex after `loadtxoutset`
Github-Pull: #28791 Rebased-From: cdc6ac4126b31426261605a757c52ea2dbfb2a81
-
[test] rescan legacy wallet with reorged parent + IsFromMe child in mempool
Test that wallet rescans process transactions topologically, even if a parent's entry into the mempool is later than that of its child. This behavior is important because IsFromMe requires the ability to look up a transaction's inputs. Github-Pull: #29179 Rebased-From: c3d02be536ac3f35c10efa03653186a17ebbfc12
-
[test] import descriptor wallet with reorged parent + IsFromMe child in mempool
Test that wallet rescans process transactions topologically, even if a parent's entry into the mempool is later than that of its child. This behavior is important because IsFromMe requires the ability to look up a transaction's inputs. Co-authored-by: furszy <matiasfurszyfer@protonmail.com> Github-Pull: #29179 Rebased-From: df30247705940c50c5eaafd74e2abbeb8b0cec07
-
Use hardened runtime on macOS release builds.
The Apple notary service requires submitted app bundles to be configured to use the hardened runtime libraries. This is configured at signing time, and supported by the signapple tool Bitcoin Core uses for reproduceable signed binaries. We simply need to pass "--hardened-runtime" when the signature is created. Once attached to the bundle, the resulting codesigned binary can be successfully submitted to the Apple binary notarization service by any Apple Developer. Github-Pull: #29127 Rebased-From: 4fdd836db92e789c98b9e68398ca931a968cc9c3
-
glozow force-pushed on Jan 19, 2024
-
stickies-v approved
-
stickies-v commented at 4:48 pm on January 19, 2024: contributorACK 11f3a7e6baf145360190635f47b1fb371fb38912
-
fanquake merged this on Feb 16, 2024
-
fanquake closed this on Feb 16, 2024
-
glozow deleted the branch on Feb 16, 2024
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-21 12:12 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-21 12:12 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me