4456 Commits (8590dbedfb8c5769e2957a3c47f99f2d3399189f)
 

Author SHA1 Message Date
Mark Beckwith 8590dbedfb param: make json_tok_label non-static 6 years ago
Mark Beckwith 4f81cd3852 param: added json_tok_msat 6 years ago
Mark Beckwith c553bba7a8 param: getroute fuzz now uses json_tok_percent 6 years ago
Mark Beckwith c32f7910cc param: upgraded json_tok_label 6 years ago
Mark Beckwith 4cef0d062c param: use param for json_pay routes 6 years ago
Mark Beckwith eb1a5b16c7 param: return type consistency 6 years ago
Mark Beckwith a79e64c0a0 param: consistent callback format 6 years ago
Mark Beckwith 9c28f997d3 param: json.c style improvements 6 years ago
Rusty Russell 317a830e94 devtools: dump-gossipstore. 6 years ago
Stephanie Stroka 6091e5158b cleanup: derive_basepoints is no longer needed in channel.c 6 years ago
Rusty Russell a21f025a13 TAGS: add python files. 6 years ago
Rusty Russell 94da5c9bd4 lightningd: clean up tmpctx on exit before freeing ld. 6 years ago
Rusty Russell 7e1fd9c38a pytest: make test_no_fee_estimate more reliable. 6 years ago
Rusty Russell 33c6285787 feerates: turn it into a simple query API, remove setting. 6 years ago
Rusty Russell db3c387264 feerate: allow names 'urgent' 'normal' and 'slow'. 6 years ago
Rusty Russell e0952ceff2 feerate: use suffix, not separate argument. 6 years ago
Christian Decker b270ab02ec docs: Compile man-pages 6 years ago
Rusty Russell 14dc1c37ab fundchannel / withdraw: allow explicit feerate setting. 6 years ago
Rusty Russell e2d4b7cc8d cleanup: extract and formalize feerate conversion. 6 years ago
Rene Pickhardt 7635b24a29 changed formatting for better readability on github 6 years ago
Rene Pickhardt 5848a5c718 channel_id unknown at funding time. Needs to be node_id 6 years ago
Rusty Russell 77d3ca3ea3 v0.6.1-rc1 6 years ago
Rusty Russell af4fa9a359 feerates: rename sipa/bitcoind to perkw/perkb. 6 years ago
Rusty Russell a4b952ebc7 feerate: include rough estimates of actual tx costs. 6 years ago
Rusty Russell 14294642d2 feerates: consider last three raw values for min/max. 6 years ago
Rusty Russell a260849870 moveonly: feerate_min and feerate_max belong in chaintopology.c 6 years ago
Rusty Russell c7c5affa3f feerates: new command to inject/query fee estimates. 6 years ago
Rusty Russell 9d37b78088 cleanup: lowercase name of feerates, immediate -> urgent. 6 years ago
Rusty Russell 9d517ddc1d options: remove default-fee-rate now we don't use it. 6 years ago
Rusty Russell a3115279fd channeld: don't assign htlc preimage twice. 6 years ago
Rusty Russell 11a1ec6e94 openingd: don't leak peer messages. 6 years ago
Rusty Russell 36e31cacf9 openingd: don't leak messages from master. 6 years ago
Rusty Russell ac488bc01d hsmd: keep a map of clients. 6 years ago
Rusty Russell f80176eae9 connectd: move list entries of structs to top, to help dev-memleak detection. 6 years ago
Rusty Russell f80955c932 broadcast: don't leak in broadcast_del. 6 years ago
Rusty Russell 5d1f71c3c0 gossipd: don't leak fields in create_node_announcement. 6 years ago
Rusty Russell a475098928 gossipd: fix leak in gossip_store_add_channel_delete. 6 years ago
Rusty Russell 90d1062a55 daemon_conn: fix memory leak when passing an fd. 6 years ago
Rusty Russell 1c81486b48 routing: fix falsely flagged leak. 6 years ago
Rusty Russell b10bae1ceb gossipd: use ctx arg in create_channel_update. 6 years ago
Rusty Russell 2db77f5d1d gossipd: minor modifications for memleak detection to work. 6 years ago
Rusty Russell a2828ed40b memleak: allow for scanning non-talloc regions. 6 years ago
Rusty Russell 8733015836 memleak: don't require a root pointer. 6 years ago
Rusty Russell aa62d79db2 subd: fix false positive if we're inside a subd_req. 6 years ago
Rusty Russell 37ea0d3c7f memleak: fix exclude check. 6 years ago
Rusty Russell 112b7336a3 memleak: create and use a generic htable helper and generic intmap helper. 6 years ago
Rusty Russell 32d12e725f hsm: simplify code. 6 years ago
Rusty Russell 12a39b8a79 lightningd: fix backtraces in memleak detection. 6 years ago
Rusty Russell c02ab124aa ccan: update so we can apply notifiers to toplevel "NULL". 6 years ago
Rusty Russell 898655f40c chaintopology: fix outdated comment. 6 years ago