Bitcoin Core Github
44 subscribers
120K links
Download Telegram
💬 laanwj commented on pull request "doc: i2p: improve `-i2pacceptincoming` mention":
(https://github.com/bitcoin/bitcoin/pull/29813#issuecomment-2045437330)
This documentation change is correct and makes the documentation slightly shorter, thus easier to read. ACK 2179e2c3209a41c1419f1f5ed6270a0dad68b50d
darosior closed a pull request: "Detect and ignore transactions that were CPFP'd in the fee estimator"
(https://github.com/bitcoin/bitcoin/pull/25380)
💬 darosior commented on pull request "Detect and ignore transactions that were CPFP'd in the fee estimator":
(https://github.com/bitcoin/bitcoin/pull/25380#issuecomment-2045438531)
Let's face it: looks like i'm not getting back to this. I think it's still a bit concerning, but hey i'm focused on other things right now and other people are looking at fee estimation. Let's mark this as up for brags.

> Let not the weight of past deeds anchor your steps; the investments of yesterday should not dictate the journey of today. For wisdom lies in moving forward, guided by the present's light, not shackled by the shadows of sunk costs.

Inspired by @willcl-ark
💬 darosior commented on pull request "Detect and ignore transactions that were CPFP'd in the fee estimator":
(https://github.com/bitcoin/bitcoin/pull/25380#issuecomment-2045439490)
@ismaelsadeeq you may be interested in picking this up.
💬 Zhouziheng3188 commented on issue "Can't version 26.1 export Bech32 address private key?":
(https://github.com/bitcoin/bitcoin/issues/29836#issuecomment-2045442571)
> 此命令仅支持旧版钱包。`listdescriptors`对你有用吗?
这个命令不是列出描述符的吗? 此命令有用,但是返回的结果,并没有包含私钥的字段嘛。
🤔 maflcko reviewed a pull request: "sync: introduce a thread-safe generic container and use it to remove a bunch of "GlobalMutex"es"
(https://github.com/bitcoin/bitcoin/pull/25390#pullrequestreview-1989367912)
Are there any examples from the last couple of years where this would have helped to prevent a bug or other issue?
💬 laanwj commented on pull request "Add ASM optimizations for MuHash3072":
(https://github.com/bitcoin/bitcoin/pull/19181#issuecomment-2045454153)
To be clear, I'm happy to review asm if there's 1) a very clear performance win in an important part of the code 2) it's human-written and well commented 3) it's only small and relatively straightforward, self-contained operations.
With how good compilers are nowadays it should be rare, though. With new instruction sets it's generally better to use intrinsics instead of direct inline assembly.
💬 achow101 commented on pull request "RPC/Wallet: Convert walletprocesspsbt to use options parameter":
(https://github.com/bitcoin/bitcoin/pull/24963#issuecomment-2045457878)
Are you still working on this?
🤔 glozow reviewed a pull request: "AcceptMultipleTransactions: Fix workspace not being set as client_maxfeerate failure"
(https://github.com/bitcoin/bitcoin/pull/29735#pullrequestreview-1989374685)
reACK 4ba1d0b55339c3ea90e2bcd64662a06f0f90dd46
achow101 closed a pull request: "ci: run test_bitcoin with DEBUG_LOG_OUT in RUN_UNIT_TESTS_SEQUENTIAL"
(https://github.com/bitcoin/bitcoin/pull/28736)
💬 achow101 commented on pull request "ci: run test_bitcoin with DEBUG_LOG_OUT in RUN_UNIT_TESTS_SEQUENTIAL":
(https://github.com/bitcoin/bitcoin/pull/28736#issuecomment-2045468355)
The PR didn't seem to attract much attention in the past. Also, the issue seems not important enough right now to keep it sitting around idle in the list of open PRs.

Closing due to lack of interest.
achow101 closed an issue: "Run all CI unit tests with DEBUG_LOG_OUT"
(https://github.com/bitcoin/bitcoin/issues/28466)
💬 achow101 commented on issue "Run all CI unit tests with DEBUG_LOG_OUT":
(https://github.com/bitcoin/bitcoin/issues/28466#issuecomment-2045468893)
The feature request didn't seem to attract much attention in the past. Also, the issue seems not important enough right now to keep it sitting around idle in the list of open issues.

Closing due to lack of interest. Pull requests with improvements are always welcome.
achow101 closed a pull request: "test: Add algo assert to bnb_search_test"
(https://github.com/bitcoin/bitcoin/pull/29206)
💬 achow101 commented on pull request "test: Add algo assert to bnb_search_test":
(https://github.com/bitcoin/bitcoin/pull/29206#issuecomment-2045470105)
This PR does not seem to have conceptual support.
💬 maflcko commented on pull request "ci: run test_bitcoin with DEBUG_LOG_OUT in RUN_UNIT_TESTS_SEQUENTIAL":
(https://github.com/bitcoin/bitcoin/pull/28736#issuecomment-2045476738)
To add some context. I think it would be nice to print the seed. However, the changes here had to be pushed five times, because the bash code was wrong, and the current version passes CI, but it is unclear if the bash code is correct.

For example, it seems better to fail CI on a test failure and not print the seed, than to print the seed and not fail the CI on a test failure.
achow101 closed a pull request: "Make (Read/Write)BinaryFile work with char vector, use AutoFile"
(https://github.com/bitcoin/bitcoin/pull/29229)
💬 achow101 commented on pull request "Make (Read/Write)BinaryFile work with char vector, use AutoFile":
(https://github.com/bitcoin/bitcoin/pull/29229#issuecomment-2045487138)
The PR didn't seem to attract much attention in the past. Also, the issue seems not important enough right now to keep it sitting around idle in the list of open PRs.

Closing due to lack of interest.
💬 maflcko commented on pull request "rpc: validate fee estimation mode case insensitive":
(https://github.com/bitcoin/bitcoin/pull/29175#issuecomment-2045506214)
Does it make sense to treat it case insensitive?

It hasn't been treated that way, so it would be better to fix the docs?

Also, it seems better to be strict when parsing input, as opposed to loosely accepting different values?