2093 Commits (af5b3203b55b71047ca6eb80db72e91824a41a53)

Author SHA1 Message Date
Christian Decker b83d15ea4a sphinx: Remove standalone v0 payload in favor of the unionized one 6 years ago
Christian Decker 6831db62f7 sphinx: Clean up after migrating to the `sphinx_path` struct 6 years ago
Christian Decker a0a1a1f752 sphinx: Add function to add a new v0 hop to a sphinx_path 6 years ago
Rusty Russell 79d32ec2f2 plugin: notice when plugin has *started* configuring. 5 years ago
Rusty Russell a477c69d46 lightningd: fix crash on dynamic plugin startup 5 years ago
Rusty Russell 310d806dd3 plugins: document and extend the ~/.lightning/plugins/ dir. 5 years ago
darosior dda154612c doc: add the new init and getmanifest fields 6 years ago
darosior 307fb0708e lightningd/plugin_control: don't control non-dynamic plugins 6 years ago
darosior 12e28c2554 lightningd/plugin: Add a 'dynamic' field to getmanifest and a 'startup' field to init 6 years ago
darosior 2864b4de01 lightningd/plugin_control: add a 'plugin' command 6 years ago
darosior d299420fbe lightningd/plugin_hook: make it possible to unregister a hook 6 years ago
darosior ce12a37a2b lightningd/plugin: Add a 'configured' member to the plugin struct, split 'plugins_init' 6 years ago
darosior 2e25c87bd4 lightningd/plugin: Move structs to header, make 'paths_match' and 'plugin_kill' non static 6 years ago
Rusty Russell 6da420a65b lightning-cli: change default printing in response to "format-hint": "simple". 6 years ago
Rusty Russell b03369ea2d common: generalize json_tok_remove. 6 years ago
darosior 736651ba43 lightningd/notification: add 'channel_opened' notification 6 years ago
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