Rusty Russell
ed107e4ef0
tools/extract-formats.py: allow fields with _ in them.
...
eg. BOLT 4.
See also: #141
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-03-31 14:14:29 +10:30
Rusty Russell
06a5e6cbdb
tools/bolt3-bitcoind-test.sh: setup to feed BOLT3 test vector txs to bitcoind.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-03-17 11:31:37 +10:30
Rusty Russell
347ce303ce
tools/extract-formats.py: accept fields from BOLT 4.
...
Some have no data, and many use constant names and | in their type numbers.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-01-28 14:10:04 +01:00
Rusty Russell
85ac709641
tools/extract-formats.py: neaten a little.
...
If we hand an arg, we should use it.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-01-28 14:10:04 +01:00
Rusty Russell
b228a2e77d
BOLT 2: remove attempts to align signatures.
...
They're really a blob of bytes, and we weren't aligning them correctly in
two cases anyway. This gets rid of gratuitous padding, too.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-11-29 12:58:13 +10:30
Rusty Russell
fab307b57d
tools/extract-formats.py: extract message definitions and check alignment.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-11-23 11:54:14 +10:30