3443 Commits (5557958c475c49ff184f3b603cfc9c08e6be8ba4)
 

Author SHA1 Message Date
ZmnSCPxj 5557958c47 test_lightningd: Add test for autocleaninvoice. 7 years ago
ZmnSCPxj 159e736fc1 invoices: Implement autocleaninvoice. 7 years ago
ZmnSCPxj de853b4847 test_lightningd.py: Test delexpiredinvoice. 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
practicalswift 148aaa79d5 Check hex_decode(...) return value 7 years ago
ZmnSCPxj 9efe123a0d lightningd/json: Move json helpers specific for lightningd to new module. 7 years ago
ZmnSCPxj 6391645b83 test_lightningd: Check payment fields of pay return value. 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 7443bf5ed5 doc: Update for latest 'pay' command. 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
Rusty Russell d8cecf03dd test_lightningd.py: add test to trigger crash bug. 7 years ago
ZmnSCPxj e6de41b468 tools/rel.sh: Make POSIXLY compatible. 7 years ago
ZmnSCPxj 7bbc1948f7 chaintopology: Add missing `block_map_del`. 7 years ago
ZmnSCPxj 39d8f64226 doc: Update manpages for change in return value. 7 years ago
ZmnSCPxj f2aa15ffee test_lightningd.py: Check additional fields of sendpay. 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 8f76581005 Use pointer to const where possible 7 years ago
practicalswift c85c2fcfe9 Fix conversion order 7 years ago
practicalswift b8846dad49 Readability: Use streq instead of strcmp 7 years ago
practicalswift 60a7720a24 Avoid passing NULL argument to memcpy 7 years ago
practicalswift f0667d239a Remove duplicate va_end(...) call. va_end(...) is the responsibility of the caller. 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
practicalswift 20ae038080 Remove redundant declaration 7 years ago
practicalswift 9970419b3a Remove redundant return from void function 7 years ago
Rusty Russell a935ae0711 doc: Link STLYE.md from HACKING.md 7 years ago
Rusty Russell 08f4d48b0f Add some Style. 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 40fe5b7bac closingd: use global tmpctx. 7 years ago
Rusty Russell f2adb76d04 test: remove obsolete directory. 7 years ago
Rusty Russell de5d84097e lightningd: remove ltmp context now we have tmpctx. 7 years ago
Rusty Russell ccc9414356 status: remove trc context now we have tmpctx. 7 years ago
Rusty Russell 4845445079 memleak: ignore tmpctx. 7 years ago
Rusty Russell ef2a063169 utils: add a global tmpctx. 7 years ago