Rusty Russell
dc83e64003
tools/generate-wire: don't use void * pointers for tlv fromwire.
...
And fix up the one place which got it wrong.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-12-04 20:16:54 -06:00
niftynei
82c0b48215
wires: towire/fromwire for wally_tx
...
We're eventually moving away from 'bitcoin_tx
2020-10-20 12:50:31 +10:30
Matt Whitlock
eab14768a8
update SHA256STAMPs using sorted dependencies
2020-09-17 10:23:40 +09:30
Rusty Russell
0e805427dc
tools/generate-wire.py: strip trailing whitespace on lines, fix bolt quotes.
...
There's a lot of it, and it means we can't `make check-source` on
these files.
Also bring bolt quotes up-to-date.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-09-09 16:23:58 +09:30
Rusty Russell
d8e8426b52
Makefile: remove EXPERIMENTAL_FEATURES marker from generated files
...
We're going to make experimental versions of these completely separate files.
Also remove the dependency on the Makefile itself: it simply causes
unnecessary churn. We can always force-rebuild when we change a rule.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-09-08 09:42:00 +09:30
Rusty Russell
82f2f43425
Generated files: more merge fallout.
...
We changed the generation templates!
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-09-02 11:10:21 +09:30
Rusty Russell
be0038e49b
Makefile: include common objects in ALL_C_SOURCES.
...
They didn't have correct dependencies without this.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-09-02 09:30:25 +09:30
Rusty Russell
3c6af3efb4
Makefile: commit and preserve all the wiregenerated files.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Changed: Build: we no longer require extra Python modules to build.
2020-08-31 21:33:26 -05:00