6384 Commits (d0027b1036ee0e1111a3c10bd9f7233892d0582d)
 

Author SHA1 Message Date
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
darosior 34533ead68 Plugins: Add a test for the 'invoice_payment' notfication 5 years ago
darosior b5bb7f191f Plugins: Add a notification for invoice payment 5 years ago
sskender 2235d3b9d7 Update INSTALL.md 5 years ago
darosior 97ff855f5a Install python3-mako in the Dockerfile 5 years ago
Rusty Russell 6c335dfcc6 plugins: don't crash if getmanifest times out. 5 years ago
ZmnSCPxj 559e3f35a6 devtools/: Ignore mkcommit and mkfunding executables. 5 years ago
tasoshi 1af8d9ebdb lightningd/chaintopology: log_debug on broadcasting error (#2792) 5 years ago
Rusty Russell d551b125cc Makefile: make extract-experimental-bolt-csv check out the BOLTVERSION. 5 years ago
Rusty Russell 837530514a Makefile: make wire generated CSV depend on config. 5 years ago
Rusty Russell c5ae29d2b1 check: only check EXPERIMENTAL-tagged BOLT quotes if EXPERIMENTAL_FEATURES 5 years ago
lisa neigut 46cbca97ea bolt-gen: use 'enum' instead of 'e:' prefix for enums 5 years ago
lisa neigut b6d4c372bb bolt-gen: fix broken 'exposed subtype' generation 5 years ago
lisa neigut 068496298c bolt-gen: rm unused bolt-generator; rename new bolt generator 5 years ago
lisa neigut 32eaae0cb9 wire-gen: move in-house wire delcarations to new format 5 years ago
lisa neigut 236d26308f bolt-gen: make optional 'assignable' fields work 5 years ago
lisa neigut ff82c918a5 bolt-gen: formatting cleanups 5 years ago
lisa neigut 316edb39a4 bolt-gen: for wire messages, print out optional fields (if present) 5 years ago
lisa neigut 40154b35f0 bolt-gen: make needs-context not recursive 5 years ago