Se7enZ
Se7enZ
Made a few more changes: * Added a phony `Makefile` target named `version` which just outputs the `$(VERSION)` variable that is computed by the `Makefile` bootstrap. Makes it available to...
### Testing @ShahanaFarooqui following from our conversations above and in Discord, here is a summary and results of the test cases: 0) Testing branch: https://github.com/s373nZ/lightning/tree/7117-repro-nightly-builds-test * This branch only contains...
@cdecker Gentle reminder -- is this still slated for inclusion in `v25.05`?
@endothermicdev I noticed that the `rpc*` parameters to bitcoind seemed to follow a slightly different naming convention: * `bitcoin-rpcuser` * `bitcoin-rpcpassword` * `bitcoin-rpcport` * `bitcoin-rpcconnect` and tried to follow in...
Started to look into this, but got hung up on #7812. Filed it as a separate issue.
ACK https://github.com/bitcoin/bitcoin/pull/31665/commits/eaf6a5198d2b9033a6d6f0a4c01faddc67152857 Tested generation under the following variety of option combinations on Ubuntu 24.04.2 LTS: 1. `libdb++dev` package not installed: `cmake -B build -DWCONFIGURE_ERROR=ON -DWARN_INCOMPATIBLE_BDB=ON -DENABLE_WALLET=ON -DWITH_BDB=ON --fresh` Test 1...
ACK 9cf746d6631739df9c9f80accd5812b319efcfec Tested compilation on Ubuntu 24.04 x86_64. Learned a lot looking over this PR. Nice work!
@BitcoinJiuJitsu I just submitted PR #7651 in hopes of winning this bounty. Please feel free to assign to me.
@cdecker @BitcoinJiuJitsu I believe I've got some local code to define and passthrough the argument to `bcli`. In terms of the open question, are you saying that `--bitcoin-rpcclienttimeout` should be...
@cdecker @BitcoinJiuJitsu I took a first shot at this in #7095. The earlier question was because I initially set the parameter up with a default value of `900` to match...