rgb-cln/tests/plugins
Christian Decker 716a3b11a5 sqlite3: Move begin transaction and commit into the driver
This has a slight side-effect of removing the actual begin and commit
statements from the `db_write` hooks, but they are mostly redundant anyway (no
harm in grouping pre-init statements into one transaction, and we know that
each post-init call is supposed to be wrapped anyway).

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-09-05 23:41:05 +00:00
..
asynctest.py pylightning: Split @method and @async_method decorators 2019-02-22 02:59:36 +00:00
dblog.py sqlite3: Move begin transaction and commit into the driver 2019-09-05 23:41:05 +00:00
fail_htlcs.py pylightning: Warn users of plugins that may break due to extra args 2019-08-05 00:19:48 +00:00
forward_payment_status.py pytest: make test_forward_event_notification more explicit. 2019-08-28 04:04:28 +00:00
hold_htlcs.py pytest: add test that htlc_accepted hook only gets called after init. 2019-09-01 16:55:32 +02:00
hold_invoice.py pylightning: Warn users of plugins that may break due to extra args 2019-08-05 00:19:48 +00:00
millisatoshis.py pytest: test that we translate to and from Millisatoshi on plugin RPC. 2019-02-25 21:45:21 +00:00
misc_notifications.py Test and document 'channel_opened' notification 2019-07-27 12:18:25 +02:00
pretend_badlog.py pylightning: Warn users of plugins that may break due to extra args 2019-08-05 00:19:48 +00:00
reject.py pylightning: Warn users of plugins that may break due to extra args 2019-08-05 00:19:48 +00:00
reject_odd_funding_amounts.py pylightning: Warn users of plugins that may break due to extra args 2019-08-05 00:19:48 +00:00
reject_some_invoices.py pylightning: Warn users of plugins that may break due to extra args 2019-08-05 00:19:48 +00:00
shortcircuit.py pylightning: Warn users of plugins that may break due to extra args 2019-08-05 00:19:48 +00:00
slow_init.py lightningd/plugin: extend plugins->startup window to include plugins_config 2019-08-27 00:02:20 +00:00
static.py lightningd/plugin_control: don't control non-dynamic plugins 2019-07-28 07:24:04 +00:00
utf8.py pytest: test passing utf8 into and out of plugin JSON. 2019-03-05 11:43:22 +01:00