1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-25 07:07:24 +01:00
eclair/docs/release-notes
Bastien Teinturier b21085ddd6
Add ChannelOpened event (#2567)
* Add ChannelOpened event

Emit an event when a channel is opened and ready to process payments.
This event is distinct from the `ChannelCreated` event which is sent
earlier, once we think a funding transaction has been successfully created
(but cannot guarantee when we're not the initiator).

* Add event to websocket

This is a breaking change, but it should be ok since the previous event
wasn't reliable: it was emitted at a time where we couldn't guarantee
that the channel would really confirm.
2023-01-16 16:46:13 +01:00
..
eclair-v0.6.1.md Add release notes in the repository (#1951) 2021-09-20 14:35:00 +02:00
eclair-v0.6.2.md Deprecation warning for relay fees config (#2012) 2021-10-13 13:52:14 +02:00
eclair-v0.7.0.md Eclair v0.7.0 release (#2158) 2022-02-01 08:34:50 +01:00
eclair-v0.8.0.md Update title of v0.8.0 release notes (#2531) 2022-12-16 10:53:50 +01:00
eclair-vnext.md Add ChannelOpened event (#2567) 2023-01-16 16:46:13 +01:00