core-lightning/tests
Rusty Russell 723c16072a cleanups: feedback from Christian Decker review.
1. Hoist 7200 constant into the bolt12 heade2.
2. Make preimage the last createinvoice arg, so we could make it optional.
3. Check the validity of the preimage in createinvoice.
4. Always output used flag in listoffers.
5. Rename wallet offer iterators to offer_id iterators.
6. Fix paramter typos.
7. Rename `local_offer_id` parameter to `localofferid`.
8. Add reference constraints on local_offer_id db fields.
9. Remove cut/paste comment.
10. Clarify source of fatal() messages in wallet.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-12-15 12:05:02 +01:00
..
data hsmd/db: backfill pubkey information so that psbts signing works 2020-07-29 13:13:46 +02:00
fuzz fuzz: add a fuzz target for common/descriptor_checksum 2020-11-10 10:34:13 -06:00
plugins plugins: support concatenation of multiple args. 2020-12-15 09:28:56 +10:30
vectors pytest: Add tests for the sphinx onion generation and processing 2020-03-12 10:25:01 +10:30
benchmark.py
conftest.py pytest: silence pytest warnings about unregistered 'slow_test' marker 2020-11-10 16:17:04 -06:00
db.py
fixtures.py pytest: Verification mode of expanded stmts for the db_write hook 2020-10-10 11:34:43 +10:30
test_closing.py close: add notification for slow closes. 2020-10-23 13:53:16 +10:30
test_connection.py pytest: Disable flaky test_fundchannel_start_alternate 2020-12-08 09:14:25 +10:30
test_db.py pytest: Rename all fund_channel to fundchannel 2020-09-25 21:04:56 +02:00
test_gossip.py gossipd: simplify large reply code. 2020-11-09 17:37:10 -06:00
test_invoices.py tests,fundchannel: return the result from the fundchannel rpc call 2020-10-16 13:51:57 +10:30
test_misc.py lightningd/log.c: Fix up handling of SIGHUP. 2020-12-02 16:48:48 +10:30
test_onion.py pytest: Actually make sure that the direcory exists 2020-03-24 09:52:33 +10:30
test_pay.py cleanups: feedback from Christian Decker review. 2020-12-15 12:05:02 +01:00
test_plugin.py cleanups: feedback from Christian Decker review. 2020-12-15 12:05:02 +01:00
test_wallet.py pytest: Add a test to reproduce #4258 2020-12-09 06:56:21 +10:30
utils.py pytest: allow variable-order coin_moves, and give more information on failure. 2020-09-08 10:14:42 +09:30