Bitcoin Core Github
44 subscribers
121K links
Download Telegram
💬 RandyMcMillan commented on pull request "script: add description for the functionality of each opcode":
(https://github.com/bitcoin/bitcoin/pull/27109#issuecomment-1444733518)
ACK 40f36d0a3dac568bc9b05dea021d83986d8add84
💬 mzumsande commented on issue "Intermittent issue in p2p_ibd_stalling.py self.wait_until(lambda: self.total_bytes_recv_for_blocks() == 172761)":
(https://github.com/bitcoin/bitcoin/issues/27112#issuecomment-1445002667)
The reason for the test failure is that peer 0 gets disconnected because of headers sync timeout after >25 minutes runtime, ruining the test, which should be much faster under normal conditions.
` node0 2023-02-14T20:26:20.075032Z [msghand] [net_processing.cpp:5768] [SendMessages] Timeout downloading headers from peer=0, disconnecting`

It looks to me like something strange is going on in the test environment - the test node appears to "freeze" multiple times for no apparent reason, with noth
...
⚠️ Victorcorreiaaraujo opened an issue: "J"
(https://github.com/bitcoin/bitcoin/issues/27161)
<!-- Needs the label "good first issue" assigned manually before or after opening -->

<!-- A good first issue is an uncontroversial issue, that has a relatively unique and obvious solution -->

<!-- Motivate the issue and explain the solution briefly -->

#### Useful skills:

<!-- (For example, “std::thread”, “Qt5 GUI and async GUI design” or “basic understanding of Bitcoin mining and the Bitcoin Core RPC interface”.) -->

#### Want to work on this issue?

For guidance on contributing, please r
...
:lock: fanquake locked an issue: "J"
(https://github.com/bitcoin/bitcoin/issues/27161)
💬 Metapolitan22 commented on issue "interpreter: split PrecomputedTransactionData::Init() or rename `force`":
(https://github.com/bitcoin/bitcoin/issues/27152#issuecomment-1445025860)
Hello gents, we are searching for a Bitcoin dev which has some knowledge in ordinals and inscribing specific stats. Sorry for the message out of context.
💬 brunoerg commented on pull request "refactor, kernel: Decouple ArgsManager from blockstorage":
(https://github.com/bitcoin/bitcoin/pull/27125#discussion_r1117926027)
nit: Since `blockman_opts` is empty here, I think you can pass it directly instead of creating `blockman_opts` for it.
```cpp
ChainstateManager chainman{chainman_opts, {}};
```
💬 ryanofsky commented on pull request "Deduplicate bitcoind and bitcoin-qt init code":
(https://github.com/bitcoin/bitcoin/pull/27150#issuecomment-1445127686)
Updated e248926c73ce6f707343501fb42b31090fed202b -> 25f9cbf7191ee80a640da5f5386aef9658f1168b ([`pr/oneconfig.2`](https://github.com/ryanofsky/bitcoin/commits/pr/oneconfig.2) -> [`pr/oneconfig.3`](https://github.com/ryanofsky/bitcoin/commits/pr/oneconfig.3), [compare](https://github.com/ryanofsky/bitcoin/compare/pr/oneconfig.2..pr/oneconfig.3)) to fix lint spelling error https://cirrus-ci.com/task/5488540285403136
📝 fanquake locked a pull request: "2023.02.21 ci prep"
(https://github.com/bitcoin/bitcoin/pull/27136)
null
📝 fanquake locked a pull request: "doc: recommend brew install python@3.7 (minimum version)"
(https://github.com/bitcoin/bitcoin/pull/27130)
null
📝 fanquake locked a pull request: "change txid log format specifier from %i to %s"
(https://github.com/bitcoin/bitcoin/pull/27133)
fix format specifier issue for log message;

The parameter "txid.GetHex()" returns a std::string, but the corresponding format specifier is "%i", should be changed to "%s".
⚠️ Victorcorreiaaraujo opened an issue: "Gy"
(https://github.com/bitcoin/bitcoin/issues/27163)
Nicky Montana on Medium https://medium.com/@nick.5montana
glozow closed an issue: "Allow several OP_RETURN in one tx and no limited size"
(https://github.com/bitcoin/bitcoin/issues/27043)
📝 sipa opened a pull request: "Improve miniscript_{stable,smart} fuzzer ability to avoid too large scripts"
(https://github.com/bitcoin/bitcoin/pull/27165)
This adds a number of improvements to the miniscript fuzzers that all amount to reject invalid or overly big miniscripts earlier:
* Base type propagation in the miniscript_stable fuzzers prevents constructing a large portion of miniscripts that would be illegal, with just a little bit of type logic in the fuzzer. The fuzzer input format is unchanged.
* Ops and script size tracking in GenNode means that too-large scripts (either due to script size limit or ops limit) will be detected on the fly
...
💬 sipa commented on issue "miniscript_stable fuzz timeout":
(https://github.com/bitcoin/bitcoin/issues/27147#issuecomment-1445211590)
See #27165.
⚠️ Victorcorreiaaraujo opened an issue: "Any report, issue or feature request related to the GUI should be reported at "
(https://github.com/bitcoin-core/gui/issues/713)
Any report, issue or feature request related to the GUI should be reported at
https://github.com/bitcoin-core/gui/issues/
hebasto closed an issue: "Any report, issue or feature request related to the GUI should be reported at "
(https://github.com/bitcoin-core/gui/issues/713)