140 Commits (2c9ad7ea29d1d14668577d29f3bd040575aa0f0e)

Author SHA1 Message Date
Rusty Russell cbd0be5c0e EXPERIMENTAL_FEATURES: enable option_anchor_outputs. 4 years ago
Rusty Russell 8cf2fff91b pytest: generalize tests. 4 years ago
Rusty Russell 6b39731c6a fundchannel: provide outnum 4 years ago
Rusty Russell 2f4c16c388 pytest: fix race in test_bcli. 4 years ago
Rusty Russell fc097b8b48 libplugin: allow commands and options to mark themselves deprecated. 5 years ago
Rusty Russell fde353ab00 pytest: use get_nodes more widely. 4 years ago
Rusty Russell 7bb461acd8 pytest: fix flake in test_channel_opened_notification 4 years ago
ZmnSCPxj jxPCSnmZ 1ded3fc52f lightningd/plugin.c: Add a `--dev-builtin-plugins-unimportant` for developers who want to mess around with the builtin plugins. 5 years ago
ZmnSCPxj jxPCSnmZ 1aa076845a tests/test_plugin.py: Test builtin plugins are important. 5 years ago
ZmnSCPxj jxPCSnmZ 48f36904c8 tests/test_plugin.py: Add test for --important-plugin. 5 years ago
Christian Decker 2146a548bd plugin: Do not return multiple times from `pay` 5 years ago
Christian Decker 734f292695 pytest: Reproduce issue #3847 5 years ago
Christian Decker 5bef4fc196 mpp: Lower amounts below the presplit amount 5 years ago
niftynei ccb78712cf elements,tests: fixup output amounts for elements 5 years ago
Rusty Russell 7aa8ffa2a0 bitcoin: add weight calculation helpers. 5 years ago
Christian Decker b5c9dcab5a pytest: Fix up the payload replacement test 5 years ago
niftynei 8185474bfb liquid-compat: update coinmove check to be liquid compatible 5 years ago
Rusty Russell f4f8a363dd pytest: fix feature mask for EXPERIMENTAL_FEATURES, add wumbo support. 5 years ago
lisa neigut d35149e5ca try to fix travis test flakes 5 years ago
lisa neigut ffd9467f14 coin moves: persist the coin movement index counter to disk 5 years ago
lisa neigut de86e29e16 coin moves: log all withdrawals when confirmed in a block 5 years ago
lisa neigut 9c4c0f10fb coin_mvt: add integration tests for in-channel htlc movements 5 years ago
Christian Decker 8f2ce1e638 pytest: Add a test for the commitment_revocation hook 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 8c59de5ee5 lightningd: make plugin_kill take a simple string. 5 years ago
Rusty Russell 051cbf7cc4 lightningd: make plugin_kill() free the plugin. 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 6441233d2b pytest: add test for a plugin which falls over outside a command. 5 years ago
rbndg 241fa00e97 plugin:added invoice creation event 5 years ago
lisa neigut d6d26dd056 features: split expected feature bits into node/peer sets 5 years ago
Rusty Russell 63441075b5 lightningd: allow htlc_accepted hook to replace onion payload. 5 years ago
Christian Decker 197a144505 plugin: Ensure RPC passthrough calls are terminated when plugin dies 5 years ago
darosior af76bce0fa pyln-client: send proper JSONRPC2 errors on failed call 5 years ago
darosior 5aafef1484 pytest: skip some test when DEPRECATED_APIS is enabled. 5 years ago
Rusty Russell 7a95e90ee4 plugins: add `feature_set` to init object. 5 years ago
darosior 5e72b22e80 bcli: adapt interface to the new fees estimation interface 5 years ago
lisa neigut 563b46814b plugins: remove 'blank' option parsing for bool 5 years ago
lisa neigut 42cce55b45 plugins: add 'flag' type for plugin options 5 years ago
lisa neigut a08905c344 plugin tests: actually check log result + move over to '' -> true 5 years ago
lisa neigut 41b18050a0 plugin: add in deprecated_api behavior and test 5 years ago
lisa neigut b25a8ba29d plugins: test for option value checking and parsing 5 years ago
Rusty Russell 3572d598bf tests: fix flake in libplugin test. 5 years ago
Christian Decker 23149c3daa plugin: Actually wait the 20 seconds promised in the docs 5 years ago
Christian Decker 4a21883553 plugin: Fix hanging hook calls if the plugin dies 5 years ago
Christian Decker 72757933f0 pytest: Test a plugin crash while handling a hook call 5 years ago
darosior a47fd8cf3e pytest: test Bitcoin plugin registration and the bcli plugin 5 years ago
darosior e6a6ef23fd pytest: make the libplugin test non flaky 5 years ago
Christian Decker 490550d508 plugin: Allow multiple plugins to register the `htlc_accepted` hook 5 years ago