4725 Commits (0bc80c468751b6d53952543522023e204512cc37)
 

Author SHA1 Message Date
Rusty Russell 0bc80c4687 pytest: make sure we wait for node announcements in line_graph too. 6 years ago
Rusty Russell ae4f358711 CHANGELOG: tag 0.6.2-rc1. 6 years ago
Rusty Russell a455e5e218 payalgo: correctly fail command in json_pay_failure. 6 years ago
Rusty Russell c5cd4791be onchaind: allow multiple candidate HTLCs for output match 6 years ago
Rusty Russell c919551109 onchaind: include htlc id in htlc_stub so we agree on what HTLC we're closing. 6 years ago
Rusty Russell a0511a4496 pytest: more thorough tests for HTLC confusion. 6 years ago
Rusty Russell a4dbd6e0f0 pytest: simple addition to test_onchain_timeout to trigger grind failure. 6 years ago
Rusty Russell 3746ea36e2 channeld: tiebreak identical HTLC outputs by CLTV. 6 years ago
Rusty Russell 0006d5771d pytest: test for HTLCs with identical payment_hash and different CLTVs. 6 years ago
Rusty Russell 0c28c7b6a5 channeld: htlcmap is never NULL. 6 years ago
Rusty Russell ad2519a6f4 spelling: Check LockTime Verify. 6 years ago
Rusty Russell e1b1abd328 doc: fix argument documentation for lightning-sendpay. 6 years ago
Rusty Russell f3329d6013 pylightning: add msatoshi optional sendpay param. 6 years ago
Rusty Russell 7eec2253e9 lightningd: fix up compile errors from bad merge. 6 years ago
Rusty Russell 0dcd66880c Rename `struct json_result` to `struct json_stream` (RENAMEONLY) 6 years ago
Rusty Russell 66dcba099d gossipd: hand raw pubkeys in getnodes and getchannels entries. 6 years ago
Rusty Russell c403415caa lightningd: format JSON directly into json connection membuf. 6 years ago
Rusty Russell 03e7be5bce json_connection: keep pointer to the conn. 6 years ago
Rusty Russell f4a2c4f8bb jsonrpc: helper to move an existing io_write. 6 years ago
Rusty Russell 240abf6c46 common/io_lock: add helper to query if lock is taken. 6 years ago
Rusty Russell e46ce0fc84 jsonrpc: declare up front whether a response is success or fail. 6 years ago
Rusty Russell 12adcda370 test/run-param: don't reach into json_result to get the string. 6 years ago
Rusty Russell 39f0dfb664 jsonrpc: use ccan/membuf instead of a string for our output buffer. 6 years ago
Rusty Russell e9fcd120f8 jsonrpc: fix reading of multiple commands. 6 years ago
Rusty Russell ce0bd7abd3 jsonrpc: only allow a single command at a time. 6 years ago
Rusty Russell 8238fe6acf common/json: only maintain array of nested types if DEVELOPER mode. 6 years ago
Rusty Russell 20bed28759 jsonrpc: use empty flag instead of examining the tail of the JSON. 6 years ago
Rusty Russell 305795b01e common/json: move JSON creation routines into lightningd/ 6 years ago
Rusty Russell 71a40faae7 withdraw: fix incorrect error when we have an empty wallet. 6 years ago
Christian Decker f583e6bc58 pytest: Silence some more warnings about raw_strings in regexps 6 years ago
Christian Decker f3b4dcb1f6 channel: Set the billboard to reconnecting when we restarted 6 years ago
Rusty Russell 31d8a5a9a4 pytest: cleanup test_forward_stats. 6 years ago
Rusty Russell 604638712b jsonrpc: Only show total fees collected in getinfo. 6 years ago
Christian Decker 5471e3c0fc json-rpc: Mention `listforwards` and stats in CHANGELOG 6 years ago
Christian Decker 6b7546b94d json-rpc: Rename `getroutestats` and move stats to getinfo 6 years ago
Christian Decker 6d333f16cc wallet: Correctly handle forwards when channels or htlcs are deleted 6 years ago
Christian Decker facd7d16aa json-rpc: Add `listforwardings` command 6 years ago
Christian Decker 6efdd5275c pytest: Test that we record forwardings correctly 6 years ago
Christian Decker 4b4c549c9d htlcs: Wire up the forward statistics on HTLC updates 6 years ago
Christian Decker 5b924a7eb7 wallet: Add primitives to add forwarded payments to the DB 6 years ago
Christian Decker 07ebc525e9 wallet: Add new `forwards` table to keep track of forwarded payments 6 years ago
Amin Shah Gilani 6d2e5bace3 Copy-edit README.md 6 years ago
Rusty Russell 09b33015c4 connectd: give user a hint when wrong key is used. 6 years ago
Rusty Russell cd8446f081 ccan: update to get new ccan/io which sets errno to 0 on EOF. 6 years ago
Rusty Russell acc01e6436 ccan: update. 6 years ago
Rusty Russell 6af8f29392 bolt11: better message when you try to 'lightning-cli pay' an onchain addr. 6 years ago
Rusty Russell e2f4359c08 CHANGELOG: Fix up Added order, add note about htlc_maximum_msat. 6 years ago
Rusty Russell 81823e5fed CHANGELOG: add entry for help updates. 6 years ago
Rusty Russell 3e3543a12c CHANGELOG: note autotor port fix. 6 years ago
Rusty Russell 6ff7beab1f CHANGELOG: note gossip fix 0855422110 6 years ago