lnd/tlv
Oliver Gugger 67f5957c5e
tlv+watchtower: move bench test
The benchmark tests import both the tlv and watchtower packages. To make
it possible to extract the tlv package into its own submodule, this test
is better located in the watchtower package.
2022-02-21 13:48:31 +01:00
..
primitive_test.go tlv/primitive_test: add basic encode/decode tests for primitives 2019-08-08 15:57:48 -07:00
primitive.go tlv/primitive: use constructor for encoding/decoding type err 2019-08-08 15:57:48 -07:00
record_test.go tlv: remove unused error return value 2019-12-04 13:27:29 +01:00
record.go tlv: expose unknown values 2019-12-10 06:54:20 +01:00
stream_test.go tlv: expose unknown values 2019-12-10 06:54:20 +01:00
stream.go tlv: expose unknown values 2019-12-10 06:54:20 +01:00
tlv_test.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
truncated_test.go tlv: simplify byte slice comparison as recommenteded by static analysis 2020-04-24 19:15:08 +02:00
truncated.go tlv: fix comments for numLeadingZeroBytes{32,64} funcs 2020-05-02 00:42:55 +02:00
varint_test.go tlv: simplify byte slice comparison as recommenteded by static analysis 2020-04-24 19:15:08 +02:00
varint.go tlv+record+routing: add payload size calculation 2019-12-20 11:00:01 +01:00