Christian Decker

Results 37 issues of Christian Decker

### Issue and Steps to Reproduce Trying to build the PPA on Launchpad, for `armhf` (Ubuntu 22.04 only): ``` closingd/closingd.o closingd/closingd.c closingd/closingd.c: In function ‘main’: closingd/closingd.c:1009:35: error: ‘receive_offer’ reading 128...

I installed the pre-bind module as instruvted. The GET handler works as expected, but when I try the to get a new session with `curl -d "" http://localhost:5280/http-pre-bind/` I only...

We want to test against a recent version to get tipped off when deprecations hit us, but the release is new enough, no need to waste CI cycles rebuilding CLN...

This is jus a duplicate of #7134 while the @daywalker90 allows contributor pushes :-)

After the removal of the pre-splitter it appears that under some circumstances the `bolt11` annotation may not be applied to HTLCs being sent. This in turn means that we have...

It would be very helpful to have a nightly workflow in our actions. This could be run over night (well, someone's night), ensuring that the reprobuilds always work. In addition...

enhancement
help wanted
continuous-integration
build

The feerate security margin is a multiplicative factor applied to the feerate of some transactions in order to guarantee that the transaction remains publishable and has a sufficient chance of...

This tackles two problems: - By using a system-wide installed `postgres` we can cut down on the overhead of spinning the DB up and down for the tests. More importantly...

As discussed in https://github.com/ElementsProject/lightning/pull/2780 we should likely expose this option through the command line so that users can adapt it to their needs. Open questions: - @ZmnSCPxj proposed subtracting the...

enhancement
good first issue