You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add method parameter to notifications in pyln-client plugin.py: Send the method/event name back in the notification.
Add method to subscribed to all notifications: Add a method for subscribing to the requested list of notifications (empty string/"all"/["connect", "disconnect"] etc.)
Standardise all notifications response: All notifications send the response with event key except connect, disconnect, block_added and shutdown. Unify these 4 events also to send the response with corresponding event keys.
The text was updated successfully, but these errors were encountered:
@rustyrussell
Add method parameter to notifications in pyln-client plugin.py: Send the method/event name back in the notification.
Add method to subscribed to all notifications: Add a method for subscribing to the requested list of notifications (empty string/"all"/["connect", "disconnect"] etc.)
Standardise all notifications response: All notifications send the response with event key except
connect
,disconnect
,block_added
andshutdown
. Unify these 4 events also to send the response with corresponding event keys.The text was updated successfully, but these errors were encountered: