4 Commits

Author SHA1 Message Date
Elle Mouton
81c83f39d3
lnwire: add a ChannelUpdate interface
In this commit, a new ChannelUpdate interface is added and
ChannelUpdate1 is made to implement the new interface.
2024-09-02 12:39:12 +02:00
Elle Mouton
9a220765fc
multi: convert ChanUpdate validate funcs to methods
In this commit, the ChannelUpdate message verification and validation
functions are moved from `routing` to methods on the ChannelUpdate
struct in `lnwire`.
2024-09-02 12:39:12 +02:00
Elle Mouton
8b255f7215
lnwire: add a ChannelAnnouncement interface
Add a new ChannelAnnouncement interface and ensure that
ChannelAnnouncement1 implements it.
2024-09-02 12:39:12 +02:00
Elle Mouton
3066a41a23
lnwire: add AnnounceSignatures interface
Add a AnnounceSignatures interface and ensure that AnnounceSignatures1
implements it.
2024-09-02 12:00:05 +02:00