2066 Commits (443d95e487c3f265b245e4698645f18384074c21)

Author SHA1 Message Date
Rusty Russell 443d95e487 lightningd: call disconnect notifier if other side disconnected. 5 years ago
darosior b5bb7f191f Plugins: Add a notification for invoice payment 5 years ago
Rusty Russell 6c335dfcc6 plugins: don't crash if getmanifest times out. 5 years ago
tasoshi 1af8d9ebdb lightningd/chaintopology: log_debug on broadcasting error (#2792) 5 years ago
lisa neigut 32eaae0cb9 wire-gen: move in-house wire delcarations to new format 5 years ago
Karl-Johan Alm 918e130448 add signet support 5 years ago
ZmnSCPxj bb301040e4 lightningd/options.c: Add option for setting how long to keep trying bitcoin-cli command. 5 years ago
Rusty Russell 1e6eabf018 developer: add --dev-force-channel-secrets. 5 years ago
Rusty Russell d59e2b1b4b developer: add --dev-force-bip32-seed to force a specific BIP32 seed. 5 years ago
Rusty Russell 07adb7efd6 developer: add --dev-force-privkey to allow setting a specific node key. 5 years ago
Rusty Russell fb6870c139 param: implement helpers for multiplex commands. 5 years ago
lisa neigut 5c07afac7d bolt: update to BOLT spec changes (extract format + type specifications) 5 years ago
lisa neigut 254ee8a5d3 bolt-spec: bring up to date at 309e86d471faf90c1f6c531701c16887684badb9 5 years ago
lisa neigut 4638995037 tests: log funder_faileds as unusual not broken 5 years ago
Rusty Russell 9fdcb1a122 openingd: remove unnecessary is_err flag. 5 years ago
Rusty Russell 280bd60988 lightningd: allow multiple cancels on a single fundchannel command. 5 years ago
Rusty Russell 4b1a300ee3 lightningd: fix fundchannel_complete race. 5 years ago
trueptolemy 6deed77d88 bitcoind: confirm chain with bitcoin-cli at the beginning 5 years ago
trueptolemy a594196c7c bitcoin-cli: rename bcli_args() to bcli_args_direct(), and also warp it in bcli_args() 5 years ago
Rusty Russell 54ce4ed1cf pytest: fail tests if we get any LOG_BROKEN level messages, unless flagged. 5 years ago
Rusty Russell 5f02294b5b lightningd/log: prefix log messages with level. 5 years ago
Rusty Russell d659dc4080 peer_control: fix autodata compile issue. (#2783) 5 years ago
Christian Decker 86d4362b65 wallet: Don't delete channels from DB, mark them closed. 5 years ago
Christian Decker 1dbdc74bc3 wallet: Add a final `CLOSED` state to channels 5 years ago
lisa neigut 7046d0220c makefiles: move all unit tests under `make check-units` 5 years ago
Rusty Russell 267d627521 lightningd: free htlc maps on exit. 5 years ago
Rusty Russell 7c760dafe2 lightningd/chaintopology: free block map and watches on exit. 5 years ago
Rusty Russell 98de92c50b lightningd/plugin: use ld's timer loop. 5 years ago
Rusty Russell ef541afd8a lightningd: free strmap of commands on shutdown. 5 years ago
Rusty Russell d5bd1682f5 lightningd: free timers on shutdown. 5 years ago
Rusty Russell f1bea55395 lightningd: fix occasional missing txid detection. 5 years ago
Rusty Russell a450962b49 channeld/lightningd/hsmd: strengthen our checks against 0-output txs. 5 years ago
Rusty Russell 960bfb89f5 lightningd: don't crash on old zero-output commitment_txs. 5 years ago
Rusty Russell f1b57063f7 bitcoin/tx: use fromwire_fail in pull_bitcoin_tx. 5 years ago
Rusty Russell 841fba7295 lightningd: restore ' ' before '}' for older pylightning. 5 years ago
Rusty Russell 67eb26c5e6 lightningd: fix bogus channel iteration on setchannelfee 5 years ago
Rusty Russell e9ff8e4b4e openingd_control: fix merge error with json_stream_success. 5 years ago
Rusty Russell 4c118bcdba openingd: fix compile error caused by merge. 5 years ago
lisa neigut c00e0d2936 funding: rename fundchannel_continue -> _complete 5 years ago
lisa neigut 5aad642c59 opening: add fundchannel_cancel command 5 years ago
lisa neigut 478762dbd2 funding: wire up funding_continue 5 years ago
lisa neigut 8a60caaed9 funding: add a 'inflight' marker 5 years ago
lisa neigut 7ea21c36b1 fundchannel: add txout field to RPC/API 5 years ago
lisa neigut dd11d3bd81 lightningd: add start for fundchannel_continue 5 years ago
lisa neigut 52042bde80 opening: stash amount outside of the wtx 5 years ago
lisa neigut 5920e656cf opening: wire up walking through open channel up thru accept 5 years ago
lisa neigut 8103acd9b3 opening: add entry point for `funding_start rpc command 5 years ago
lisa neigut 846bc9cbc4 openingd: allow funding_failed to complete successfully 5 years ago
lisa neigut eb0b3d7b09 json: correct error message for param parser 5 years ago
lisa neigut a9d0550cf4 common: pull out scriptPubkey address method 5 years ago