rgb-cln/wallet
Rusty Russell 2ff50107ac lightningd/hsm_control: use a simple fd for HSM.
Now we're always sync, just use an fd.  Put the hsm_sync_read() helper
here, too, and do HSM init sync which makes things much simpler.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-06-27 10:25:53 +09:30
..
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
Makefile wallet: move can_spend to wallet.c and json_addfunds to walletrpc.c 2017-06-23 16:02:20 +09:30
db.c unittests: Test some more of the db primitives. 2017-06-23 16:02:20 +09:30
db.h wallet: Helper to store/retrieve persistent vars to/from DB 2017-06-06 09:16:10 +09:30
db_tests.c unittests: Test some more of the db primitives. 2017-06-23 16:02:20 +09:30
test_utils.h wallet: Add wallet_tests and simplify db_tests 2017-06-06 09:16:10 +09:30
wallet.c walletrpc: Split owned output detection out and use it for change 2017-06-23 16:02:20 +09:30
wallet.h wallet: move can_spend to wallet.c and json_addfunds to walletrpc.c 2017-06-23 16:02:20 +09:30
wallet_tests.c wallet: Reserve UTXOs used in build_utxos 2017-06-06 09:16:10 +09:30
walletrpc.c lightningd/hsm_control: use a simple fd for HSM. 2017-06-27 10:25:53 +09:30
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30