Bitcoin Core Github
44 subscribers
121K links
Download Telegram
💬 ryanofsky commented on pull request "cmake: Set top-level target output locations":
(https://github.com/bitcoin/bitcoin/pull/31161#issuecomment-2714781131)
I don't see a good reason to cause silent breakage here, but if that's what we want to do it seems fine (really) to merge 568fcdddaec2cc8decba5a098257f31729cc1caa anytime. Would just point to https://github.com/bitcoin/bitcoin/pull/31161#pullrequestreview-2644640989 to explain why silent failures are unnecessary and should be easy to avoid.
💬 hebasto commented on pull request "qt: 29.0 translations update":
(https://github.com/bitcoin/bitcoin/pull/32004#issuecomment-2714784268)
cc @darosior for sanity check of French (fr) translation.
💬 darosior commented on issue "29.0 RC Testing Guide Feedback":
(https://github.com/bitcoin/bitcoin/issues/32026#issuecomment-2714788716)
For pinholing could you encourage people to test against their router at home and share the result along with the model of their router at https://github.com/bitcoin/bitcoin/issues/31663?
💬 glozow commented on pull request "validation, fix: Use wtxid instead of txid in `CheckEphemeralSpends`":
(https://github.com/bitcoin/bitcoin/pull/32025#discussion_r1989585146)
Interestingly, the effect of inserting by the child's txid is that you get "missing inputs" instead of the slightly more correct "did not spend parent's ephemeral dust" from the `submitpackage` results. There is a result for both wtxid and txid in the map: we put "missing inputs" when we tried the child initially, and then failed to overwrite it (because we're using the wrong key here) the second time. The RPC code copies the result from a query by wtxid.

Here is the diff for `mempool_ephemer
...
💬 glozow commented on pull request "validation, fix: Use wtxid instead of txid in `CheckEphemeralSpends`":
(https://github.com/bitcoin/bitcoin/pull/32025#discussion_r1989591603)
Btw I'm not suggesting you add this exact diff to the PR (I had to comment out a part of the test). But it can be adapted into a regression test later.
💬 janb84 commented on issue "29.0 RC Testing Guide Feedback":
(https://github.com/bitcoin/bitcoin/issues/32026#issuecomment-2714960286)
> For pinholing could you encourage people to test against their router at home and share the result along with the model of their router at [#31663](https://github.com/bitcoin/bitcoin/issues/31663)?

@darosior
Thank you for your feedback! I've made several improvements:

- Added text with a link to the issue mentioned with a request to test and report.
- Implemented the missing successful PCP logging that was mentioned in the issue
- Added a clarifying statement to enable PCP if an attempt fa
...
💬 marcofleon commented on pull request "validation, fix: Use wtxid instead of txid in `CheckEphemeralSpends`":
(https://github.com/bitcoin/bitcoin/pull/32025#discussion_r1989708089)
Makes sense, thanks
💬 instagibbs commented on pull request "validation, fix: Use wtxid instead of txid in `CheckEphemeralSpends`":
(https://github.com/bitcoin/bitcoin/pull/32025#issuecomment-2715039398)
ACK https://github.com/bitcoin/bitcoin/pull/32025/commits/e637dc2c01c3b566e6c51c911c5881a8d206c924

Places the result in the map under txid, improving the reported error in certain cases, and typing future proofs against regressions automagically.
💬 hebasto commented on issue "build: ccache doesn't hit across build dirs":
(https://github.com/bitcoin/bitcoin/issues/31994#issuecomment-2715048334)
> > This interpretation of the Ccache documentation does not describe the actual behaviour on my different systems. I read "base_dir matches the CWD" as "base_dir equals the CWD". However, I might be wrong.
>
> You are probably right but this behavior does not seem to make sense or correspond to documentation of base_dir. It is probably ok for us to force CCACHE_NOHASHDIR, but it seems like it would be safer if ccache just detected conditions it should and shouldn't hash CWD correctly itself. C
...
💬 furszy commented on pull request "Wallet: "listreceivedby*" fix":
(https://github.com/bitcoin/bitcoin/pull/30972#discussion_r1989789588)
Since the `mapTally` loading procedure already performs the `IsMine` check, why can't we just use that instead of executing it again?

It seems to me that if an element exists in `mapTally`, we can be certain that everything inside it belongs to the wallet. Additionally, this element also includes an `nAmount` field. So, ideally, we could decouple the `mapTally` existence check from the "include empty" check, which would eliminate the second `IsMine()` call.
💬 achow101 commented on pull request "qt: 29.0 translations update":
(https://github.com/bitcoin/bitcoin/pull/32004#discussion_r1989790658)
This file has a bunch of these parentheticals that I think are also the pronunciations.
⚠️ BullishNode opened an issue: "Allow sending untrusted utxos in the sendtoaddress api"
(https://github.com/bitcoin/bitcoin/issues/32034)
### Please describe the feature you'd like to see added.

We would like to be able to send untrusted utxos via the sendtoaddress API.

Currently, we have to go through the createrawtransaction flow to achieved this.

While I understand why it may be a sane default to have not to allow that, there is also very good reasons. Bitcoin Core may assume that a coin is "untrusted" because it is unconfirmed and is not change, but it doesn't know that this coins is actually coming from a separate wallet t
...
💬 hebasto commented on pull request "Require sqlite when building the wallet":
(https://github.com/bitcoin/bitcoin/pull/31961#issuecomment-2715136288)
Building depends with `NO_SQLITE=1` makes no sense now, doesn't it?
💬 achow101 commented on pull request "Require sqlite when building the wallet":
(https://github.com/bitcoin/bitcoin/pull/31961#issuecomment-2715139938)
> Building depends with `NO_SQLITE=1` makes no sense now, doesn't it?

Makes sense if you don't want the wallet?
💬 volkanural commented on pull request "BIP-322 basic support":
(https://github.com/bitcoin/bitcoin/pull/24058#issuecomment-2715146758)
> > @kallewoofBIP-322'yi uygulayan başka bir cüzdan olup olmadığını biliyor musunuz, böylece uygulamayı karşılaştırabiliriz?
> > Bu, BIP'e (ve bu PR'ye) test vektörleri eklemek için gerçekten iyi bir zamandır.
>
> Burada bir uygulamam var: [bitcoin-s/bitcoin-s#3823](https://github.com/bitcoin-s/bitcoin-s/pull/3823)
💬 volkanural commented on pull request "BIP-322 basic support":
(https://github.com/bitcoin/bitcoin/pull/24058#issuecomment-2715147604)
open
💬 GarmashAlex commented on pull request "tests: Improve stderr validation in test_runner.py":
(https://github.com/bitcoin/bitcoin/pull/31966#issuecomment-2715155554)
@yancyribbens Sorry, my bad. I removed TODO
💬 hebasto commented on pull request "qt: 29.0 translations update":
(https://github.com/bitcoin/bitcoin/pull/32004#discussion_r1989825367)
There are too many of them. The entire Thai (th) translation update has been discarded.
📝 VolodymyrBg opened a pull request: "qt: Add addressList field to SendCoinsRecipient for multiple addresses"
(https://github.com/bitcoin/bitcoin/pull/32035)
This pull request adds a new field `addressList` to the SendCoinsRecipient class
to properly handle multiple addresses from unauthenticated payment requests.
Previously, the `address` field was being abused for this purpose, as noted
in a TODO comment.

The changes include:
- Adding a new `addressList` field to SendCoinsRecipient
- Updating the serialization methods to handle the new field
- Modifying PaymentServer to populate the new field when multiple addresses
are present
- Updat
...
💬 hebasto commented on pull request "Require sqlite when building the wallet":
(https://github.com/bitcoin/bitcoin/pull/31961#issuecomment-2715187814)
> > Building depends with `NO_SQLITE=1` makes no sense now, doesn't it?
>
> Makes sense if you don't want the wallet?

```
$ make -C depends NO_SQLITE=1
$ cmake -B build --toolchain depends/x86_64-pc-linux-gnu/toolchain.cmake
-- The CXX compiler identification is GNU 14.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-
...