rgb-cln/wallet
Christian Decker 49ed7c9ab0 wallet: Add primitives to retrieve htlc_stubs for channel
We'd like to not keep them in memory and retrieve them on-demand when
`onchaind` is launched. This uses the `channel_htlcs` table as backing
but only fetches the minimal necessary information.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2017-10-10 23:59:34 +00:00
..
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
Makefile wallet: Added loading of HTLCs from the database 2017-10-09 11:51:13 +10:30
db.c gossip: send the *other* node's cltv_expiry_delta in channel_announce. 2017-10-10 20:17:37 +02:00
db.h db: Add db_prepare and db_exec_prepared to expose native binding 2017-10-09 11:51:13 +10: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 wallet: Add primitives to retrieve htlc_stubs for channel 2017-10-10 23:59:34 +00:00
wallet.h wallet: Add primitives to retrieve htlc_stubs for channel 2017-10-10 23:59:34 +00:00
wallet_tests.c wallet: Adding primitives to save/load invoices to wallet 2017-10-09 11:51:13 +10: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