core-lightning/wallet
Rusty Russell e1e26ca69d db: create explicit separate API for select statements.
I was tempted to create a new db_select_stmt wrapper type, but that means
a lot of boilerplate around binding, which expects to work with db_prepare
*and* db_select_prepare.

This lets us clearly differentiate between db queries (which don't need to
go to a plugin) and db changes (which do).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-04-08 01:56:17 +00:00
..
test fix:Add infor about how many blocks needed until funding is confirmed 2019-04-07 23:45:35 +00:00
.gitignore
db.c db: create explicit separate API for select statements. 2019-04-08 01:56:17 +00:00
db.h db: create explicit separate API for select statements. 2019-04-08 01:56:17 +00:00
invoices.c db: create explicit separate API for select statements. 2019-04-08 01:56:17 +00:00
invoices.h wallet: use amount_sat/amount_msat. 2019-02-21 08:01:37 +00:00
Makefile wallet: fix Makefile to include correct dependencies. 2018-09-14 22:11:48 +02:00
txfilter.c wally: Migrate main daemon to use wally transactions 2019-04-08 00:00:00 +00:00
txfilter.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00
wallet.c db: create explicit separate API for select statements. 2019-04-08 01:56:17 +00:00
wallet.h sendpay: rename 'description' to 'label'. 2019-02-23 05:45:25 +00:00
walletrpc.c newaddr: deprecate 'address' output. 2019-03-04 15:11:20 +01:00
walletrpc.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00