core-lightning/channeld
Rusty Russell fd498be7ca status: generate messages rather than marshal/unmarshal manually.
Now we have wirestring, this is much more natural.  And with the
24M length limit, we needn't be so concerned about dumping 64k peer
messages in hex.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-02-08 19:07:12 +01:00
..
test status: add multiple levels of logging. 2018-02-07 00:46:49 +00:00
channel_wire.csv Fix typos 2018-01-28 13:53:39 +01:00
channel.c tools/generate_wire.py: generate varlen arrays properly. 2018-02-08 19:07:12 +01:00
channeld_htlc.h channeld: save shared secret for incoming htlc when it comes in. 2017-12-02 12:54:12 +01:00
commit_tx.c bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 2017-12-21 11:05:38 +00:00
commit_tx.h bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 2017-12-21 11:05:38 +00:00
full_channel.c tools/generate_wire.py: generate varlen arrays properly. 2018-02-08 19:07:12 +01:00
full_channel.h tools/generate_wire.py: generate varlen arrays properly. 2018-02-08 19:07:12 +01:00
Makefile status: generate messages rather than marshal/unmarshal manually. 2018-02-08 19:07:12 +01:00