Christian Decker

Results 37 issues of Christian Decker

Automating building and deployment of PyPI wheels

In Greenlight we have an issue with channels that close, and the signer got desynced from the Node due to a non-atomic update which bumped the VLS signer commitment number,...

During close the status of a channel is rather complex to track. Many of the outputs, whether they are direct `to_us`, `to_them` or delayed `to_us`, `to_them` or HTLC sweeps, have...

We currently use a rather lengthy loop to wait for `bitcoind` to warm up and be ready to serve RPC calls: https://github.com/ElementsProject/lightning/blob/44d408cc87beb854bdaf60c72108bb4492cfb34b/plugins/bcli.c#L710-L749 This could be simplified if we just call...

cleanup
good first issue

We currently don't have a non-ephemeral medium for longer discussions and support inquiries, that don't have a well-defined start and end (i.e., pressing the `Close` button on an issue). We...

We have long had an issue with the "Ran out of routes" error essentially covering up the real reason a payment has failed. Let's try and add some better error...

It's time to name them and shame them, as the work of the maintainer, or release captain is suffering from having to restart test runs over and over again: |...

`listhtlcs` already allows filtering by `id` of the channel, but the more interesting dimension is likely the `payment_hash` as that allows aggregating all parts of a payment tht are in...

json-rpc
cln-grpc
cln-rpc

This issue tracks our progress on pagination and sorting. Since we had a number of requests asking for pagination, offsetting or limiting of the RPC results, or variants thereof, such...

Feature Request