core-lightning/tests/plugins
niftynei 0c9072272f df-plugin: add signonly to signing in df_accepter
We're the accepter, so we look up which inputs we need to sign and only
sign those.
2021-01-05 19:12:00 +01:00
..
bitcoin
asynctest.py
broken.py
coin_movements.py
custommsg.py
dbdummy.py lightningd/plugin_hook.c: Make db_write a chained hook. 2020-11-30 10:40:11 +10:30
dblog.py
dep_a.py pyln: add support for dependent hooks. 2020-11-09 15:22:33 -06:00
dep_b.py pyln: add support for dependent hooks. 2020-11-09 15:22:33 -06:00
dep_c.py pyln: add support for dependent hooks. 2020-11-09 15:22:33 -06:00
dep_d.py pytest: test that we maintain load order unless hook deps require a change. 2020-11-09 15:22:33 -06:00
dep_e.py pytest: test that we maintain load order unless hook deps require a change. 2020-11-09 15:22:33 -06:00
df_accepter.py df-plugin: add signonly to signing in df_accepter 2021-01-05 19:12:00 +01:00
fail_by_itself.py
fail_htlcs_invalid.py
fail_htlcs.py
feature-test.py
forward_payment_status.py
hold_htlcs.py pytest: Reproduce issue #3847 2020-07-18 11:40:02 +02:00
hold_invoice.py
hook-chain-even.py
hook-chain-odd.py
hook-crash.py
htlc_accepted-crash.py pytest: Add a test to reproduce #3748 2020-09-10 10:27:24 +09:30
htlc_accepted-failcode.py pytest: Add test for failcode conversion 2020-09-24 11:23:33 +09:30
htlc_accepted-failonion.py failure_onion: a test that only ensures lightningd doesn't crash. 2020-11-10 19:03:23 -06:00
Makefile Makefile: normalize all the Makefiles 2020-08-31 21:33:26 -05:00
millisatoshis.py
misc_notifications.py test: plugin channel_state_changed notification 2020-09-10 10:24:06 +09:30
notify2.py pytest: add notifications to tests. 2020-10-23 13:53:16 +10:30
notify.py pytest: add notifications to tests. 2020-10-23 13:53:16 +10:30
onionmessage-reply.py plugins-test: use pyln.client, not lightning to import Plugin 2020-06-23 14:49:32 +02:00
openchannel_hook_accept.py openchannel: test new hook chainable mechanics 2020-09-08 06:14:29 +09:30
openchannel_hook_accepter.py openchannel: test new hook chainable mechanics 2020-09-08 06:14:29 +09:30
openchannel_hook_reject.py openchannel: test new hook chainable mechanics 2020-09-08 06:14:29 +09:30
options.py plugins: support concatenation of multiple args. 2020-12-15 09:28:56 +10:30
pretend_badlog.py
print_htlc_onion.py
reject_odd_funding_amounts.py
reject_some_invoices.py
reject.py
replace_payload.py pytest: Fix a typo in a test plugin 2020-08-30 20:03:42 +02:00
rpc_command.py
sendpay_notifications.py
shortcircuit.py
show_feature_set.py
slow_init.py
slow_start.py connectd: Update connection list with new address 2020-11-16 20:00:51 -06:00
static.py
suicidal_plugin.py tests/test_plugin.py: Add test for --important-plugin. 2020-08-04 13:27:51 -05:00
test_libplugin.c libplugin: add support for before and after deps on hooks. 2020-11-09 15:22:33 -06:00
utf8.py
watchtower.py