rgb-cln/wallet
Christian Decker 3dda72c885 db: Create table for HTLCs
Also added a small warning to one of the used enums not to reorder or
insert values. They'd break the update path.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2017-10-09 11:51:13 +10:30
..
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
Makefile Makefiles: simplify dependencies. 2017-08-29 17:54:14 +02:00
db.c db: Create table for HTLCs 2017-10-09 11:51:13 +10:30
db.h common: absorb remaining files from daemon/ 2017-08-29 17:54:14 +02:00
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 wallet: fix spending of change. 2017-09-12 22:59:24 +02:00
wallet.h wallet: fix spending of change. 2017-09-12 22:59:24 +02:00
wallet_tests.c wallet: Moving wallet_channel->peer_id into the peer struct 2017-08-23 10:23:54 +09:30
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