lnd/tlv
Olaoluwa Osuntokun d61e668f56
multi: update to latest version of btcd in submodules
The main package has already been updated, but here we update the
submodules as well that only import things to use a constant or so here
and there.
2022-11-16 17:50:34 -08:00
..
go.mod multi: update to latest version of btcd in submodules 2022-11-16 17:50:34 -08:00
go.sum multi: update to latest version of btcd in submodules 2022-11-16 17:50:34 -08:00
primitive_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
primitive.go tlv: add MakeBigSizeRecord to save space 2022-04-16 12:05:23 +08:00
record_test.go
record.go tlv: add MakeBigSizeRecord to save space 2022-04-16 12:05:23 +08:00
stream_test.go tlv: allow tlv streams to use large records in non-p2p setting 2022-09-14 15:48:13 -04:00
stream.go tlv: allow tlv streams to use large records in non-p2p setting 2022-09-14 15:48:13 -04:00
tlv_test.go tlv: allow tlv streams to use large records in non-p2p setting 2022-09-14 15:48:13 -04:00
truncated_test.go
truncated.go
varint_test.go
varint.go