lnd/htlcswitch/hop
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
..
error_encryptor.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
forwarding_info.go htlcswitch+hop: move ForwardingInfo to hop.ForwaringInfo 2019-09-05 01:35:23 -07:00
iterator.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
iterator_test.go htlcswitch: return hop.Payload from HopIterator 2019-11-04 15:10:15 -08:00
log.go htlcswitch: move hop iterator into htlcswitch/hop package 2019-09-05 15:30:31 +02:00
network.go htlcswitch/hop: move NetworkHop to hop.Network 2019-09-05 01:35:20 -07:00
payload.go htlcswitch/hop: parse and validate AMP records 2021-04-07 12:08:33 -07:00
payload_test.go htlcswitch/hop: parse and validate AMP records 2021-04-07 12:08:33 -07:00
type.go htlcswitch/hop: move hop.Exit and hop.Source to hop pkg 2019-09-05 01:35:23 -07:00