ACINQ / eclair

A scala implementation of the Lightning Network.
Apache License 2.0
1.24k stars 266 forks source link

Release not refering to non existing plugin #2713

Closed DerEwige closed 1 year ago

DerEwige commented 1 year ago

The release notes of version 0.9.0 referes to an example channel open interception plugin to be found in the eclair-plugins repo. But no such plugin exist in that repo.

DerEwige commented 1 year ago

I found the missing PR that will add the example plugin that is missing:

https://github.com/ACINQ/eclair-plugins/pull/4

t-bast commented 1 year ago

This plugin is indeed not merged yet because we're waiting for liquidity ads and dual funding, where it really brings value on top of what base eclair has to offer. Without those two features, this plugin isn't really necessary, but it can be used as a code sample for people who'd like to add their own parameters/restrictions to new channels.