rgb-cln/contrib/pyln-client/pyln/client
Christian Decker 083b41f090 plugin: Add a list of notification topics registered by plugin
We will eventually start emitting and dispatching custom notifications
from plugins just like we dispatch internal notifications. In order to
get reasonable error messages we need to make sure that the topics
plugins are asking for were correctly registered. When doing this we
don't really care about whether the plugin that registered the
notification is still alive or not (it might have died, but
subscribers should stay up and running), so we keep a list of all
topics attached to the `struct plugins` which gathers global plugin
information.
2021-05-03 11:20:15 +09:30
..
__init__.py pyln: Bump pyln version to 0.9.3 before publishing on PyPI 2021-01-27 11:29:56 +01:00
lightning.py pyln: remove deprecated fundchannel/fundchannel_start variants. 2021-04-07 14:34:39 +09:30
plugin.py plugin: Add a list of notification topics registered by plugin 2021-05-03 11:20:15 +09:30