rgb-cln/wallet
Rusty Russell 53c9d9853d wallet: remove db_column_ functions.
Keep some as internal helpers only.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-11-17 10:51:48 +10:30
..
test wallet: use db_col_ accessors in wallet/invoices.c 2021-11-17 10:51:48 +10:30
.gitignore reorganize .gitignore entries across subdirs. 2021-05-18 09:43:50 +09:30
Makefile Makefile: remove NO_PYTHON flag in anticipation of making it compulsory. 2021-09-22 15:25:14 +02:00
db.c wallet: remove db_column_ functions. 2021-11-17 10:51:48 +10:30
db.h wallet: remove db_column_ functions. 2021-11-17 10:51:48 +10:30
db_common.h wallet: have db track what columns are accessed in DEVELOPER mode. 2021-11-17 10:51:48 +10:30
db_postgres.c wallet/db_postgres.c: Fix obvious typo in error message. 2021-10-28 15:51:25 +02:00
db_sqlite3.c wallet/db_sqlite3.c: Increase busy timeout to 60 seconds. 2021-10-17 23:58:39 +00:00
invoices.c wallet: have db track what columns are accessed in DEVELOPER mode. 2021-11-17 10:51:48 +10:30
invoices.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
reservation.c common: use bitcoin_outpoint. 2021-10-15 12:09:36 +02:00
txfilter.c common: use bitcoin_outpoint. 2021-10-15 12:09:36 +02:00
txfilter.h common: use bitcoin_outpoint. 2021-10-15 12:09:36 +02:00
wallet.c wallet: remove redundant field counters, ignored fields. 2021-11-17 10:51:48 +10:30
wallet.h wallet: only hand onchaind the HTLCs it needs to know. 2021-10-15 12:09:36 +02:00
walletrpc.c common: use bitcoin_outpoint. 2021-10-15 12:09:36 +02:00
walletrpc.h common: pull up `param_psbt` 2020-10-20 12:50:31 +10:30