core-lightning/wallet
Rusty Russell f4d27eefa1 wallet: remove internal transactions.
We're going to be always in a transaction soon.

Note the rollback we used to do was an optimization: the utxo destructors
would already clean up the new UTXOs in the database.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-11-06 10:24:34 +01:00
..
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db.c wallet: don't fail, assume db ops will call fatal. 2017-11-06 10:24:34 +01:00
db.h db_exec_mayfail: variant of db_exec where we actually expect an error. 2017-11-06 10:24:34 +01:00
db_tests.c wallet: don't fail, assume db ops will call fatal. 2017-11-06 10:24:34 +01:00
Makefile wallet: Added loading of HTLCs from the database 2017-10-09 11:51:13 +10:30
test_utils.h wallet: Add wallet_tests and simplify db_tests 2017-06-06 09:16:10 +09:30
wallet.c wallet: remove internal transactions. 2017-11-06 10:24:34 +01:00
wallet.h wallet: assume db errors will be fatal, don't check. 2017-11-06 10:24:34 +01:00
wallet_tests.c wallet: assume db errors will be fatal, don't check. 2017-11-06 10:24:34 +01:00
walletrpc.c moveonly: Move make wallet_extract_owned available publicly 2017-09-10 10:48:53 +09:30
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30