lnd/channeldb/migration/lnwire21
bitromortac dd5273c88c
multi: rename due to required maxHTLC bit
We rename `ChanUpdateOptionMaxHtlc` to `ChanUpdateRequiredMaxHtlc`
as with the latest changes it is now required.

Similarly, rename `validateOptionalFields` to
`ValidateChannelUpdateFields`, export it to use it in a later commit.
2023-02-21 11:10:39 +01:00
..
accept_channel.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
announcement_signatures.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
channel_announcement.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01: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: rename due to required maxHTLC bit 2023-02-21 11:10:39 +01: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
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: fix make fmt 2022-08-23 22:10:24 +08:00
onion_error.go multi: run gosimports 2022-02-10 11:02:01 +01: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 channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01: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