rgb-cln/wire
Rusty Russell 904a3e4ae3 MAX_FUNDING_SATOSHI: clean up def to be max, fix name, share with openingd.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-01-15 12:45:12 +01:00
..
test Avoid undefined behaviour in eq_var(p1, p2, field) 2018-01-08 09:38:25 +00:00
Makefile generate-wire.py: add --bolt arg, use size->type hacks only when that's specified. 2017-09-29 14:40:34 +02:00
fromwire.c wire: remove special zero-key handling. 2018-01-11 21:39:13 +01:00
gen_onion_wire_csv pay: make sure we don't think payment in progress if it immediately fails. 2017-12-19 14:40:26 +01:00
gen_peer_wire_csv channeld: don't use ccan/io, go sync. 2017-12-02 12:54:12 +01:00
onion_defs.h wire: split onion messages from peer wire messages. 2017-01-06 13:40:35 +10:30
peer_wire.c wire: move extract_channel_id to here. 2018-01-12 09:43:01 +01:00
peer_wire.h MAX_FUNDING_SATOSHI: clean up def to be max, fix name, share with openingd. 2018-01-15 12:45:12 +01:00
towire.c wire: remove special zero-key handling. 2018-01-11 21:39:13 +01:00
wire.h wire: Move bitcoin_tx serialization from htlc_wire to wire 2018-01-08 17:19:25 +01:00
wire_io.c wire: restore BE endian to wire headers for internal messages. 2017-09-29 14:40:34 +02:00
wire_io.h wire: Fix include order in wire_io.h 2017-09-29 14:40:34 +02:00
wire_sync.c wire: restore BE endian to wire headers for internal messages. 2017-09-29 14:40:34 +02:00
wire_sync.h wire_sync_write: support take() 2017-06-27 10:25:53 +09:30