Christian Decker
Christian Decker
Thanks for reporting this. I was not aware that grpc even allows for richer errors being returned. From what I can see tonic will convert any std::io::Error into its [string...
ACK https://github.com/ElementsProject/lightning/pull/5315/commits/afed054c8750d716341299800c3499a04aa5f8ab
Looks like this is an upstream issue in `libwally-core`, would you like us to report it or do you want to take the honors?
Could add notifications that get printed on the CLI, however the command itself is meant to be synchronous, i.e., return only once the desired result has been achieved. In this...
We haven't been too strict about this yet, but we should definitely aim to backfill the ones that aren't there just yet.
I don't think it is addressed by #2326 since that only deals with plugin side hooks and methods, whereas this issue is about the `async` argument to some of the...
This is a failed negotiation of the reserve and dust limits [as per spec](https://github.com/lightningnetwork/lightning-rfc/blob/master/02-peer-protocol.md#requirements): > The receiving node MUST fail the channel if: > > ... > - dust_limit_satoshis is...
Yeah, was looking mostly to fix from an infra point of view (test runner script, virtualenvs setup, etc), not so much on fixing individual plugins, though I did try to...
That sounds like the disk file used for persistence across restarts somehow got corrupted. We use `shelve`, and the error seems to suggest that BDB is being used as a...
In `~/.lightning/bitcoin` most likely.