377 Commits (2ee1061c166e957c8791720b1df0ef29f2984785)

Author SHA1 Message Date
Rusty Russell 17f7f50814 wireaddr: correctly parse ':portnum' (meaning IPv4 and IPv6) 6 years ago
Rusty Russell 136f10e4a3 common/read_peer_msg: remove. 6 years ago
Rusty Russell 0b08601951 sync_crypto_write/sync_crypto_read: just fail, don't return NULL. 6 years ago
Rusty Russell 09cce4a9c7 common/read_peer_msg: deconstruct into individual helper routines. 6 years ago
Rusty Russell a409cc26d9 memleak: reenable CCAN_TAL_DEBUG in DEVELOPER mode. 6 years ago
Rusty Russell 4bdacea7b5 common/utils: don't free tmpctx, just the children. 6 years ago
practicalswift 9d9a9523d0 Use snprintf(...) instead of sprintf(...) 7 years ago
practicalswift a623fd8924 Make sure we're not using uninitialized values 7 years ago
practicalswift ba4282f935 Don't advertise features we don't have in run-sphinx 7 years ago
Mark Beckwith 1fca7ab562 Added json_tok_sha256 (#1779) 7 years ago
Rusty Russell 52303029aa fundchannel: cap 'all' at 2^24-1 satoshi. 7 years ago
Rusty Russell e3d95f3768 Update common on CCAN_TAL_DEBUG 7 years ago
Rusty Russell 337075dc8c tal: don't access low-level tal functions. 7 years ago
Rusty Russell 5cf34d6618 Remove tal_len, use tal_count() or tal_bytelen(). 7 years ago
Rusty Russell eae9b81099 json: json_add_hex_talarr for common case of dumping a tal object in hex. 7 years ago
Rusty Russell f76203727d htlc_wire: be stricter in marshaling/unmarshaling struct failed_htlc. 7 years ago
Rusty Russell 1119dd5577 channeld: always receive and maintain short_channel_id of failing channel. 7 years ago
Rusty Russell b5fcd54ef0 channeld: don't read from gossipfd while we're reconnecting. 7 years ago
Rusty Russell f747ad8f73 common/daemon_conn: add daemon_conn_wake() helper. 7 years ago
Rusty Russell a52d522525 gossipd: handle ping messages for remote peers too. 7 years ago
Rusty Russell 5d815238cf common/derive_basepoints: complete the set of single-value derive functions. 7 years ago
Rusty Russell dd2773dfc0 common/keyset: use struct basepoints rather than open-coding fields. 7 years ago
Mark Beckwith f850849486 Modern param style for all remaining files 7 years ago
Rusty Russell 64008e275a common/derive_basepoints: add routines to get a specific secret. 7 years ago
Rusty Russell b2b85100d7 common/derive_basepoints: add routines for marshal/unmarshal. 7 years ago
Rusty Russell e217bc1220 per-commit-secret is a struct secret, not a sha256. 7 years ago
Rusty Russell 6c98457ef2 per-peer seed is a 'struct secret' not a 'struct privkey'. 7 years ago
Rusty Russell 68a8eeea21 htlc_wire: rename malformed to failcode in struct failed_htlc. 7 years ago
Rusty Russell 2d533dc82e channeld: don't manually disable channel. 7 years ago
Mark Beckwith 4d1d0438e1 Typesafe callback system for parsing json 7 years ago
Rusty Russell fed5a117e7 Update ccan/structeq. 7 years ago
Rusty Russell 82ff891202 Update to latest BOLT version. 7 years ago
Rusty Russell 9d3ce87700 decode_short_ids: move to common. 7 years ago
Christian Decker 4a5cff8490 gossip: Try to detect broken ISP resolvers and discard broken replies 7 years ago
Rusty Russell 7f508cca5f wallet: clarify error 302. 7 years ago
Mark Beckwith 8f0ef1636f Added wallet related error codes 7 years ago
Rusty Russell 014428f81b common: fix up BOLT 7 references. 7 years ago
Rusty Russell 0cf9f85fb7 common: fix up BOLT 1 references. 7 years ago
Rusty Russell 90c583f464 common: fix up BOLT 2 references. 7 years ago
Rusty Russell 8553edb7e2 common: fix up BOLT 4 references. 7 years ago
Rusty Russell dba756ef38 common: fix up BOLT 3 references. 7 years ago
Rusty Russell 0dc406c07a common/bolt11.c: fix up BOLT 11 references. 7 years ago
Rusty Russell f5d637059d common/cryptomsg.c: fix up bolt 8 references. 7 years ago
Rusty Russell 20e5bc938e wireaddr: zero entire sockaddr structure. 7 years ago
Rusty Russell 02b55e35b8 daemon: print version in crash backtrace. 7 years ago
Rusty Russell 3e07971582 features: define LOCAL_GOSSIP_QUERIES feature. 7 years ago
Mark Beckwith 7f437715d5 Added error code parameter to command_fail 7 years ago
Rusty Russell 4359f46ffd features: fix features_supported() function. 7 years ago
Rusty Russell 149e967ba3 features: fix endian. 7 years ago
practicalswift 3abd9ad4f6 wireaddr: Avoid memory corruption in fmt_wireaddr_without_port() 7 years ago