7552 Commits (8a3295b6a8231c3fbf1366e9d03cec72689a2e1d)
 

Author SHA1 Message Date
darosior ca7c1f8bc8 lightningd/chaintopology: use plugin for tip polling 5 years ago
darosior 7b18b24e39 lightningd/chaintopology: use plugin backend to setup topology 5 years ago
darosior 2b75a46a6c chaintopology: dont check bitcoin-core version at startup 5 years ago
darosior 3e8a782da7 bitcoind: initialize Bitcoin-backend plugin early 5 years ago
darosior c4ff960b74 bitcoind: allow commands to be registered by different plugins 5 years ago
darosior ae249a2294 chaintopology: check bitcoin plugin commands at startup 5 years ago
darosior 5840e90ceb plugins/libplugin: don't crash if 'lightning-rpc' doesnt exist (yet) 5 years ago
darosior c1009635ed plugins/bcli: register Bitcoin-related options 5 years ago
darosior f81cc9f552 plugins/bcli: wait for bitcoind to be warmed up at init 5 years ago
darosior 70a79e3998 plugins/bcli: a new plugin for gathering Bitcoin data 5 years ago
darosior 3eb0f56f87 libplugin: generalize the plugin_timer callback type 5 years ago
darosior b0b55d36ef libplugin: add a 'still_pending' helper 5 years ago
ZmnSCPxj jxPCSnmZ 5c7f9b542a doc/lightning-listpeers.7.md: Expand and correct. 5 years ago
darosior e6a6ef23fd pytest: make the libplugin test non flaky 5 years ago
Rusty Russell 86c28b2272 channeld: channel drain mitigation. 5 years ago
Rusty Russell 02565bcbea channeld: trivial refactor of fee_for_htlcs(). 5 years ago
Rusty Russell 6efde31ade pytest: simplified drain test (xfail) 5 years ago
Rusty Russell be8e261da6 ccan: update to include opt_unregister fix. 5 years ago
Christian Decker c223932e40 doc: Update plugins.md to describe the chain-mode for hooks 5 years ago
Christian Decker bdbbfaeb40 doc: Reduce useless nesting in plugins.md 5 years ago
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