lnd/channeldb/migration/lnwire21
Elle Mouton 8f6d336ab2
channeldb/mig/lnwire21: fix FailInvalidBlinding Encode sig
fix the signature of the Encode method so that it does in fact implement
the Serializable interface defined in the lnwire21 package. This differs
slightly from the interface defined in the main lnwire package.
2024-10-04 10:31:46 +02:00
..
accept_channel.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
announcement_signatures.go multi: repleace ioutil.ReadAll 2024-04-25 11:21:18 +02:00
channel_announcement.go multi: repleace ioutil.ReadAll 2024-04-25 11:21:18 +02:00
channel_id.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
channel_reestablish.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
channel_update.go multi: repleace ioutil.ReadAll 2024-04-25 11:21:18 +02:00
closing_signed.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
commit_sig.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
custom_records.go lnwire21: add custom records parsing 2024-09-30 08:59:02 +02:00
error.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
features.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
funding_created.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
funding_locked.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
funding_signed.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
gossip_timestamp_range.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
init_message.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
lnwire.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
message.go multi: Update Licenses to 2022 [skip ci] 2022-02-09 00:25:20 +02:00
msat.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
netaddress.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
node_announcement.go multi: repleace ioutil.ReadAll 2024-04-25 11:21:18 +02:00
onion_error.go channeldb/mig/lnwire21: fix FailInvalidBlinding Encode sig 2024-10-04 10:31:46 +02:00
open_channel.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
ping.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
pong.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
query_channel_range.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
query_short_chan_ids.go multi: fix fmt.Errorf error wrapping 2024-02-27 11:13:40 +00:00
reply_channel_range.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
reply_short_chan_ids_end.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
revoke_and_ack.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
short_channel_id.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
shutdown.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
signature.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
update_add_htlc.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
update_fail_htlc.go multi: typo fixes [skip ci] 2022-05-03 20:55:40 +00:00
update_fail_malformed_htlc.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
update_fee.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
update_fulfill_htlc.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00