Blockstream / greenlight

Build apps using self-custodial lightning nodes in the cloud
https://blockstream.github.io/greenlight/getting-started/
MIT License
106 stars 28 forks source link

Upgrade cln-* crates #472

Closed nepet closed 2 weeks ago

nepet commented 2 weeks ago

We want to upgrade the cln-* crates to the latest version as cln-rpc 0.1.9 adds the field payment_metadata to the sendpay rpc method. This enables a bunch of new methods on gl-plugin as well as notifications.

Some grpc methods are left unimplemented as they are experimental or do not make sense in the context of a greenlight node with a detached signer.

Please check if we should disable any other methods or implement some of the methods that I disabled for now.