2112 Commits (9b88fd4c606b0dbca56d8637d9b1376e4a5e4151)

Author SHA1 Message Date
Rusty Russell 9b88fd4c60 bolt: update to 950b2f5481c2a4b57ef1102e2374543e81c4aa88 6 years ago
Rusty Russell 2b3003f25b channeld: delay sending channel_announcement by 60 seconds. 5 years ago
Rusty Russell 359433f374 lightningd: convert the compiler-wanted-init FIXME. 6 years ago
Rusty Russell 02609773c0 lightningd: suppress gcc-7.4.0 error 6 years ago
trueptolemy 31e2e70f17 invoice: a cleanup for the json of struct sha256 6 years ago
trueptolemy e75d8e061b Plugin: New notification type, forward_event 6 years ago
trueptolemy a449a91ae2 JSON: Warp the process of forward payment json object 6 years ago
trueptolemy bcec6bb6cc API: 'listforwards' now include 'payment_hash' field 6 years ago
Rusty Russell 2255dd4dda
lightningd: avoid thundering herd on restart. 6 years ago
Rusty Russell cc70b9c4ec wire: use common/bigsize routines 6 years ago
Rusty Russell 3fa375881a bigsize: make it a proper first-class type. 6 years ago
Simon Vrouwe 1ae8b73f0e doc: invoice manpage: add some details about route hint selection 6 years ago
Christian Decker 5dff67900e tx: Add chainparams when deserializing transactions from wire msgs 6 years ago
Christian Decker d14bd286ba bitcoin: Add chainparams to transactions from blocks 6 years ago
Christian Decker 9288a7906b tx: Add chainparams to struct bitcoin_tx as context 6 years ago
Christian Decker 2537bd5afa closingd: Tell closingd which chain we are working on 6 years ago
Christian Decker c5ac6c7b1f hsmd: Tell hsmd which chain we are working on 6 years ago
Christian Decker 15e73e3dc3 onchaind: Pass genesis hash to onchaind so it knows the chainparams 6 years ago
trueptolemy 130bf20516 lightningd: check bitcoind version when `setup_topology` 6 years ago
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. 6 years ago
Rusty Russell a477c69d46 lightningd: fix crash on dynamic plugin startup 6 years ago
Rusty Russell 310d806dd3 plugins: document and extend the ~/.lightning/plugins/ dir. 6 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