6402 Commits (91dcd1d55a15f038102b3a12eba3244c56b41126)
 

Author SHA1 Message Date
Christian Decker ea4831363e sphinx: Consolidate some of the hard-coded parameter naming 6 years ago
Rusty Russell 79d32ec2f2 plugin: notice when plugin has *started* configuring. 5 years ago
Rusty Russell df8a6f615b pytest: test for crash when we do a plugin op and a plugin has not finished init 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
Rusty Russell 4f937ea1f0 fixup! FreeBSD: fix build. 5 years ago
Rusty Russell 9e5b9a31c9 FreeBSD: fix build. 5 years ago
Rusty Russell 6bb8525e5d gossipd: fix crash when we prune old, un-updated channel announcements. 5 years ago
darosior 1e2f379e1b Add a CHANGELOG bragline for the plugin command and new fields in 5 years ago
darosior dda154612c doc: add the new init and getmanifest fields 5 years ago
darosior 307fb0708e lightningd/plugin_control: don't control non-dynamic plugins 5 years ago
darosior 12e28c2554 lightningd/plugin: Add a 'dynamic' field to getmanifest and a 'startup' field to init 5 years ago
darosior f81db6fb47 Travis: export PYTHONPATH to add pylightning 5 years ago
darosior e61e0cc28b Add a manpage for the 'plugin' command 5 years ago
darosior 9ddc2e0334 Add the 'plugin' subcommands to pylightning and add a test for them 5 years ago
darosior 2864b4de01 lightningd/plugin_control: add a 'plugin' command 5 years ago
darosior d299420fbe lightningd/plugin_hook: make it possible to unregister a hook 5 years ago
darosior ce12a37a2b lightningd/plugin: Add a 'configured' member to the plugin struct, split 'plugins_init' 5 years ago
darosior 2e25c87bd4 lightningd/plugin: Move structs to header, make 'paths_match' and 'plugin_kill' non static 5 years ago
Rusty Russell 6da420a65b lightning-cli: change default printing in response to "format-hint": "simple". 5 years ago
Rusty Russell b03369ea2d common: generalize json_tok_remove. 5 years ago
Rusty Russell 7b1088a235 lightning-cli: clean up human_help() function. 5 years ago
Rusty Russell 7e97119117 lightning-cli: use tal_arr for toks again. 5 years ago
Rusty Russell 3c3a89c483 tools/generate-wire.py: add test for implicit lengths. 5 years ago
Rusty Russell 3f8600e9c0 tools/generate-wire.py: handle implicit tlv length fields. 5 years ago
Rusty Russell c580225c38 wire: handle bigsize/varint fields. 5 years ago
Rusty Russell 2e68b88be8 tools: fix tlv generation 5 years ago
darosior d72f0589bd Add 'channel_opened' notification to changelog 5 years ago
darosior 2683170da8 Test and document 'channel_opened' notification 5 years ago
darosior 736651ba43 lightningd/notification: add 'channel_opened' notification 5 years ago
darosior f55d29ee49 lightningd/notification: use notification name in 'jsonrpc_notification_start()' 5 years ago
lisa neigut 64b43dd060 wire-gen: allow NULL for a tlv record in towire 5 years ago
lisa neigut 42251cc5b9 bolt-gen: fixup subtype nested varsize definition 5 years ago
Rusty Russell 39e8e98b49 options: make option registration a single function. 5 years ago
Rusty Russell f68c9fa9c9 opt: make sure early cmdline options override config file. 5 years ago
Rusty Russell 0b5b1faff5 common/configdir: simply supply defaults, leave parsing to programs. 5 years ago
Rusty Russell 875854f71c invoice: fix up internal help msg to match updated expiry default. 5 years ago
Simon Vrouwe 0abbbbb588 plugins: when plugins start, log their PID and path 5 years ago
Simon Vrouwe 7c270e299b lightningd: improve description of dev-no-reconnect option 5 years ago
Simon Vrouwe af7044d09d pytest: test_fee_limits, add case where opening channel is denied when feerate is too low 5 years ago
Rusty Russell 57b2fe5890 lightningd: fix fatal error on startup if bitcoind isn't ready. 5 years ago
Rusty Russell 6c7a45623e common: detect "sync error" from lnd. 5 years ago
Rusty Russell dd79813a75 common: add peer_error flag to treat this error as "soft". 5 years ago
Rusty Russell f7a890ca35 lightningd: add slow_reconnect flag for transient failure. 5 years ago
Rusty Russell fea7e10e15 lightningd: make callers of channel_set_owner do reconnection. 5 years ago
Rusty Russell 443d95e487 lightningd: call disconnect notifier if other side disconnected. 5 years ago
Kristaps Kaupe d02496b89b Return output idx for a funding tx in a channel information in listfunds 5 years ago
Karl-Johan Alm 2309951eda docs: add entry to CHANGELOG about signet addition 5 years ago
Rusty Russell b1738c5b89 tools: fix 32 bit compile error 5 years ago
darosior 5dee59e969 Plugins: update the doc and add a changelog bragline about 'invoice_payment' notification 5 years ago