Bitcoin Core Github
44 subscribers
119K links
Download Telegram
πŸ‘ hebasto approved a pull request: "depends: remove xinerama extension from libxcb"
(https://github.com/bitcoin/bitcoin/pull/33217#pullrequestreview-3142184801)
ACK decc3671c88bb3acdf137c6bc46892f99319104e.

This PR doesn’t affect the `bitcoin-qt` executable, since `libxcb-xinerama.so` isn’t used even in the current master branch @ 7d9789401be4c91a9eb3c1112564a6524bdc4f70.
πŸ’¬ achow101 commented on pull request "index: Don't commit state in BaseIndex::Rewind":
(https://github.com/bitcoin/bitcoin/pull/33212#issuecomment-3212021123)
ACK a602f6fb7bf5f9e57299f4d6e246c82379fad8d2
πŸ€” jonatack reviewed a pull request: "IPC followups for PR 31802"
(https://github.com/bitcoin/bitcoin/pull/33233#pullrequestreview-3142237551)
LGTM, though suggest renaming the PR title to

`doc: follow-ups to "Add bitcoin-{node,gui} to release binaries for IPC"`

and adding #31802 to the description.
πŸ’¬ achow101 commented on pull request "miner: clamp options instead of asserting":
(https://github.com/bitcoin/bitcoin/pull/33222#issuecomment-3212033066)
ACK 7392b8b084be14b75536887b7ff216152d0a3307
πŸš€ achow101 merged a pull request: "miner: clamp options instead of asserting"
(https://github.com/bitcoin/bitcoin/pull/33222)
βœ… achow101 closed an issue: "spendable is true for UTXO of private key disabled wallet"
(https://github.com/bitcoin/bitcoin/issues/33110)
πŸ’¬ pablomartin4btc commented on pull request "wallet, refactor: Remove Legacy check and error":
(https://github.com/bitcoin/bitcoin/pull/33082#discussion_r2292382365)
Ok, I'll remove it.
πŸ’¬ l0rinc commented on pull request "headerssync: Preempt unrealistic unit test behavior":
(https://github.com/bitcoin/bitcoin/pull/32579#issuecomment-3212632223)
Given that the current PR already demonstrates the production code is still correct, I tend to agree that we don't have to rush. Would have been cleaner, but it's not urgent.

I do think however that the refactorings are necessary - but I'd keep the commits before the final fix, and if other reviewers think it's too risky, maybe we can do it in a separate PR - unifying it with @danielabrozzoni's change and your other related proposal either through a tracking issue or pushing the rest as draft
...
πŸ’¬ ajtowns commented on pull request "doc: unify `datacarriersize` warning with release notes":
(https://github.com/bitcoin/bitcoin/pull/33224#issuecomment-3212871951)
ACK 2885bd0e1c4fc863a7f28ff0fd353f5cffb03442

Unless there's an explicit schedule for the removal (eg `-paytxfee is deprecated and will be fully removed in v31.0`), this phrasing seems more accurate. Probably the testnet3 deprecation should also either be scheduled or changed to "is expected to be removed" as well.
πŸ‘ pablomartin4btc approved a pull request: "Fix compatibility with `-debuglogfile` command-line option"
(https://github.com/bitcoin-core/gui/pull/884#pullrequestreview-3143078214)
ACK c0d28c8f5b150a03de75155a0961b3d9b2695ed6

`LogInstance().m_file_path` [is being set](https://github.com/bitcoin/bitcoin/blob/78351ed083b1113091d42d3dbb173d2200fbcc4b/src/init/common.cpp#L49) in `init::SetLoggingOptions(args)`.

Need to restart some CIs (few were cancelled when PR got closed)?
πŸ’¬ Sjors commented on pull request "miner: clamp options instead of asserting":
(https://github.com/bitcoin/bitcoin/pull/33222#issuecomment-3213170422)
> However, in case 0 is a valid value for either of these options, we may want to set a different, invalid default value like -1 so the server can detect whether the client set the option, and use its own default if the client hasn't filled it in.

In that case perhaps it's better if we do hardcode defaults, especially if we can pick safe ones.
πŸ’¬ Sjors commented on pull request "doc: follow-ups to "Add bitcoin-{node,gui} to release binaries for IPC"":
(https://github.com/bitcoin/bitcoin/pull/33233#issuecomment-3213172304)
@jonatack done, although I wasn't expecting there to be only doc changes.
πŸ’¬ 0xB10C commented on pull request "ci: Migrate CI to hosted Cirrus Runners":
(https://github.com/bitcoin/bitcoin/pull/32989#discussion_r2292858152)
nit:
```suggestion
uses: actions/checkout@v5
```
See https://github.com/bitcoin/bitcoin/pull/33171
πŸ’¬ 0xB10C commented on pull request "ci: Migrate CI to hosted Cirrus Runners":
(https://github.com/bitcoin/bitcoin/pull/32989#discussion_r2292859069)
```suggestion
uses: actions/checkout@v5
```
πŸ’¬ 0xB10C commented on pull request "ci: Migrate CI to hosted Cirrus Runners":
(https://github.com/bitcoin/bitcoin/pull/32989#discussion_r2292859570)
```suggestion
uses: actions/checkout@v5
```
πŸ“ stickies-v opened a pull request: "doc: use new block_to_connect parameter name"
(https://github.com/bitcoin/bitcoin/pull/33237)
The parameter name was previously changed from `pblock` to `block_to_connect` in 9ba1fff29e4794615c599e59ef453848a9bdb880, without updating the documentation.

Addresses https://github.com/bitcoin/bitcoin/pull/33078#discussion_r2279914775.
πŸ’¬ stickies-v commented on pull request "kernel: improve BlockChecked ownership semantics":
(https://github.com/bitcoin/bitcoin/pull/33078#discussion_r2292971381)
Fixed in https://github.com/bitcoin/bitcoin/pull/33237
πŸ’¬ purpleKarrot commented on pull request "doc: use new block_to_connect parameter name":
(https://github.com/bitcoin/bitcoin/pull/33237#issuecomment-3213403480)
ACK 1c3db0ed8e6f51d66facf4820a9225f6c617ac53
πŸ’¬ Sjors commented on pull request "wallet: prevent accidental unsafe older() import":
(https://github.com/bitcoin/bitcoin/pull/33135#issuecomment-3213548429)
@brunoerg perhaps a warning is good enough yes.