Bitcoin Core Github
44 subscribers
121K links
Download Telegram
🤔 w0xlt reviewed a pull request: "wallet: Identify transactions spending 0-value outputs, and add tests for anchor outputs in a wallet"
(https://github.com/bitcoin/bitcoin/pull/33268#pullrequestreview-3178375101)
ACK https://github.com/bitcoin/bitcoin/pull/33268/commits/69eeb11bc585e92a3b56811c3251f13dba05aa5f with non-blocking nits above.
🚀 achow101 merged a pull request: "doc: unify `datacarriersize` warning with release notes"
(https://github.com/bitcoin/bitcoin/pull/33224)
💬 w0xlt commented on pull request "doc: truc packages allow sub min feerate transactions":
(https://github.com/bitcoin/bitcoin/pull/33220#discussion_r2317348479)
nit:
```suggestion
submitted as a package. Note that this rule does not apply to
```
👋 BenWestgate's pull request is ready for review: "doc: update multisig tutorial to use multipath descriptors"
(https://github.com/bitcoin/bitcoin/pull/33286)
💬 l0rinc commented on pull request "Release: 30.0 translations update":
(https://github.com/bitcoin/bitcoin/pull/33275#issuecomment-3247050743)
@cryptomeow you can check out this PR having the translationx in an XML format and feed the whole file to an LLM. http://aistudio.google.com let's you work with multiple complete translations. You could ask it to extract the key/value pairs you want and feed *that* to the other LLM of yours choice.
💬 achow101 commented on pull request "ci: Migrate CI to hosted Cirrus Runners":
(https://github.com/bitcoin/bitcoin/pull/32989#issuecomment-3247120869)
ACK 3c5da69a232ba1cfb935012aa53e57002efe0d77

Not particularly familiar with github actions or the cirrus, but it seems like all of the tasks that we were running on cirrus previously are correctly ported over and working.
📝 Cunero opened a pull request: "Update ci.yml"
(https://github.com/bitcoin/bitcoin/pull/33287)
Ci whit actions roots

<!--
*** Please remove the following help text before submitting: ***

Pull requests without a rationale and clear improvement may be closed
immediately.

GUI-related pull requests should be opened against
https://github.com/bitcoin-core/gui
first. See CONTRIBUTING.md

* Any test improvements or new tests that improve coverage are always welcome.
* All other changes should have accompanying unit tests (see `src/test/`) or
functional tests (see `test/`). Con
...
Cunero closed a pull request: "Update ci.yml"
(https://github.com/bitcoin/bitcoin/pull/33287)
💬 Cunero commented on pull request "Update ci.yml":
(https://github.com/bitcoin/bitcoin/pull/33287#issuecomment-3247171741)
# Security Policy

## Supported Versions

See our website for versions of Bitcoin Core that are currently supported with
security updates: https://bitcoincore.org/en/lifecycle/#schedule

## Reporting a Vulnerability

To report security issues send an email to security@bitcoincore.org (not for support).

The following keys may be used to communicate sensitive information to developers:

| Name | Fingerprint |
|------|-------------|
| Pieter Wuille | 133E AC17 9436 F14A 5CF1 B794 8
...
📝 Cunero reopened a pull request: "Update ci.yml"
(https://github.com/bitcoin/bitcoin/pull/33287)
Ci whit actions roots

<!--
*** Please remove the following help text before submitting: ***

Pull requests without a rationale and clear improvement may be closed
immediately.

GUI-related pull requests should be opened against
https://github.com/bitcoin-core/gui
first. See CONTRIBUTING.md

* Any test improvements or new tests that improve coverage are always welcome.
* All other changes should have accompanying unit tests (see `src/test/`) or
functional tests (see `test/`). Con
...
💬 Cunero commented on pull request "Update ci.yml":
(https://github.com/bitcoin/bitcoin/pull/33287#issuecomment-3247173060)
Thanks @Bitcoin
Cunero closed a pull request: "Update ci.yml"
(https://github.com/bitcoin/bitcoin/pull/33287)
💬 Cunero commented on pull request "Update ci.yml":
(https://github.com/bitcoin/bitcoin/pull/33287#issuecomment-3247177272)
Ginger error...
📝 fqlx opened a pull request: "rpc/deprecateboolverbose Boolean verbosity is deprecated"
(https://github.com/bitcoin/bitcoin/pull/33288)
💬 ryanofsky commented on pull request "clang-tidy: disable clang-analyzer UndefinedBinaryOperatorResult warning":
(https://github.com/bitcoin/bitcoin/pull/33281#issuecomment-3247577007)
Maybe it would make sense to have cmake symlink `.clang-tidy` files from the source directory to the build directory the same way it seems to symlink functional test files
maflcko closed an issue: "Increasing self-hosted runner raw performance"
(https://github.com/bitcoin/bitcoin/issues/30852)
💬 maflcko commented on issue "Increasing self-hosted runner raw performance":
(https://github.com/bitcoin/bitcoin/issues/30852#issuecomment-3247801501)
Closing for now. I think we'll go with https://github.com/bitcoin/bitcoin/issues/31965, which may also increase performance, so there is no longer a need to upgrade the self-hosted runners.

Feel free to continue discussion below. Also, this can be re-opened, or a new issue can be opened.
⚠️ maflcko opened an issue: "check_translations: Provide glossary as context"
(https://github.com/bitcoin/bitcoin/issues/33289)


> One false positive group of issues I noticed is the disagreement on translating terms.

> For example one example is `Peers`, it seems the LLM insists on suggesting `Ομότιμοι` which is more about comparing people, while `Κόμβοι` is more commonly accepted in our case. Not sure how to address this so these issues don't show up, but fwiw I found Transifex's Glossary very interesting to help have long-running async consistency on term translations, but I don't see any option to export them i
...