7747 Commits (667a7636595b31e8fdc3eff6d2b8dba0bd9c4221)
 

Author SHA1 Message Date
Christian Decker 667a763659 db: Add a table to track the penalty_bases for revocations 5 years ago
Christian Decker 6e323ae0cd watchtower: Add a struct containing the penalty base information 5 years ago
Sebastian Falbesoner 3a881d9b41 db: unregister sqlite3 trace callback also in error case 5 years ago
Rusty Russell 046b402c18 gossipd: return channel_announcement features for listchannels. 5 years ago
Rusty Russell 7cac5be5cb gossipd: keep a flag to indicate that we have features in channel_announcement. 5 years ago
Rusty Russell 855debcfe1 gossipd: upgrade v7 gossip_store to v8. 5 years ago
Rusty Russell 46793bdaaf pytest: test gossip_store upgrade from version 7 to version 8. 5 years ago
Rusty Russell 78ffea61e1 channeld: tell gossipd what the features are for our local channels. 5 years ago
Rusty Russell 1f2740efe8 Makefile: COMPAT_V082. 5 years ago
Rusty Russell ebb7daed49 tools/generate-wire.py: don't prettify headers. 5 years ago
Rusty Russell 0512e1a33e tools/generate-wire.py: add --include argument for putting #includes in spec-generated files. 5 years ago
Rusty Russell ae7485d2ac tools/generate-wire.py: don't define empty enums. 5 years ago
lisa neigut 39d5117210 utxo: add scriptSig + scriptPubkey field 5 years ago
lisa neigut c110f3662c bitcoin_tx: add helper for extracting output amount 5 years ago
lisa neigut d8c9e70c0c wallet-df: save our_funds amount to channel record 5 years ago
lisa neigut be708ba64a hsmd: pull up utxo signing 5 years ago
lisa neigut 82c49db841 amount: helper method for adding sats to an msat amount 5 years ago
Rusty Russell b0c9059602 tools/generate-wire: no more lonely messages! 5 years ago
Sebastian Falbesoner 8d4abc1104 db: fix error message in db_sqlite3_commit_tx() 5 years ago
Antoine Poinsot 4bb7b4621f pay: respect maxfeepercent when choosing a shadow route 5 years ago
Antoine Poinsot f83a1e0f2d Reproduce issue #3684 5 years ago
Rusty Russell 55cd61e3e5 lightningd: fix obsolete comment. 5 years ago
Rusty Russell 0bfa4024b6 lightningd: simplify plugin stdin/stdout initialization. 5 years ago
Rusty Russell fe365f930f lightningd: list disabled plugins in listconfig. 5 years ago
Rusty Russell 24063ca972 lightningd: have plugin-disable be more persistent. 5 years ago
Rusty Russell 20abcd3ba3 lightningd: final cleanup for plugins. 5 years ago
Rusty Russell 80f1f0ca15 lightningd: remove `stop` member from plugin. 5 years ago
Rusty Russell 8c59de5ee5 lightningd: make plugin_kill take a simple string. 5 years ago
Rusty Russell 7223a9446e lightningd: have plugin_send_getmanifest return an error string. 5 years ago
Rusty Russell 86615f5405 lightningd: make plugin opts free themselves. 5 years ago
Rusty Russell 051cbf7cc4 lightningd: make plugin_kill() free the plugin. 5 years ago
Rusty Russell 69b07cf5a6 lightningd: plugin init routines return error string or NULL. 5 years ago
Rusty Russell 852d785afb lightningd: make plugin response functions return the error. 5 years ago
Rusty Russell 4de11950ec lightningd: unify dynamic and static plugin initialization. 5 years ago
Rusty Russell 006ab1e367 pytest: test loading all plugins at once, including failing ones. 5 years ago
Rusty Russell 1e4f85a539 lightningd: refactor to extract getmanifest paths. 5 years ago
Rusty Russell 6441233d2b pytest: add test for a plugin which falls over outside a command. 5 years ago
Rusty Russell 9b9e830780 lightningd: attach plugins natively to the command which started it. 5 years ago
Rusty Russell ab8582036f lightningd: remove counter for pending_manifests in favor of checking for state. 5 years ago
Rusty Russell 7cda24509b lightningd: plugins_any_in_state and plugins_all_in_state helpers. 5 years ago
Rusty Russell ee401e62a2 lightningd: complete plugin state machine. 5 years ago
Rusty Russell 6a9c4e65c3 lightningd: remove obsolete FIXME comment. 5 years ago
Rusty Russell 77094b7df8 lightningd: avoid plugin timer indirection. 5 years ago
Rusty Russell f8cdb523dd plugin_hook_call: return indication whether we called the callback or not. 5 years ago
Rusty Russell b592d6fd8f lightningd: fix race where we do rescan before all plugins finish init. 5 years ago
Christian Decker 7b752e00d5 pyln: Set the bitcoin datadir when running tests 5 years ago
Christian Decker 9bfdf234f3 pyln-proto: Avoid circular dependency in setup.py 5 years ago
Sebastian Falbesoner 94c15f5cc0 contrib: add executable flag for bootstrap-node.sh 5 years ago
rbndg 83b78fd327 Unpacking variable for cleaner code for testing 5 years ago
rbndg e946b1889e Fixed PLUGIN.md comment for invoice creation 5 years ago