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
..
test
wallet: switch over to withdraw in module, remove lots of unused code.
4 years ago
.gitignore
wallet: Create and manage a sqlite3 database for the wallet
8 years ago
Makefile
make: Do not clean sqlgen files in non-maintainer clean
4 years ago
db.c
wallet: db_bind_talarr and db_column_talarr helpers.
4 years ago
db.h
wallet: db_bind_talarr and db_column_talarr helpers.
4 years ago
db_common.h
allow building without sqlite3
4 years ago
db_postgres.c
Makefile: protect .po file and gen_db files with SHA256STAMP.
4 years ago
db_postgres_sqlgen.c
Generated files: more merge fallout.
4 years ago
db_sqlite3.c
Makefile: protect .po file and gen_db files with SHA256STAMP.
4 years ago
db_sqlite3_sqlgen.c
Generated files: more merge fallout.
4 years ago
invoices.c
wallet: db_bind_talarr and db_column_talarr helpers.
4 years ago
invoices.h
wallet: add invoice features into db.
5 years ago
reservation.c
wallet: switch over to withdraw in module, remove lots of unused code.
4 years ago
statements_gettextgen.po
Generated files: more merge fallout.
4 years ago
txfilter.c
common: tal_dup_talarr() helper.
5 years ago
txfilter.h
pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN.
6 years ago
wallet.c
wallet: switch over to withdraw in module, remove lots of unused code.
4 years ago
wallet.h
wallet: switch over to withdraw in module, remove lots of unused code.
4 years ago
walletrpc.c
wallet: switch over to withdraw in module, remove lots of unused code.
4 years ago
walletrpc.h
wallet: new JSON commands reserveinputs and unreserveinputs.
5 years ago