2877 Commits (32d66b2740deed55d8bc459da81b6dacac986b39)

Author SHA1 Message Date
darosior f55d29ee49 lightningd/notification: use notification name in 'jsonrpc_notification_start()' 6 years ago
Rusty Russell 39e8e98b49 options: make option registration a single function. 6 years ago
Rusty Russell f68c9fa9c9 opt: make sure early cmdline options override config file. 6 years ago
Rusty Russell 0b5b1faff5 common/configdir: simply supply defaults, leave parsing to programs. 6 years ago
Rusty Russell 875854f71c invoice: fix up internal help msg to match updated expiry default. 6 years ago
Simon Vrouwe 0abbbbb588 plugins: when plugins start, log their PID and path 6 years ago
Simon Vrouwe 7c270e299b lightningd: improve description of dev-no-reconnect option 6 years ago
Rusty Russell 57b2fe5890 lightningd: fix fatal error on startup if bitcoind isn't ready. 6 years ago
Rusty Russell dd79813a75 common: add peer_error flag to treat this error as "soft". 6 years ago
Rusty Russell f7a890ca35 lightningd: add slow_reconnect flag for transient failure. 6 years ago
Rusty Russell fea7e10e15 lightningd: make callers of channel_set_owner do reconnection. 6 years ago
Rusty Russell 443d95e487 lightningd: call disconnect notifier if other side disconnected. 6 years ago
darosior b5bb7f191f Plugins: Add a notification for invoice payment 6 years ago
Rusty Russell 6c335dfcc6 plugins: don't crash if getmanifest times out. 6 years ago
tasoshi 1af8d9ebdb lightningd/chaintopology: log_debug on broadcasting error (#2792) 6 years ago
lisa neigut 32eaae0cb9 wire-gen: move in-house wire delcarations to new format 6 years ago
Karl-Johan Alm 918e130448 add signet support 6 years ago
ZmnSCPxj bb301040e4 lightningd/options.c: Add option for setting how long to keep trying bitcoin-cli command. 6 years ago
Rusty Russell 1e6eabf018 developer: add --dev-force-channel-secrets. 6 years ago
Rusty Russell d59e2b1b4b developer: add --dev-force-bip32-seed to force a specific BIP32 seed. 6 years ago
Rusty Russell 07adb7efd6 developer: add --dev-force-privkey to allow setting a specific node key. 6 years ago
Rusty Russell fb6870c139 param: implement helpers for multiplex commands. 6 years ago
lisa neigut 5c07afac7d bolt: update to BOLT spec changes (extract format + type specifications) 6 years ago
lisa neigut 254ee8a5d3 bolt-spec: bring up to date at 309e86d471faf90c1f6c531701c16887684badb9 6 years ago
lisa neigut 4638995037 tests: log funder_faileds as unusual not broken 6 years ago
Rusty Russell 9fdcb1a122 openingd: remove unnecessary is_err flag. 6 years ago
Rusty Russell 280bd60988 lightningd: allow multiple cancels on a single fundchannel command. 6 years ago
Rusty Russell 4b1a300ee3 lightningd: fix fundchannel_complete race. 6 years ago
trueptolemy 6deed77d88 bitcoind: confirm chain with bitcoin-cli at the beginning 6 years ago
trueptolemy a594196c7c bitcoin-cli: rename bcli_args() to bcli_args_direct(), and also warp it in bcli_args() 6 years ago
Rusty Russell 54ce4ed1cf pytest: fail tests if we get any LOG_BROKEN level messages, unless flagged. 6 years ago
Rusty Russell 5f02294b5b lightningd/log: prefix log messages with level. 6 years ago
Rusty Russell d659dc4080 peer_control: fix autodata compile issue. (#2783) 6 years ago
Christian Decker 86d4362b65 wallet: Don't delete channels from DB, mark them closed. 6 years ago
Christian Decker 1dbdc74bc3 wallet: Add a final `CLOSED` state to channels 6 years ago
lisa neigut 7046d0220c makefiles: move all unit tests under `make check-units` 6 years ago
Rusty Russell 267d627521 lightningd: free htlc maps on exit. 6 years ago
Rusty Russell 7c760dafe2 lightningd/chaintopology: free block map and watches on exit. 6 years ago
Rusty Russell 98de92c50b lightningd/plugin: use ld's timer loop. 6 years ago
Rusty Russell ef541afd8a lightningd: free strmap of commands on shutdown. 6 years ago
Rusty Russell d5bd1682f5 lightningd: free timers on shutdown. 6 years ago
Rusty Russell f1bea55395 lightningd: fix occasional missing txid detection. 6 years ago
Rusty Russell a450962b49 channeld/lightningd/hsmd: strengthen our checks against 0-output txs. 6 years ago
Rusty Russell 960bfb89f5 lightningd: don't crash on old zero-output commitment_txs. 6 years ago
Rusty Russell f1b57063f7 bitcoin/tx: use fromwire_fail in pull_bitcoin_tx. 6 years ago
Rusty Russell 841fba7295 lightningd: restore ' ' before '}' for older pylightning. 6 years ago
Rusty Russell 67eb26c5e6 lightningd: fix bogus channel iteration on setchannelfee 6 years ago
Rusty Russell e9ff8e4b4e openingd_control: fix merge error with json_stream_success. 6 years ago
Rusty Russell 4c118bcdba openingd: fix compile error caused by merge. 6 years ago
lisa neigut c00e0d2936 funding: rename fundchannel_continue -> _complete 6 years ago