lightning icon indicating copy to clipboard operation
lightning copied to clipboard

Core Lightning — Lightning Network implementation focusing on spec compliance and performance

Results 242 lightning issues
Sort by recently updated
recently updated
newest added

I'm trying to create a rune with the following restrictions: ``` lightning-cli commando-rune restrictions='["method=offer-summary","pnameofferid=22db2cbdb2d6e1f4d727d099e2ea987c05212d6b4af56d92497e093b82360db7","pnamedescription=@tipjar\|[email protected]","pnamelimit=5"]' ``` but I'm getting this error: ``` lightning-cli: Some parameters are malformed, cannot create a valid...

bug

The new parameter name (this version) is amount_msat: msatoshi is deprecated. The doc/schemas/invoice.request.json has this correct (but we don't generate teh *usage* line from that yet!) Signed-off-by: Rusty Russell

docs

This PR put the deprecated apis flag inside the plugin init payload to give the possibility to a plugin to be aware of some deprecated API, and more important to...

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

Release Candidate 3 for v0.12.0. Now with more bugfixes! Changelog-None: it's already done! --RR

### Issue and Steps to Reproduce I'm getting compile errors on OpenBSD 7.1 stable ``` Build Options: with external callbacks = no with benchmarks = no with tests = no...

state::upstream

### Issue and Steps to Reproduce I am using Rust and [tonic](https://crates.io/crates/tonic) in order to make gRPC calls to a Core Lightning node (v0.11.2), using the proto files of this...

cln-grpc

The test fails because the closed channel is deleted by the time we check the state change history. It appears the test was intended to only mine 100 blocks originally,...

The channel I had with `zero fee routing | CLN` was mysteriously force closed during that node's downtime following some technical issue over a week ago. After the force close...

lnd-compat

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...