Christian Decker

Results 37 issues of Christian Decker

Since we recently strengthened the "you're allowed to forget" rule I though it might be nice to revisit the state that this leaves the funder in. When a fundee forgets...

During the discussion of #500 a disagreement about the wording was discovered. The spec currently states that while `htlc_maximum_msat` and `htlc_minimum_msat` fields are specified in each `channel_update`, they are effectively...

The code internally already has methods that detect serialization formats, but it is not exposed anywhere. It'd be nice to be able to peek at a serialized transaction and determine...

Apologies @lightningorb, I have no idea what happened to #5521, so I'm reopening the PR with this amended changeset.

Based on top of #5275, this PR starts at commit f7d0827154302e6920946509df5756a8c79cb017 Until now we always applied the default reserve of 1% of the funding amount, however there has been considerable...

These are based on feedback and dogfooding experiences, please keep them coming :wink:

# Track completion time for succesful payments BY adding the `completed_at` field to the `payments` table, and the `sendpay`, `listsendpays` and `waitsendpay` output we can derive the completion time for...

This is as experimental as it gets, but I had some fun trying to shoehorn a tracing library into CLN. Putting it here so I don't lose it, and hopefully...

With the mempool full, and the minrelayfee no longer being the lower bound on fees we should likely use `getmempoolinfo` where available to compute the lower bound instead. It's a...

This is intended mostly as a tracking issue to see if we can speed up `pytest` (the tests, not the framework) and stabilize some flaky tests. ## Performance Running the...

cleanup