core-lightning/wallet
Rusty Russell 60285187fd db: support more powerful migrations.
Allow a function as well as (or instead of!) an sql statement.  That
will let us do things like set per-channel values to the global
defaults, for example.

Since we remove the NULL termination, the final entry is ARRAY_SIZE()-1
not ARRAY_SIZE()-2.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-03-04 00:04:38 +00:00
..
test db: support more powerful migrations. 2019-03-04 00:04:38 +00:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db.c db: support more powerful migrations. 2019-03-04 00:04:38 +00:00
db.h db: support more powerful migrations. 2019-03-04 00:04:38 +00:00
invoices.c wallet: use amount_sat/amount_msat. 2019-02-21 08:01:37 +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 utils: make tal_arr_expand safer. 2019-01-15 12:01:38 +01:00
txfilter.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00
wallet.c db: support more powerful migrations. 2019-03-04 00:04:38 +00:00
wallet.h sendpay: rename 'description' to 'label'. 2019-02-23 05:45:25 +00:00
walletrpc.c wallet: Display addresses derived from scriptPubKey where available 2019-02-22 11:15:24 -08:00
walletrpc.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00