@@ -13,32 +13,54 @@ EXTRA_DIST += \
13
13
test/bctest.py \
14
14
test/bitcoin-util-test.py \
15
15
test/data/bitcoin-util-test.json \
16
+ test/data/blanktxv1.hex \
16
17
test/data/blanktxv1.json \
18
+ test/data/blanktxv2.hex \
17
19
test/data/blanktxv2.json \
20
+ test/data/tt-delin1-out.hex \
18
21
test/data/tt-delin1-out.json \
22
+ test/data/tt-delout1-out.hex \
19
23
test/data/tt-delout1-out.json \
24
+ test/data/tt-locktime317000-out.hex \
20
25
test/data/tt-locktime317000-out.json \
26
+ test/data/tx394b54bb.hex \
27
+ test/data/txcreate1.hex \
21
28
test/data/txcreate1.json \
29
+ test/data/txcreate2.hex \
22
30
test/data/txcreate2.json \
31
+ test/data/txcreatedata1.hex \
23
32
test/data/txcreatedata1.json \
33
+ test/data/txcreatedata2.hex \
24
34
test/data/txcreatedata2.json \
35
+ test/data/txcreatedata_seq0.hex \
25
36
test/data/txcreatedata_seq0.json \
37
+ test/data/txcreatedata_seq1.hex \
26
38
test/data/txcreatedata_seq1.json \
27
- test/data/txcreatesignv1.json \
28
- test/data/blanktxv1.hex \
29
- test/data/blanktxv2.hex \
30
- test/data/tt-delin1-out.hex \
31
- test/data/tt-delout1-out.hex \
32
- test/data/tt-locktime317000-out.hex \
33
- test/data/tx394b54bb.hex \
34
- test/data/txcreate1.hex \
35
- test/data/txcreate2.hex \
36
- test/data/txcreatedata1.hex \
37
- test/data/txcreatedata2.hex \
39
+ test/data/txcreatemultisig1.hex \
40
+ test/data/txcreatemultisig1.json \
41
+ test/data/txcreatemultisig2.hex \
42
+ test/data/txcreatemultisig2.json \
43
+ test/data/txcreatemultisig3.hex \
44
+ test/data/txcreatemultisig3.json \
45
+ test/data/txcreatemultisig4.hex \
46
+ test/data/txcreatemultisig4.json \
47
+ test/data/txcreateoutpubkey1.hex \
48
+ test/data/txcreateoutpubkey1.json \
49
+ test/data/txcreateoutpubkey2.hex \
50
+ test/data/txcreateoutpubkey2.json \
51
+ test/data/txcreateoutpubkey3.hex \
52
+ test/data/txcreateoutpubkey3.json \
53
+ test/data/txcreatescript1.hex \
54
+ test/data/txcreatescript1.json \
55
+ test/data/txcreatescript2.hex \
56
+ test/data/txcreatescript2.json \
57
+ test/data/txcreatescript3.hex \
58
+ test/data/txcreatescript3.json \
59
+ test/data/txcreatescript4.hex \
60
+ test/data/txcreatescript4.json \
38
61
test/data/txcreatesignv1.hex \
39
- test/data/txcreatesignv2.hex \
40
- test/data/txcreatedata_seq0.hex \
41
- test/data/txcreatedata_seq1.hex
62
+ test/data/txcreatesignv1.json \
63
+ test/data/txcreatesignv2.hex
42
64
43
65
JSON_TEST_FILES = \
44
66
test/data/script_tests.json \
0 commit comments