core-lightning/tests
Simon Vrouwe 7726681aa6 pytest: added BitcoinD.simple_reorg() method, which can change tx height and/or txindex
Now without bitcoind restart.
bitcoin-cli `prioritisetransaction` came to the rescue!
Its argument `fee_delta` (apparently) lowers the txs _effective_ feerate
soo low that bitcoind wont mine it ... untill we raise it when we want
it to be mined.
2019-05-27 13:29:32 +02:00
..
data pytest: test starting with db corrupted by dangling peer. 2019-02-21 12:03:54 +01:00
plugins openingd: add openchannel hook. 2019-05-20 20:31:07 -04:00
benchmark.py py-tests: rename 'announce' to 'wait_for_announce' 2018-12-08 15:15:55 -08:00
btcproxy.py pytest: create proper mock failures. 2019-01-29 04:50:01 +00:00
conftest.py pytest: Pass result to fixtures and keep directories of failed tests 2018-08-07 00:54:19 +00:00
fixtures.py pytest: Make directory cleanup robust against setup failures 2019-04-30 17:56:09 -05:00
requirements.txt pytest: Update test dependencies to latest version 2019-01-29 00:50:09 +00:00
test_closing.py pytest: tighten a log test Owning output... with address type and confirmation 2019-05-27 13:29:32 +02:00
test_connection.py subd: Remove overly verbose log when receiving a message 2019-05-26 16:19:10 +02:00
test_db.py db: fix dangling peers on db upgrade. 2019-02-21 12:03:54 +01:00
test_gossip.py openingd: fix hangup when gossipd compacts. 2019-05-16 15:54:17 -04:00
test_invoices.py bolt11: fix decoding and encoding of unknown fields. 2019-05-10 11:25:36 +00:00
test_misc.py pytest: tighten a log test Owning output... with address type and confirmation 2019-05-27 13:29:32 +02:00
test_pay.py pytest: Mark repeat offenders as flaky 2019-05-26 16:19:10 +02:00
test_plugin.py pytest: Mark repeat offenders as flaky 2019-05-26 16:19:10 +02:00
utils.py pytest: added BitcoinD.simple_reorg() method, which can change tx height and/or txindex 2019-05-27 13:29:32 +02:00