lightning-kmp
lightning-kmp copied to clipboard
An implementation of the Lightning Network in Kotlin.
Results
52
lightning-kmp issues
Sort by
recently updated
recently updated
newest added
We previously supported having multiple channels with our peer, because we didn't yet support splicing. Now that we support splicing, we always have at most one active channel with our...
With the updated on-the-fly funding protocol, we're using liquidity ads instead of an unofficial `push_amount` TLV. We can thus remove usage of `push_amount`s everywhere, which simplifies the codebase. NB: builds...