lnd.xprv/input
Conner Fromknecht 37dffb225a
input: introduce Signature iface
This commit introduces the Signature interface which will be used by our
witness construction methods instead of passing in raw byte slices. This
will be used later to inject various kinds of mock signatures, e.g.
73-byte signatures for simulating worst-case witness weight.
2020-04-09 12:49:11 -07:00
..
input.go lnwallet+nursery+input: set sequence=1 for direct HTLC spends 2020-03-09 12:59:33 +01:00
script_utils_test.go input: introduce Signature iface 2020-04-09 12:49:11 -07:00
script_utils.go input: introduce Signature iface 2020-04-09 12:49:11 -07:00
signdescriptor_test.go multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
signdescriptor.go input: update SignDescriptor doc to note only segwit is supported 2020-01-06 12:08:14 +01:00
signer.go multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
size_test.go input: add anchor witness type 2020-03-17 16:25:35 +01:00
size.go input: add anchor witness type 2020-03-17 16:25:35 +01:00
test_utils.go input/test_utils: make mockSigner use SigHashType from sign descriptor 2020-03-09 12:59:33 +01:00
txout_test.go multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
txout.go multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
witnessgen.go input: add anchor witness type 2020-03-17 16:25:35 +01:00