You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rusty Russell
83298c030a
wallet: switch over to withdraw in module, remove lots of unused code.
This removes the reservation cleanup at startup, too, now they're all
using 'reserved_til'.
This changes test_withdraw, since it asserted that outputs were marked
spent as soon as we broadcast a transaction: now they're reserved until
it's mined. Similarly, test_addfunds_from_block assumed we'd see funds
as soon as we broadcast the tx.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Changed: JSON-RPC: `withdraw` now randomizes input and output order, not BIP69.
4 years ago
..
data
hsmd/db: backfill pubkey information so that psbts signing works
5 years ago
plugins
openchannel: test new hook chainable mechanics
4 years ago
vectors
pytest: Add tests for the sphinx onion generation and processing
5 years ago
benchmark.py
py-tests: rename 'announce' to 'wait_for_announce'
6 years ago
conftest.py
pytest: Pass result to fixtures and keep directories of failed tests
7 years ago
db.py
pytest: Have the DB provider search for the postgres binary
5 years ago
fixtures.py
pytest: Add a `compat()` fixture allowing checks for specific flags
5 years ago
test_closing.py
sendpsbt: just reserve (maybe bump) inputs on send, don't mark spent.
4 years ago
test_connection.py
sendpsbt: just reserve (maybe bump) inputs on send, don't mark spent.
4 years ago
test_db.py
hsmd/db: backfill pubkey information so that psbts signing works
5 years ago
test_gossip.py
pytest: increase channel sizes so they reach min capacity with option_anchor_outputs
4 years ago
test_invoices.py
json_command: command_fail_badparam helper.
4 years ago
test_misc.py
wallet: switch over to withdraw in module, remove lots of unused code.
4 years ago
test_onion.py
pytest: Actually make sure that the direcory exists
5 years ago
test_pay.py
json_command: command_fail_badparam helper.
4 years ago
test_plugin.py
pytest: fix assumptions in test_withdraw_misc
4 years ago
test_wallet.py
wallet: switch over to withdraw in module, remove lots of unused code.
4 years ago
utils.py
pytest: allow variable-order coin_moves, and give more information on failure.
4 years ago