core-lightning/tests
Christian Decker 21d87f7075 pay: Implement simple presplit fix for ludicrous amounts
This is the simplest possible fix: increase the target amount until we get
the desired number of parts, while still bucketizing payments together that
are in approximately the same size.

The current logic puts all payments that are in the range x < amount <= 16*x
in the same bucket, making them harder to distinguish.

Changelog-Fixed: pay: The `presplit` modifier now supports large payments without exhausting the available HTLCs.
2020-08-27 10:19:21 +09:30
..
data hsmd/db: backfill pubkey information so that psbts signing works 2020-07-29 13:13:46 +02:00
plugins libplugin: allow commands and options to mark themselves deprecated. 2020-08-11 08:43:18 +09:30
vectors pytest: Add tests for the sphinx onion generation and processing 2020-03-12 10:25:01 +10:30
benchmark.py
conftest.py
db.py pytest: Have the DB provider search for the postgres binary 2019-09-22 02:03:43 +00:00
fixtures.py pytest: Add a compat() fixture allowing checks for specific flags 2020-07-07 23:25:45 +02:00
test_closing.py pytest: Stabilize test_onchain_middleman 2020-08-27 09:45:35 +09:30
test_connection.py EXPERIMENTAL_FEATURES: enable option_anchor_outputs. 2020-08-14 11:51:14 +09:30
test_db.py hsmd/db: backfill pubkey information so that psbts signing works 2020-07-29 13:13:46 +02:00
test_gossip.py pytest: use get_nodes more widely. 2020-08-07 13:57:31 +02:00
test_invoices.py lightningd/invoice.c: Use round-robin channel selection. 2020-08-26 09:29:46 +09:30
test_misc.py EXPERIMENTAL_FEATURES: enable option_anchor_outputs. 2020-08-14 11:51:14 +09:30
test_onion.py pytest: Actually make sure that the direcory exists 2020-03-24 09:52:33 +10:30
test_pay.py pay: Implement simple presplit fix for ludicrous amounts 2020-08-27 10:19:21 +09:30
test_plugin.py EXPERIMENTAL_FEATURES: enable option_anchor_outputs. 2020-08-14 11:51:14 +09:30
test_wallet.py signpsbt: add signonly parameter to restrict/enforce what inputs to sign. 2020-08-18 11:38:25 -05:00
utils.py EXPERIMENTAL_FEATURES: enable option_anchor_outputs. 2020-08-14 11:51:14 +09:30