Bitcoin Core Github
44 subscribers
121K links
Download Telegram
💬 pinheadmz commented on issue "Display sendable (effective) balance":
(https://github.com/bitcoin/bitcoin/issues/15767#issuecomment-1525781964)
This issue is unlikely to be fixed in Bitcoin Core. We'll close for now, but feel free to open another issue or pull request with a fix.
pinheadmz closed an issue: "Display sendable (effective) balance"
(https://github.com/bitcoin/bitcoin/issues/15767)
pinheadmz closed an issue: "signrawtransaction incorrectly reports "complete" as false when the transaction is completely signed"
(https://github.com/bitcoin/bitcoin/issues/5960)
💬 pinheadmz commented on issue "signrawtransaction incorrectly reports "complete" as false when the transaction is completely signed":
(https://github.com/bitcoin/bitcoin/issues/5960#issuecomment-1525784139)
This is no longer an issue in recent versions of Bitcoin Core. We'll close it for now, please feel free to add additional comments or open a new issue if you think that would be helpful.

Deprecated by PSBT
pinheadmz closed an issue: "Periodic automatic UTXO database backup"
(https://github.com/bitcoin/bitcoin/issues/8037)
💬 pinheadmz commented on issue "iOS Deployment Target for RPC":
(https://github.com/bitcoin/bitcoin/issues/11720#issuecomment-1525793880)
Superceded by kernel
pinheadmz closed an issue: "iOS Deployment Target for RPC"
(https://github.com/bitcoin/bitcoin/issues/11720)
pinheadmz closed an issue: "Improving fee bumping in Core"
(https://github.com/bitcoin/bitcoin/issues/12271)
💬 pinheadmz commented on issue "minRelayTxFee should be calculated on weight, not vbytes. aka "vbytes must die"":
(https://github.com/bitcoin/bitcoin/issues/13283#issuecomment-1525797070)
This issue is unlikely to be fixed in Bitcoin Core. We'll close for now, but feel free to open another issue or pull request with a fix.
pinheadmz closed an issue: "minRelayTxFee should be calculated on weight, not vbytes. aka "vbytes must die""
(https://github.com/bitcoin/bitcoin/issues/13283)
💬 pinheadmz commented on issue "RPC getblockstats first argument inconsistency":
(https://github.com/bitcoin/bitcoin/issues/15412#issuecomment-1525798918)
This issue is unlikely to be fixed in Bitcoin Core. We'll close for now, but feel free to open another issue or pull request with a fix.
pinheadmz closed an issue: "RPC getblockstats first argument inconsistency"
(https://github.com/bitcoin/bitcoin/issues/15412)
💬 pinheadmz commented on issue "build: Explore building with musl as libc":
(https://github.com/bitcoin/bitcoin/issues/18110#issuecomment-1525801053)
This issue is unlikely to be fixed in Bitcoin Core. We'll close for now, but feel free to open another issue or pull request with a fix.
pinheadmz closed an issue: "build: Explore building with musl as libc"
(https://github.com/bitcoin/bitcoin/issues/18110)
💬 pinheadmz commented on issue "Allow groups of accounts to access the RPC cookie file":
(https://github.com/bitcoin/bitcoin/issues/25270#issuecomment-1525819410)
This issue is unlikely to be fixed in Bitcoin Core. We'll close for now, but feel free to open another issue or pull request with a fix.
pinheadmz closed an issue: "Allow groups of accounts to access the RPC cookie file"
(https://github.com/bitcoin/bitcoin/issues/25270)
pinheadmz closed an issue: "GUI unresponsive during slow operations"
(https://github.com/bitcoin/bitcoin/issues/10504)
💬 RandyMcMillan commented on pull request "Bump python minimum version to 3.8":
(https://github.com/bitcoin/bitcoin/pull/27483#issuecomment-1525824196)
https://github.com/bitcoin/bitcoin/pull/27130
pinheadmz closed an issue: "assumeutxo"
(https://github.com/bitcoin/bitcoin/issues/15605)
💬 ccdle12 commented on pull request "Remove now-unnecessary poll, fcntl includes from net(base).cpp":
(https://github.com/bitcoin/bitcoin/pull/27530#issuecomment-1525855649)
tACK

<details><summary>I also ran netbase.cpp through the iwyu CI and seems like there maybe a few more unused imports, but I haven't thoroughly tested removing the other ones</summary>
<p>

```
netbase.cpp should remove these lines:
- #include <fcntl.h> // lines 25-25
- #include <poll.h> // lines 29-29
- #include <chrono> // lines 18-18
- #include <cstdint> // lines 19-19
- #include <limits> // lines 21-21
```
</p>
</details>