Commit Graph

11 Commits

Author SHA1 Message Date
Jesse de Wit
c23dc64df5 cln_plugin: custommsg support 2023-11-06 14:11:28 +01:00
Jesse de Wit
5c6f7da265 cln_plugin: rename htlc related fields/functions 2023-11-06 14:11:28 +01:00
lndev
c7eeaf1cbe Add default channel acceptor
- Implemented a default channel acceptor script for the channel acceptor in 'channel_acceptor.go'. If no accept script is provided, the default script is set to "continue".
- Updated 'cln_plugin.go' to include a new DefaultChannelAcceptorScript variable with an empty string default value.
- Updated the handleGetManifest function to include DefaultChannelAcceptorScript as a default for the 'channelAcceptScript' field.
2023-07-28 14:35:04 +02:00
Yaacov Akiba Slama
70d6afcf85 Add cln channel acceptor 2023-07-03 08:21:17 +03:00
Yaacov Akiba Slama
748e7c5b29 Use '-' instead of '.' in option name 2023-06-30 08:15:42 +03:00
Jesse de Wit
5aad6b313e handle clean shutdown 2023-01-23 14:57:27 +01:00
Jesse de Wit
3a34400d95 add copyright notice 2023-01-06 12:30:54 +01:00
Jesse de Wit
38dabe5685 organize code and cleanup 2023-01-05 13:18:44 +01:00
Jesse de Wit
2bea61d8e7 use internal cln id as correlation id 2023-01-05 13:18:44 +01:00
Jesse de Wit
3c558ab5ad cleanup unused stuff in cln plugin + handle done 2023-01-05 13:18:44 +01:00
Jesse de Wit
36c7f5f616 implement cln plugin wrapper with grpc streams 2023-01-05 13:18:43 +01:00