7382 Commits (490550d508b1efe70cefb0d28feb9b5c58d289b6)
 

Author SHA1 Message Date
Christian Decker 490550d508 plugin: Allow multiple plugins to register the `htlc_accepted` hook 5 years ago
Christian Decker d639bdd416 plugin: Remove special case for plugin stopping while handling hooks 5 years ago
Christian Decker a3ab3d2990 plugin: Call next plugin that registered hook if result is continue 5 years ago
Christian Decker 71e67ba47f plugin: Split plugin_hook_call_ into initialization and call_next 5 years ago
Christian Decker dc2f9a9088 plugin: Internalize plugin_hook call payload in the request struct 5 years ago
Christian Decker b25e195c2c plugin: Multiple plugins can register a singl hook 5 years ago
Christian Decker 9a2a09efd6 plugin: Introduce plugin type to allow singleton and chaining 5 years ago
Rusty Russell 30580731a6 Minor fixups on PR #3477 5 years ago
Christian Decker 4737977128 plugin: Allow custom features only if the plugin is not dynamic 5 years ago
Christian Decker 5bd419d9fd doc: Document the featurebits functionality for plugins 5 years ago
Christian Decker ebd3a8d7f2 plugin: Add featurebits registered by plugins to node_announcements 5 years ago
Christian Decker 8d6c8c3cd1 connectd: Pass the init_featurebits down to connectd and use in init 5 years ago
Christian Decker 58c9a6a004 plugin: Include featurebits registered by plugins in invoices 5 years ago
Christian Decker 532bf1730f plugin: Add function to collect featurebits that plugins registered 5 years ago
Christian Decker 9b976da3bc features: Add featurebits_or helper to combine two featurebitstrings 5 years ago
Christian Decker ea62d97879 plugin: Store a plugin's featurebits in the plugin struct 5 years ago
Christian Decker 966ac95098 pytest: Add a test for plugin featurebits 5 years ago
Christian Decker a13591400a pyln-client: Add facility to register featurebits from plugins 5 years ago
lisa neigut 27c7707874 Add note about rationale for check 5 years ago
lisa neigut ec1b86d9d5 channel: make error 'hard' if awaiting lockin 5 years ago
lisa neigut 1e3a411b74 channel control: check that peer is connected before canceling 5 years ago
lisa neigut 6ea1de4448 channel control: break out separate method for canceling 5 years ago
lisa neigut 278b69dfbe channel control: don't allow peer to cancel channel 5 years ago
ZmnSCPxj jxPCSnmZ e6c486f87c doc/lightning-listchannels.7.md: Fix factual errors. 5 years ago
Michael Schmoock e92ab89087 test: uses wait_for_htlcs helper in test_pay 5 years ago
Michael Schmoock 5f7cf307e7 pyln-testing: adds helper wait_for_htlcs 5 years ago
darosior 972b4def57 lightningd/plugin: unregister a plugin's options when stopping it 5 years ago
darosior 2b57cfcc59 ccan: retrieve last updates to opt/ 5 years ago
darosior 84e3fa39b3 pytest: test libplugin's send_outreq 5 years ago
darosior 75becf7227 pytest: test hooks and notifications with libplugin 5 years ago
darosior ceeb5503cc libplugin: fix 'dynamic' field in getmanifest 5 years ago
darosior da476848d1 pytest: add a C testing plugin to test libplugin 5 years ago
darosior b91433cb42 libplugin: use json_stream for all plugins' commands 5 years ago
darosior 2bff80e3de libplugin: use json_stream helpers for RPC calls 5 years ago
darosior 0546728819 libplugin: use json_stream helpers for handle_getmanifest 5 years ago
darosior 45e9f53c6b libplugin: expose helpers to start and end a jsonrpc response 5 years ago
Christian Decker 9521549c49 elements: Fix missing witness script entry for fee outputs 5 years ago
Niklas Claesson de5eaf2238 configurator: Enable running configurator in wrapper 5 years ago
Rusty Russell 6209ae1abf ccan: update to get configurator with --wrapper option 5 years ago
Rusty Russell f376a9c24c common: use tabs everywhere. 5 years ago
Rusty Russell 5d2fdfe66b common: add check that pico-valued invoices are round numbers. 5 years ago
Rusty Russell 3e9d4de02e common: add testing for proposed bolt11 additional tests. 5 years ago
Rusty Russell 77c867d95f common: fix bolt11 parsing of unknown `f` versions. 5 years ago
Rusty Russell d8e933aac7 common: add pico-BTC parsing test from proposed BOLT. 5 years ago
Rusty Russell 7028493d01 common: implement route comparison in run-bolt11. 5 years ago
darosior 4772025b5d libplugin don't expose the plugin struct 5 years ago
darosior b6b2e6727e libplugin: make deprecated_apis a global 5 years ago
darosior 02fe34ed95 libplugin: don't expose the rpc_conn struct 5 years ago
darosior b31e3b1541 libplugin: pass a pointer to plugin to send_outreq 5 years ago
darosior c765a223f1 libplugin: use ccan/io for async Rpc requests 5 years ago