Sangbida Chaudhuri
Sangbida Chaudhuri
Hey @alecchendev I was going to pick this PR up if that's alright.
Hey, I think I'm a bit out of my depth for this one, so I'm going to pause work on this for now and find something a little smaller to...
I've tried that, these are my docker startup commands configured for my node on polar: ``` lightningd --alias={{name}} --addr={{name}} --addr=0.0.0.0:9735 --network=regtest --bitcoin-rpcuser={{rpcUser}} --bitcoin-rpcpassword={{rpcPass}} --bitcoin-rpcconnect={{backendName}} --bitcoin-rpcport=18443 --log-level=debug --dev-bitcoind-poll=2 --dev-fast-gossip --grpc-port=11001 --grpc-host=0.0.0.0...
Okay, so it works now! However, I didn't make any further changes to the config beyond that point. Not really sure what changed? But my changes are here on this...
Thank you so much for raising this macOS issue! This really improves the developer experience for all cln devs using macOS! I've created a PR to fix this #8759
We could do that! Although, the -Werror has helped me catch some bugs early on, so I do like having it there. I also fear that if I had a...
Hey! Thank you for this awesome PR! I had been running this heavily vibecoded (and very verbose) precommit hook to fix up my nits but this looks very neat and...
Also, have you checked how long it takes to run this? Just wondering because we're making a fair few external requests.
Hey! Here's a list of requirements that @ShahanaFarooqui and I came up with: Must-haves: - Compatible with the existing codebase: if code passes prebuild checks, it should also pass the...
@michael1011 Just wanted to double check that you wanted pending incoming transactions to show up in list funds?