core-lightning/wallet
Christian Decker 9ba99d2b2d hsm: Cleanup after merging control and client libraries
Change all calls to use the correct serialization and deserialization
functions, include the correct headers and remove the control
messages.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2017-12-03 17:06:13 +01:00
..
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db_tests.c db: we must always be in a transaction, remove nested, call fatal() 2017-11-06 10:24:34 +01:00
db.c feerate: keep feerates separately for each side. 2017-11-23 12:40:32 +01:00
db.h db: make db_exec() an internal function. 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_tests.c tests: Add stmt2wallet test for remote_shutdown_scriptpubkey 2017-11-26 22:45:48 +00:00
wallet.c lightningd: instead of malformed code, keep generic error code. 2017-12-02 12:54:12 +01:00
wallet.h wallet: Expose wallet_shachain_get_hash to remove warning 2017-11-29 14:39:12 +01:00
walletrpc.c hsm: Cleanup after merging control and client libraries 2017-12-03 17:06:13 +01:00
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30