1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 18:10:42 +01:00
eclair/eclair-node
Bastien Teinturier 42481c66e6
Add some channel events to websocket (#1536)
Send basic channel events to websockets listeners:

* Channel open initiated
* Channel state change
* Channel closed

We only send basic, high-level data about these events.
If the listener is interested in details, it should call the `channelInfo`
API to get all of the channel's data.

Fixes #1509
2020-09-28 09:51:42 +02:00
..
modules Rework packaging (#1307) 2020-02-24 15:42:26 +01:00
src Add some channel events to websocket (#1536) 2020-09-28 09:51:42 +02:00
pom.xml Update to scala 2.13.3 and akka 2.6.9 (#1532) 2020-09-18 15:27:45 +02:00