core-lightning/wallet
Christian Decker af62c9ca97 wallet: Insert/Update channels into database
Definitely not as nice as it could be, but it works for now. This is
primarily intended as a simple dump method that just saves everything
to the database. We will later use smaller incremental updates to
update specific things. wallet_channel_save serves both to insert as
well as update.
2017-08-10 12:34:58 +09:30
..
.gitignore wallet: Create and manage a sqlite3 database for the wallet 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
db.c db: Do not exit transaction on failure 2017-08-10 12:34:58 +09:30
db.h db: Add a hexval helper to decode hex values from db into fields 2017-08-10 12:34:58 +09:30
Makefile wallet: Created a simple persisted shachain unit-test 2017-08-10 12:34:58 +09:30
test_utils.h wallet: Add wallet_tests and simplify db_tests 2017-06-06 09:16:10 +09:30
wallet_tests.c wallet: Created a simple persisted shachain unit-test 2017-08-10 12:34:58 +09:30
wallet.c wallet: Insert/Update channels into database 2017-08-10 12:34:58 +09:30
wallet.h wallet: Insert/Update channels into database 2017-08-10 12:34:58 +09:30
walletrpc.c wallet_get_newindex: encapsulate routine to get a new keyindex. 2017-06-27 10:25:53 +09:30
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30