386 Commits (7c0863f7858f9715af6ab6b82e768527d8bfd1c3)

Author SHA1 Message Date
Mark Beckwith 6254d15efd param: upgraded json_tok_sha256 6 years ago
Mark Beckwith 947752b9cc param: upgraded json_tok_percent 6 years ago
Mark Beckwith 8ebc95b7b0 param: upgraded json_tok_bool 6 years ago
Mark Beckwith e5918f4e5a param: upgraded json_tok_double 6 years ago
Mark Beckwith bab8ff991a param: upgraded json_tok_u64 6 years ago
Mark Beckwith 294dc06de9 param: upgraded json_tok_number 6 years ago
Mark Beckwith 8f17191099 param: upgraded json_tok_tok to advanced callback 6 years ago
Rusty Russell db22d2366e crypto_sync: sync_crypto_write_no_delay to flush TCP after critical packets. 6 years ago
Rusty Russell b4e6a0fcad peer_failed: write error message to peer directly. 6 years ago
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(...) 6 years ago
practicalswift a623fd8924 Make sure we're not using uninitialized values 6 years ago
practicalswift ba4282f935 Don't advertise features we don't have in run-sphinx 6 years ago
Mark Beckwith 1fca7ab562 Added json_tok_sha256 (#1779) 6 years ago
Rusty Russell 52303029aa fundchannel: cap 'all' at 2^24-1 satoshi. 6 years ago
Rusty Russell e3d95f3768 Update common on CCAN_TAL_DEBUG 6 years ago
Rusty Russell 337075dc8c tal: don't access low-level tal functions. 6 years ago
Rusty Russell 5cf34d6618 Remove tal_len, use tal_count() or tal_bytelen(). 6 years ago
Rusty Russell eae9b81099 json: json_add_hex_talarr for common case of dumping a tal object in hex. 6 years ago
Rusty Russell f76203727d htlc_wire: be stricter in marshaling/unmarshaling struct failed_htlc. 6 years ago
Rusty Russell 1119dd5577 channeld: always receive and maintain short_channel_id of failing channel. 6 years ago
Rusty Russell b5fcd54ef0 channeld: don't read from gossipfd while we're reconnecting. 6 years ago
Rusty Russell f747ad8f73 common/daemon_conn: add daemon_conn_wake() helper. 6 years ago
Rusty Russell a52d522525 gossipd: handle ping messages for remote peers too. 6 years ago
Rusty Russell 5d815238cf common/derive_basepoints: complete the set of single-value derive functions. 6 years ago
Rusty Russell dd2773dfc0 common/keyset: use struct basepoints rather than open-coding fields. 6 years ago
Mark Beckwith f850849486 Modern param style for all remaining files 6 years ago
Rusty Russell 64008e275a common/derive_basepoints: add routines to get a specific secret. 6 years ago
Rusty Russell b2b85100d7 common/derive_basepoints: add routines for marshal/unmarshal. 6 years ago
Rusty Russell e217bc1220 per-commit-secret is a struct secret, not a sha256. 6 years ago
Rusty Russell 6c98457ef2 per-peer seed is a 'struct secret' not a 'struct privkey'. 6 years ago
Rusty Russell 68a8eeea21 htlc_wire: rename malformed to failcode in struct failed_htlc. 6 years ago
Rusty Russell 2d533dc82e channeld: don't manually disable channel. 6 years ago
Mark Beckwith 4d1d0438e1 Typesafe callback system for parsing json 6 years ago
Rusty Russell fed5a117e7 Update ccan/structeq. 6 years ago
Rusty Russell 82ff891202 Update to latest BOLT version. 6 years ago
Rusty Russell 9d3ce87700 decode_short_ids: move to common. 6 years ago
Christian Decker 4a5cff8490 gossip: Try to detect broken ISP resolvers and discard broken replies 6 years ago
Rusty Russell 7f508cca5f wallet: clarify error 302. 6 years ago
Mark Beckwith 8f0ef1636f Added wallet related error codes 6 years ago
Rusty Russell 014428f81b common: fix up BOLT 7 references. 6 years ago
Rusty Russell 0cf9f85fb7 common: fix up BOLT 1 references. 6 years ago
Rusty Russell 90c583f464 common: fix up BOLT 2 references. 6 years ago
Rusty Russell 8553edb7e2 common: fix up BOLT 4 references. 6 years ago
Rusty Russell dba756ef38 common: fix up BOLT 3 references. 6 years ago