1236 Commits (0733770559c73bbae7166fb07047124d3dfbbfb0)

Author SHA1 Message Date
conanoc c4700a13a7 Add guard for BACKTRACE_SUPPORTED 7 years ago
Rusty Russell 9f7d4312ff bolt11: undo json encoding for description bytes. 7 years ago
Rusty Russell 54431d2b08 lightningd: escape our own alias when we print it in logs. 7 years ago
Rusty Russell 4139f06780 json_getnodes: escape the alias when we print it out. 7 years ago
Rusty Russell 76e8a11380 wallet: use json_escaped for invoice label. 7 years ago
Rusty Russell d92579f627 common/json_escaped: new type which explicitly notes a string is already JSON. 7 years ago
Christian Decker 0a5ea76d77 gossip: Add message types to store gossip msgs and associate data 7 years ago
practicalswift a4059ef83e Use expected LIGHTNING_DIR_FILE_H define 7 years ago
practicalswift 98f49c0837 Remove include in file foo.c that is already included in foo.h 7 years ago
Igor Cota 8c00e4f98d Add --bitcoin-rpcport option to pass to bitcoin-rpc 7 years ago
practicalswift 0bf1b01425 Fix typos 7 years ago
Mark Beckwith 489d8d04a6 Fund all (#1249) 7 years ago
ZmnSCPxj 5737853123 options: Add --autocleaninvoice-* options. 7 years ago
ZmnSCPxj 159e736fc1 invoices: Implement autocleaninvoice. 7 years ago
ZmnSCPxj 3b0081aebb invoices: Add delexpiredinvoice command. 7 years ago
Rusty Russell 8966a175ee chaintopology: add debug message when we're adjusting due to feerate floor. 7 years ago
Rusty Russell 2e687b9b35 chaintopology: set a fee floor to avoid creating unrelayable txs. 7 years ago
ZmnSCPxj, ZmnSCPxj jxPCSmnZ 044705a547 peer_control: Fix a use-after-free bug. (#1237) 7 years ago
practicalswift e56eee50c8 Make sure we never pass a negative value to dup2(...) 7 years ago
ZmnSCPxj 9efe123a0d lightningd/json: Move json helpers specific for lightningd to new module. 7 years ago
ZmnSCPxj 881eb80f6a payalgo: Make 'pay' return similar to 'listpayments' 7 years ago
ZmnSCPxj 3c39bcc0f7 pay: Make json_add_payment_fields accessible to other parts. 7 years ago
ZmnSCPxj d181ecbeea payalgo: Implement retry_for for pay command. 7 years ago
ZmnSCPxj 981af478f1 payalgo: Keep and report route and route failures. 7 years ago
ZmnSCPxj 234d67da34 channel_fail_permanent: Use a channel-level error, not an all-channels error. 7 years ago
ZmnSCPxj d49915cdd2 peer_control: Have listpeers also return channel ID. 7 years ago
ZmnSCPxj 099acb2a66 opening_control: have fundchannel also return channel_id. 7 years ago
Rusty Russell 4ffd5e213b pay: work around bug #1212 for existing databases. 7 years ago
Rusty Russell 1b9791f0f5 pay: delete HTLC when we delete payment. 7 years ago
ZmnSCPxj 7bbc1948f7 chaintopology: Add missing `block_map_del`. 7 years ago
ZmnSCPxj 022cfccddd pay: sendpay and waitsendpay print similar to listpayments 7 years ago
ZmnSCPxj fa281d32ea pay: sendpay_result has payment on success or in-progress. 7 years ago
practicalswift f9bd43f266 Limit scope of variable failcode. Remove dead code. 7 years ago
practicalswift b557e7b0fc Fix misleading indentation (space before tab) 7 years ago
practicalswift 7bd1ae6b2e Fix misleading indentation (in the case of DEVELOPER) 7 years ago
practicalswift b206aed371 Remove redundant cast to same type 7 years ago
practicalswift 03e2e404f2 Mark unused parameters as such (using "UNUSED") 7 years ago
Rusty Russell e63b7bb539 take: allocate temporary variables off NULL. 7 years ago
Rusty Russell 0a6e3d1e13 utils: remove tal_tmpctx altogether, use global. 7 years ago
Rusty Russell de5d84097e lightningd: remove ltmp context now we have tmpctx. 7 years ago
Rusty Russell ef2a063169 utils: add a global tmpctx. 7 years ago
Rusty Russell 41ef42ee94 memdump: fix overzealous assertions from b857b2e843 7 years ago
ZmnSCPxj a0c2686ebd pay: Have sendpay wait for payment to be saved. 7 years ago
ZmnSCPxj a7a18b96cf pay: Rename some sendpay functions and fields to waitsendpay 7 years ago
ZmnSCPxj 61882ed9df pay: Add hook for triggering storage of payments. 7 years ago
ZmnSCPxj 24ee5d0437 pay: Store payment on failure. 7 years ago
ZmnSCPxj 411c9583a7 pay: Save and recover failure information. 7 years ago
ZmnSCPxj 1e4adb0359 pay: Make sendpay nonblocking. 7 years ago
ZmnSCPxj bb4661f008 pay: Factor out construction of sendpay_result 7 years ago
Rusty Russell 46cc7c281e features: more general accessor functions. 7 years ago