lnd/channeldb/migration/lnwire21
Oliver Gugger 7dfe4018ce
multi: use btcd's btcec/v2 and btcutil modules
This commit was previously split into the following parts to ease
review:
 - 2d746f68: replace imports
 - 4008f0fd: use ecdsa.Signature
 - 849e33d1: remove btcec.S256()
 - b8f6ebbd: use v2 library correctly
 - fa80bca9: bump go modules
2022-03-09 19:02:37 +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 channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +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 channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01: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 channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01: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