π achow101 merged a pull request: "ci: Rewrite test-each-commit as py script"
(https://github.com/bitcoin/bitcoin/pull/32680)
(https://github.com/bitcoin/bitcoin/pull/32680)
π¬ w0xlt commented on pull request "descriptors: MuSig2":
(https://github.com/bitcoin/bitcoin/pull/31244#discussion_r2138939609)
Without proper context, it may not be clear that this aggregation specifically refers to a MuSig2 aggregation.
Perhaps a name change could make the purpose and use of the function clearer.
```suggestion
virtual std::vector<CPubKey> GetMuSig2AggregateParticipantPubkeys(const CPubKey& pubkey) const { return {}; }
```
(https://github.com/bitcoin/bitcoin/pull/31244#discussion_r2138939609)
Without proper context, it may not be clear that this aggregation specifically refers to a MuSig2 aggregation.
Perhaps a name change could make the purpose and use of the function clearer.
```suggestion
virtual std::vector<CPubKey> GetMuSig2AggregateParticipantPubkeys(const CPubKey& pubkey) const { return {}; }
```
π¬ w0xlt commented on pull request "descriptors: MuSig2":
(https://github.com/bitcoin/bitcoin/pull/31244#discussion_r2138945119)
I wonder if this function should have an output parameter for `agg_pk` (the MuSig-aggregated x-only public key) for future use, instead of considering it null.
But yes, for now, there is no use.
(https://github.com/bitcoin/bitcoin/pull/31244#discussion_r2138945119)
I wonder if this function should have an output parameter for `agg_pk` (the MuSig-aggregated x-only public key) for future use, instead of considering it null.
But yes, for now, there is no use.
π¬ davidgumberg commented on pull request "deps: Bump lief to 0.16.6":
(https://github.com/bitcoin/bitcoin/pull/32431#discussion_r2138952194)
Fixed, thanks for being persistent on this, not sure why or what I was doing wrong [earlier](https://github.com/bitcoin/bitcoin/pull/32431#discussion_r2080687125) to see this error.
(https://github.com/bitcoin/bitcoin/pull/32431#discussion_r2138952194)
Fixed, thanks for being persistent on this, not sure why or what I was doing wrong [earlier](https://github.com/bitcoin/bitcoin/pull/32431#discussion_r2080687125) to see this error.
π¬ ariard commented on pull request "BIP-119 (OP_CHECKTEMPLATEVERIFY) (regtest only)":
(https://github.com/bitcoin/bitcoin/pull/31989#issuecomment-2960899586)
> to go to write a full-explanation on the ML π€·
well i went to publish a full write up of that on the ML, because I like James and heβs someone with integrity.
i think the problem is real, but donβt trust, verify.
(https://github.com/bitcoin/bitcoin/pull/31989#issuecomment-2960899586)
> to go to write a full-explanation on the ML π€·
well i went to publish a full write up of that on the ML, because I like James and heβs someone with integrity.
i think the problem is real, but donβt trust, verify.
π¬ furszy commented on pull request "index: move disk read lookups to base class":
(https://github.com/bitcoin/bitcoin/pull/32694#discussion_r2139038922)
Pushed. Added it in a separate commit to avoid extending ryanofsky's commit further.
(https://github.com/bitcoin/bitcoin/pull/32694#discussion_r2139038922)
Pushed. Added it in a separate commit to avoid extending ryanofsky's commit further.
π w0xlt opened a pull request: "Musig2 tests"
(https://github.com/bitcoin/bitcoin/pull/32724)
Built on https://github.com/bitcoin/bitcoin/pull/31244
This PR adds explicit tests for Bitcoin Core's MuSig2 interface.
Any issues in musig2.{cpp,h} will likely also be caught by the descriptor tests, but having more detailed tests for the MuSig2 class itself improves test reporting/coverage.
It uses BIP 328 test vectors.
(https://github.com/bitcoin/bitcoin/pull/32724)
Built on https://github.com/bitcoin/bitcoin/pull/31244
This PR adds explicit tests for Bitcoin Core's MuSig2 interface.
Any issues in musig2.{cpp,h} will likely also be caught by the descriptor tests, but having more detailed tests for the MuSig2 class itself improves test reporting/coverage.
It uses BIP 328 test vectors.
π¬ sipa commented on pull request "Cluster linearization: separate tests from tests-of-tests":
(https://github.com/bitcoin/bitcoin/pull/30605#discussion_r2139065850)
Fixed!
The exception was that `SimpleCandidateFinder::FindCandidateSet` initialized `best` to be the entire set of remaining transactions, which are not necessarily connected. If the search then stops without ever finding a better subset (because `max_iterations` was hit), the entire set was returned.
(https://github.com/bitcoin/bitcoin/pull/30605#discussion_r2139065850)
Fixed!
The exception was that `SimpleCandidateFinder::FindCandidateSet` initialized `best` to be the entire set of remaining transactions, which are not necessarily connected. If the search then stops without ever finding a better subset (because `max_iterations` was hit), the entire set was returned.
π¬ BitcoinMechanic commented on pull request "policy: uncap datacarrier by default":
(https://github.com/bitcoin/bitcoin/pull/32406#issuecomment-2961231738)
> > Also - referring to those who disagree with you as "twitter bots" or - as @glozow continually does (even in formal statements) that we're just using LLMs is not just frustrating and disrespectful to those who disagree with you, but makes you all look like elitist snobs.
>
> Both sides have engaged in loaded language; for instance, calling consensus-valid transactions βspam.β I have likewise seen disrespect from the pro-filter camp, including personal attacks on Core developers and on anyo
...
(https://github.com/bitcoin/bitcoin/pull/32406#issuecomment-2961231738)
> > Also - referring to those who disagree with you as "twitter bots" or - as @glozow continually does (even in formal statements) that we're just using LLMs is not just frustrating and disrespectful to those who disagree with you, but makes you all look like elitist snobs.
>
> Both sides have engaged in loaded language; for instance, calling consensus-valid transactions βspam.β I have likewise seen disrespect from the pro-filter camp, including personal attacks on Core developers and on anyo
...
π¬ stwenhao commented on pull request "policy: uncap datacarrier by default":
(https://github.com/bitcoin/bitcoin/pull/32406#issuecomment-2961429463)
> But you can't make it impossible to store data.
Of course you can. Nobody implemented it yet, but technically, it is possible.
> Even if users couldn't store arbitrary bytes, they could use an encoding based on the number of satoshis sent to themselves or something.
Transactions can be compressed. Currently, to perform Initial Blockchain Download, you need to know the whole history, from 2009, up to today. But technically, there is no need to structure things in that way. If you can c
...
(https://github.com/bitcoin/bitcoin/pull/32406#issuecomment-2961429463)
> But you can't make it impossible to store data.
Of course you can. Nobody implemented it yet, but technically, it is possible.
> Even if users couldn't store arbitrary bytes, they could use an encoding based on the number of satoshis sent to themselves or something.
Transactions can be compressed. Currently, to perform Initial Blockchain Download, you need to know the whole history, from 2009, up to today. But technically, there is no need to structure things in that way. If you can c
...
π¬ maflcko commented on pull request "test: refactor: overhaul (w)txid determination for `CTransaction` objects":
(https://github.com/bitcoin/bitcoin/pull/32421#issuecomment-2961434218)
Only change since my last review is me actually finishing the review.
re-ACK 4ef6253017672a74c584e6e9b449ffff79f67273 π
<details><summary>Show signature</summary>
Signature:
```
untrusted comment: signature from minisign secret key on empty file; verify via: minisign -Vm "${path_to_any_empty_file}" -P RWTRmVTMeKV5noAMqVlsMugDDCyyTSbA3Re5AkUrhvLVln0tSaFWglOw -x "${path_to_this_whole_four_line_signature_blob}"
RUTRmVTMeKV5npGrKx1nqXCw5zeVHdtdYURB/KlyA/LMFgpNCs+SkW9a8N95d+U4AP1RJMi+k
...
(https://github.com/bitcoin/bitcoin/pull/32421#issuecomment-2961434218)
Only change since my last review is me actually finishing the review.
re-ACK 4ef6253017672a74c584e6e9b449ffff79f67273 π
<details><summary>Show signature</summary>
Signature:
```
untrusted comment: signature from minisign secret key on empty file; verify via: minisign -Vm "${path_to_any_empty_file}" -P RWTRmVTMeKV5noAMqVlsMugDDCyyTSbA3Re5AkUrhvLVln0tSaFWglOw -x "${path_to_this_whole_four_line_signature_blob}"
RUTRmVTMeKV5npGrKx1nqXCw5zeVHdtdYURB/KlyA/LMFgpNCs+SkW9a8N95d+U4AP1RJMi+k
...
π¬ TheCharlatan commented on pull request "kernel: Introduce initial C header API":
(https://github.com/bitcoin/bitcoin/pull/30595#issuecomment-2961510497)
Rebased 1417e0b3b1b03dd014a3459c10a5ae7ab0c3687f -> 43535b545ca6dd7e0221b7c25abfc8409885f7c0 ([kernelApi_39](https://github.com/TheCharlatan/bitcoin/tree/kernelApi_39) -> [kernelApi_40](https://github.com/TheCharlatan/bitcoin/tree/kernelApi_40), [compare](https://github.com/TheCharlatan/bitcoin/compare/kernelApi_39..kernelApi_40))
* Fixed conflict with #32680
(https://github.com/bitcoin/bitcoin/pull/30595#issuecomment-2961510497)
Rebased 1417e0b3b1b03dd014a3459c10a5ae7ab0c3687f -> 43535b545ca6dd7e0221b7c25abfc8409885f7c0 ([kernelApi_39](https://github.com/TheCharlatan/bitcoin/tree/kernelApi_39) -> [kernelApi_40](https://github.com/TheCharlatan/bitcoin/tree/kernelApi_40), [compare](https://github.com/TheCharlatan/bitcoin/compare/kernelApi_39..kernelApi_40))
* Fixed conflict with #32680
π¬ maflcko commented on pull request "doc, windows: CompanyName "Bitcoin" => "Bitcoin Core project"":
(https://github.com/bitcoin/bitcoin/pull/32719#issuecomment-2961538055)
Makes sense to have the same metadata for the installer and the executables.
lgtm ACK 239fc4d62e73511b3ef5117706d4c5131a921955
(https://github.com/bitcoin/bitcoin/pull/32719#issuecomment-2961538055)
Makes sense to have the same metadata for the installer and the executables.
lgtm ACK 239fc4d62e73511b3ef5117706d4c5131a921955
π¬ maflcko commented on pull request "docs: add guidance on initialism capitalisation in PascalCase identifiers.":
(https://github.com/bitcoin/bitcoin/pull/32720#discussion_r2139412600)
βdo not to useβ -> βdo not useβ [remove redundant βtoβ]
Also, not sure about linking to a private third-party rant as a rationale
(https://github.com/bitcoin/bitcoin/pull/32720#discussion_r2139412600)
βdo not to useβ -> βdo not useβ [remove redundant βtoβ]
Also, not sure about linking to a private third-party rant as a rationale
π¬ Muniru0 commented on pull request "docs: add guidance on initialism capitalisation in PascalCase identifiers.":
(https://github.com/bitcoin/bitcoin/pull/32720#discussion_r2139434490)
Well, I will correct both. But I don't see that as a rant if the person is making legitimate points.
(https://github.com/bitcoin/bitcoin/pull/32720#discussion_r2139434490)
Well, I will correct both. But I don't see that as a rant if the person is making legitimate points.
π¬ maflcko commented on pull request "docs: add guidance on initialism capitalisation in PascalCase identifiers.":
(https://github.com/bitcoin/bitcoin/pull/32720#discussion_r2139439755)
the filename is `...rant.md`, also external private third-party content is likely to change or disappear
(https://github.com/bitcoin/bitcoin/pull/32720#discussion_r2139439755)
the filename is `...rant.md`, also external private third-party content is likely to change or disappear
π¬ Muniru0 commented on pull request "docs: add guidance on initialism capitalisation in PascalCase identifiers.":
(https://github.com/bitcoin/bitcoin/pull/32720#discussion_r2139451036)
okay, now I get you. Thanks.
(https://github.com/bitcoin/bitcoin/pull/32720#discussion_r2139451036)
okay, now I get you. Thanks.
π¬ Sjors commented on pull request "doc, windows: CompanyName "Bitcoin" => "Bitcoin Core project"":
(https://github.com/bitcoin/bitcoin/pull/32719#issuecomment-2961600141)
utACK 239fc4d62e73511b3ef5117706d4c5131a921955
(https://github.com/bitcoin/bitcoin/pull/32719#issuecomment-2961600141)
utACK 239fc4d62e73511b3ef5117706d4c5131a921955
π TheCharlatan approved a pull request: "index: move disk read lookups to base class"
(https://github.com/bitcoin/bitcoin/pull/32694#pullrequestreview-2916104805)
Re-ACK 029ba1a21d570f7db6c4366ec9a30a381b56d6fb
(https://github.com/bitcoin/bitcoin/pull/32694#pullrequestreview-2916104805)
Re-ACK 029ba1a21d570f7db6c4366ec9a30a381b56d6fb
π¬ Sjors commented on pull request "Drop testnet3":
(https://github.com/bitcoin/bitcoin/pull/31974#issuecomment-2961668344)
Trivial rebase after #24450.
(https://github.com/bitcoin/bitcoin/pull/31974#issuecomment-2961668344)
Trivial rebase after #24450.
π€ janb84 reviewed a pull request: "doc, windows: CompanyName "Bitcoin" => "Bitcoin Core project""
(https://github.com/bitcoin/bitcoin/pull/32719#pullrequestreview-2916143213)
utACK 239fc4d62e73511b3ef5117706d4c5131a921955
Not tested, did a code review. PR makes a (small) change to align the "company name", in several RC files, to the name used in the installer.
Imo this is a sensible change to keep those names aligned. β
(https://github.com/bitcoin/bitcoin/pull/32719#pullrequestreview-2916143213)
utACK 239fc4d62e73511b3ef5117706d4c5131a921955
Not tested, did a code review. PR makes a (small) change to align the "company name", in several RC files, to the name used in the installer.
Imo this is a sensible change to keep those names aligned. β