1380 Commits (cf12130627599cb76ed64f26e5c7b81bc9dc99bb)

Author SHA1 Message Date
Mark Beckwith cf12130627 params: shortened names 7 years ago
Mark Beckwith 891dee739d params: Fix arg size 7 years ago
Mark Beckwith 7ce19b0bc8 Improved comment. 7 years ago
Rusty Russell cf86c74870 params: add helper to provide default initialization. 7 years ago
Rusty Russell 68a8eeea21 htlc_wire: rename malformed to failcode in struct failed_htlc. 7 years ago
Rusty Russell 6e9ae98e1e lightningd: don't send uninialized malformed fields to channeld. 7 years ago
Rusty Russell b14cc0c9f7 lightningd/params: fix typesafe check. 7 years ago
Rusty Russell 9fa738a741 listpeers: expose peer features as 'local_features' and 'global_features' 7 years ago
Rusty Russell 7b735fbeee gossipd: fix json_listpeers printing node information. 7 years ago
Mark Beckwith fc2d955b01 Fixed spacing in run-params 7 years ago
Mark Beckwith 7d9ad89010 params: removed the param_opt_tok macro 7 years ago
Mark Beckwith 1b50ea2abd params: removed tal context. 7 years ago
Rusty Russell 32ccfa5b29 test/run-params: suppress stderr for expected failures. 7 years ago
Rusty Russell 6ff901d7b0 params: simplify lifetimes of params. 7 years ago
Rusty Russell 3f6f9e6fe0 param: make sure the name is a string literal. 7 years ago
Rusty Russell 899ff02e36 params: use asort. 7 years ago
Rusty Russell 9f83a9ae4d params: make optional args do allocation for you. 7 years ago
Mark Beckwith 4d1d0438e1 Typesafe callback system for parsing json 7 years ago
Rusty Russell fed5a117e7 Update ccan/structeq. 7 years ago
Christian Decker 582ea1a33b jsonrpc: Remove `dev-blockheight` in favor of `getinfo` 7 years ago
Christian Decker fe405f49be bitcoind: Smooth fee changes over a number of estimates 7 years ago
Rusty Russell 82ff891202 Update to latest BOLT version. 7 years ago
Rusty Russell c46f373205 options: refuse two --announce-addr of the same type. 7 years ago
arowser 2eab1b66ff add alias and color to getinfo 7 years ago
Rusty Russell 0e6c0dbba2 bitcoin: expose feerate_floor. 7 years ago
Christian Decker ceef61dbbd gossip: Pass use_dns option down to gossipd 7 years ago
Christian Decker 1bfa02d877 opts: Add option to disable DNS lookups 7 years ago
Rusty Russell 7f508cca5f wallet: clarify error 302. 7 years ago
Mark Beckwith 8f0ef1636f Added wallet related error codes 7 years ago
Christian Decker 2d95ed738e pay: Use `locktime_max` as maximum cumulative CLTV delta 7 years ago
Rusty Russell e549bc6ecf lightningd: fix up BOLT references. 7 years ago
Rusty Russell a80241ec7a bitcoind: fix spurious memleak reports. 7 years ago
Benoit Verret f8da37fff0 Increase cltv_final 7 years ago
Rusty Russell 0fff5038ff Makefile: we don't need to define DEVELOPER explicitly. 7 years ago
Rusty Russell d9a672ab02 listinvoice: speed up single-invoice case. 7 years ago
Christian Decker 2848103841 opts: Bump max_fee_multiplier to 10x 7 years ago
Christian Decker 0b427b4c3c opts: Add the max_fee_multiplier to specify acceptable fee ranges 7 years ago
Christian Decker 4dca6daf34 opts: Bump locktime_max so we don't disagree as much with lnd 7 years ago
Christian Decker 37327d31de topo: Remove obsolete FIXME marker 7 years ago
Christian Decker 6298ce3b03 gossip: Don't ask bitcoind for outpoints we should know 7 years ago
Christian Decker 2415f48723 topo: Tell chain_topology about the min and max block height 7 years ago
Christian Decker 024dca0fff wallet: Return both min and max block heights 7 years ago
Christian Decker 0d4b7eaa2c topo: Have chain_topology track both min and max block heights 7 years ago
Rusty Russell 1bb7713274 gossipd: minor cleanups. 7 years ago
Rusty Russell 9e51e196c1 gossipd: dev-set-max-scids-encode-size to artificially force "full" replies. 7 years ago
Rusty Russell 118f099dd8 gossip: dev-query-channel-range to test query_channel_range. 7 years ago
Rusty Russell c34b49c356 gossipd: add dev-send-timestamp-filter command for testing timestamp filtering. 7 years ago
Rusty Russell c633cbe2ee tests: add dev-query-scids 7 years ago
Rusty Russell 4d8b29089b gossipd: wire up infrastructure to generate query_short_channel_ids msg. 7 years ago
Christian Decker 8e278044e3 gossip: Disable channels when we lose the connection to the peer 7 years ago