lnd.xprv/watchtower
Conner Fromknecht b7d811b3dd
watchtower/blob/justice_kit: add variable length sweep addr
This commit fixes an oversight in the previous
design of the watchtower blob, by introducing
a length byte for sweep addresses. The previous
format supposed that addresses would be padded
to 42 bytes, but had no indication of the
address's actual length.

To rememdy this, we introduce a single byte
indicating the actual size of the address,
such that the padding can be removed upon
decoding.
2018-10-29 16:48:43 -07:00
..
blob watchtower/blob/justice_kit: add variable length sweep addr 2018-10-29 16:48:43 -07:00
server watchtower/server/server_test: add test vectors for server behavior 2018-10-24 20:18:22 -07:00
wtdb watchtower/wtdb/mock: adds MockDB for debug build 2018-10-24 20:18:21 -07:00
wtwire watchtower/wtwire/wtwire_test: adds quick tests wtwire msgs 2018-10-23 18:28:30 -07:00