π pinheadmz approved a pull request: "net: Fix Discover() not running when using -bind=0.0.0.0:port"
(https://github.com/bitcoin/bitcoin/pull/32757#pullrequestreview-3047773382)
ACK 1dc6b1e8b04363107b4b44cbf42f8a25f2efabfe
Built and tested on macos/arm64. Reviewed code, minimal changes since last ACK, addressing clean-ups in the test. Tested on mainnet and compared against master to check that local address was discovered when `-bind=0.0.0.0`
<details><summary>Show Signature</summary>
```
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
ACK 1dc6b1e8b04363107b4b44cbf42f8a25f2efabfe
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE5hdzzW4BBA4vG9eM5+KYS2KJyTo
...
(https://github.com/bitcoin/bitcoin/pull/32757#pullrequestreview-3047773382)
ACK 1dc6b1e8b04363107b4b44cbf42f8a25f2efabfe
Built and tested on macos/arm64. Reviewed code, minimal changes since last ACK, addressing clean-ups in the test. Tested on mainnet and compared against master to check that local address was discovered when `-bind=0.0.0.0`
<details><summary>Show Signature</summary>
```
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
ACK 1dc6b1e8b04363107b4b44cbf42f8a25f2efabfe
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE5hdzzW4BBA4vG9eM5+KYS2KJyTo
...
π¬ glozow commented on pull request "policy: make pathological transactions packed with legacy sigops non-standard":
(https://github.com/bitcoin/bitcoin/pull/32521#issuecomment-3108978032)
> Perhaps there should be a (continuously updated) BIP of transaction standardness rules? It can track which clients and versions support them. And list which ones are configurable in clients. And finally which clients have different defaults.
I think there are a lot of cases where a document would be helpful but BIP editors have been highly resistant to it, hence doc/policy.
(https://github.com/bitcoin/bitcoin/pull/32521#issuecomment-3108978032)
> Perhaps there should be a (continuously updated) BIP of transaction standardness rules? It can track which clients and versions support them. And list which ones are configurable in clients. And finally which clients have different defaults.
I think there are a lot of cases where a document would be helpful but BIP editors have been highly resistant to it, hence doc/policy.
π€ marcofleon reviewed a pull request: "[28.x] Backports"
(https://github.com/bitcoin/bitcoin/pull/32969#pullrequestreview-3047900115)
ACK a9a71b840d729332d940ebdf2cba6b53b82aa792
Built and ran tests on 28.x branch locally. Skipped `--legacy-wallet` tests so lgtm π
(https://github.com/bitcoin/bitcoin/pull/32969#pullrequestreview-3047900115)
ACK a9a71b840d729332d940ebdf2cba6b53b82aa792
Built and ran tests on 28.x branch locally. Skipped `--legacy-wallet` tests so lgtm π
π fanquake opened a pull request: "depends: disable builtin rules and suffixes."
(https://github.com/bitcoin/bitcoin/pull/33045)
This picks up #22126. Previously, this was more complicated to do, as depends packages (upnp, natpmp) used the rules being disabled. Those packages have since been removed, and we should be able to use the flag directly.
When there is no rule to build a target in the makefile, make looks for a builtin rule. When `-r` is specified make no longer performs this lookup.
E.g. the following in an excerpt from `make -d` output. Here, make looks for a rule to build `all`.
```bash
Considering tar
...
(https://github.com/bitcoin/bitcoin/pull/33045)
This picks up #22126. Previously, this was more complicated to do, as depends packages (upnp, natpmp) used the rules being disabled. Those packages have since been removed, and we should be able to use the flag directly.
When there is no rule to build a target in the makefile, make looks for a builtin rule. When `-r` is specified make no longer performs this lookup.
E.g. the following in an excerpt from `make -d` output. Here, make looks for a rule to build `all`.
```bash
Considering tar
...
π¬ fanquake commented on pull request "build: Disable make builtin rules.":
(https://github.com/bitcoin/bitcoin/pull/22126#issuecomment-3109111783)
Picked up in #33045.
(https://github.com/bitcoin/bitcoin/pull/22126#issuecomment-3109111783)
Picked up in #33045.
π¬ enirox001 commented on pull request "test: Do not pass tests on unhandled exceptions":
(https://github.com/bitcoin/bitcoin/pull/33001#issuecomment-3109152663)
Looks good to meβACK faa3e68
I verified both versions: before the patch the test passed erroneously, but with your changes it now fails as intended. This will be invaluable for debugging by ensuring unhandled exceptions surface as test failures.
(https://github.com/bitcoin/bitcoin/pull/33001#issuecomment-3109152663)
Looks good to meβACK faa3e68
I verified both versions: before the patch the test passed erroneously, but with your changes it now fails as intended. This will be invaluable for debugging by ensuring unhandled exceptions surface as test failures.
π¬ l0rinc commented on pull request "refactor: inline constant return values from `dbwrapper` write methods":
(https://github.com/bitcoin/bitcoin/pull/33042#issuecomment-3109173946)
We could go the other way as well, enabling writes to only return a boolean and handle them everywhere.
I'm open to suggestions.
(https://github.com/bitcoin/bitcoin/pull/33042#issuecomment-3109173946)
We could go the other way as well, enabling writes to only return a boolean and handle them everywhere.
I'm open to suggestions.
π¬ ishaanam commented on pull request "wallet, rpc: add v3 transaction creation and wallet support":
(https://github.com/bitcoin/bitcoin/pull/32896#discussion_r2226003081)
This is a good point, if `coin_control.m_version` is not set and the preselected inputs have different versions, then an error would not be thrown. I have changed `m_version` so that it has a default value of `CTransaction::CURRENT_VERSION` instead of being optional.
(https://github.com/bitcoin/bitcoin/pull/32896#discussion_r2226003081)
This is a good point, if `coin_control.m_version` is not set and the preselected inputs have different versions, then an error would not be thrown. I have changed `m_version` so that it has a default value of `CTransaction::CURRENT_VERSION` instead of being optional.
π¬ ishaanam commented on pull request "wallet, rpc: add v3 transaction creation and wallet support":
(https://github.com/bitcoin/bitcoin/pull/32896#discussion_r2226003455)
Thanks, I've updated the comment
(https://github.com/bitcoin/bitcoin/pull/32896#discussion_r2226003455)
Thanks, I've updated the comment
π¬ ishaanam commented on pull request "wallet, rpc: add v3 transaction creation and wallet support":
(https://github.com/bitcoin/bitcoin/pull/32896#discussion_r2226004291)
I've added a test for this.
(https://github.com/bitcoin/bitcoin/pull/32896#discussion_r2226004291)
I've added a test for this.
π fanquake merged a pull request: "test: Do not pass tests on unhandled exceptions"
(https://github.com/bitcoin/bitcoin/pull/33001)
(https://github.com/bitcoin/bitcoin/pull/33001)
π fanquake merged a pull request: "[28.x] Backports"
(https://github.com/bitcoin/bitcoin/pull/32969)
(https://github.com/bitcoin/bitcoin/pull/32969)
π¬ w0xlt commented on pull request "[POC] wallet: Enable non-electronic (paper-based) wallet backup with codex32":
(https://github.com/bitcoin/bitcoin/pull/33043#issuecomment-3109229857)
Yes, you're right. I thought the passphrase deterministically modified the seed to create the BIP 32 Extended Key, but that's not the case.
https://github.com/bitcoin/bitcoin/blob/73e754bd01b0653d1fda2d947fcaed0742da81c3/src/wallet/wallet.cpp#L3542
So the passphrase doesn't provide any additional security in this case.
(https://github.com/bitcoin/bitcoin/pull/33043#issuecomment-3109229857)
Yes, you're right. I thought the passphrase deterministically modified the seed to create the BIP 32 Extended Key, but that's not the case.
https://github.com/bitcoin/bitcoin/blob/73e754bd01b0653d1fda2d947fcaed0742da81c3/src/wallet/wallet.cpp#L3542
So the passphrase doesn't provide any additional security in this case.
π w0xlt converted_to_draft a pull request: "[POC] wallet: Enable non-electronic (paper-based) wallet backup with codex32"
(https://github.com/bitcoin/bitcoin/pull/33043)
This PR introduces support for exporting and restoring wallet seeds using the [codex32](https://github.com/BlockstreamResearch/codex32) format, enabling non-electronic (paper-based) wallet backups.
To accomplish this, the patch ports the `codex32.{c,h}` implementation from Core Lightning to C++, integrating it with Bitcoin Core's libraries. Corresponding unit tests for codex32 encoding and decoding are also included.
Because Bitcoin Core wallets currently do not store the seed material by
...
(https://github.com/bitcoin/bitcoin/pull/33043)
This PR introduces support for exporting and restoring wallet seeds using the [codex32](https://github.com/BlockstreamResearch/codex32) format, enabling non-electronic (paper-based) wallet backups.
To accomplish this, the patch ports the `codex32.{c,h}` implementation from Core Lightning to C++, integrating it with Bitcoin Core's libraries. Corresponding unit tests for codex32 encoding and decoding are also included.
Because Bitcoin Core wallets currently do not store the seed material by
...
π fanquake opened a pull request: "[29.x] test: Do not pass tests on unhandled exceptions"
(https://github.com/bitcoin/bitcoin/pull/33046)
Backports #33001 to `29.x`.
(https://github.com/bitcoin/bitcoin/pull/33046)
Backports #33001 to `29.x`.
π¬ fanquake commented on pull request "test: Do not pass tests on unhandled exceptions":
(https://github.com/bitcoin/bitcoin/pull/33001#issuecomment-3109248309)
Backported to `29.x` in #33046.
(https://github.com/bitcoin/bitcoin/pull/33001#issuecomment-3109248309)
Backported to `29.x` in #33046.
π pablomartin4btc approved a pull request: "[29.x] test: Do not pass tests on unhandled exceptions"
(https://github.com/bitcoin/bitcoin/pull/33046#pullrequestreview-3048147546)
ACK 411e15194b3a770ff455d413a0fe2495f0362297
(https://github.com/bitcoin/bitcoin/pull/33046#pullrequestreview-3048147546)
ACK 411e15194b3a770ff455d413a0fe2495f0362297
π¬ w0xlt commented on pull request "[POC] wallet: Enable non-electronic (paper-based) wallet backup with codex32":
(https://github.com/bitcoin/bitcoin/pull/33043#issuecomment-3109330016)
This could still be implementedβeven as part of this PR.
The wallet generates the seed, stores it, and then derives the BIP32 master key by deterministically combining the seed with the user-provided passphrase. This approach allows users to back up the raw seed while still requiring the passphrase for wallet recovery.
Or am I missing something ?
(https://github.com/bitcoin/bitcoin/pull/33043#issuecomment-3109330016)
This could still be implementedβeven as part of this PR.
The wallet generates the seed, stores it, and then derives the BIP32 master key by deterministically combining the seed with the user-provided passphrase. This approach allows users to back up the raw seed while still requiring the passphrase for wallet recovery.
Or am I missing something ?
π¬ darosior commented on pull request "[29.x] Backport #32521":
(https://github.com/bitcoin/bitcoin/pull/33013#issuecomment-3109399111)
Cherry-picked your commit
(https://github.com/bitcoin/bitcoin/pull/33013#issuecomment-3109399111)
Cherry-picked your commit
π¬ Eunovo commented on pull request "Silent Payments: sending":
(https://github.com/bitcoin/bitcoin/pull/28201#discussion_r2226151771)
https://github.com/bitcoin/bitcoin/pull/28201/commits/e0404435ff4d64b32b58774b6c909c66f1692a9f: `TxoutType::PUBKEY` which represents Pay2Pubkey outputs, is also not eligible to pay to silent payments outputs.
(https://github.com/bitcoin/bitcoin/pull/28201#discussion_r2226151771)
https://github.com/bitcoin/bitcoin/pull/28201/commits/e0404435ff4d64b32b58774b6c909c66f1692a9f: `TxoutType::PUBKEY` which represents Pay2Pubkey outputs, is also not eligible to pay to silent payments outputs.