core-lightning/tests
Rusty Russell e30ea91908 BOLTs: update to more recent bolt12 spec.
It's 2b7ad577d7a790b302bd1aa044b22c809c76e49d, which reverts the
point32 changes.

It also restores send_invoice in `invoice`, which we had removed
from spec and put into the recurrence patch.

I originally had implemented compatibility, but other changes
which followed this are far too widespread.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-EXPERIMENTAL: offers: complete rework of spec from other teams (yay!) breaks previous compatibility (boo!)
2022-10-26 11:29:06 +10:30
..
data pytest: add test for migrations upgrade which breaks 'fees_collected_msat'. 2022-09-27 14:42:03 +09:30
fuzz
plugins lightningd: figure out optimal channel *before* forward_htlc hook. 2022-09-26 13:52:04 +02:00
vectors
benchmark.py
conftest.py
db.py
fixtures.py
test_bookkeeper.py bkpr-test: maybe fix race in test_bookkeeping_closing_trimmed_htlcs 2022-09-14 15:59:37 +09:30
test_cln_rs.py
test_closing.py pytest: fix flake in test_onchain_different_fees 2022-09-23 14:40:16 -05:00
test_connection.py channeld: send error, not warning, if peer has old commitment number. 2022-09-26 11:36:09 +02:00
test_db.py delforward: allow deletion of "unknown in_htlc_id" and fix autoclean to use it. 2022-09-27 14:42:03 +09:30
test_gossip.py pytest: fix flake in test_gossip_persistence. 2022-09-27 13:14:20 +02:00
test_invoices.py gossipd: don't close non-local channels immediately, add 12 block delay. 2022-09-24 15:22:27 +09:30
test_misc.py pytest: fix flake in test_emergencyrecover 2022-10-20 12:24:51 +02:00
test_onion.py
test_opening.py funder: cleanup datastore on state-change/channel failure 2022-10-20 13:42:41 +02:00
test_pay.py BOLTs: update to more recent bolt12 spec. 2022-10-26 11:29:06 +10:30
test_plugin.py delforward: tally up deleted forwards so that getinfo's fees_collected_msat doesn't change. 2022-09-27 14:42:03 +09:30
test_wallet.py lightningd: don't log JSON ids as debug, use log io. 2022-09-16 12:31:45 +09:30
utils.py db: add scid field to channels table. 2022-09-22 15:19:46 +02:00
valgrind-suppressions.txt