You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Christian Decker 98963c58e4 db: Track whether a db_stmt has been executed 5 years ago
..
test db: Implement skaffolding for the dispatch of DB-specific functions 5 years ago
.gitignore wallet: Create and manage a sqlite3 database for the wallet 7 years ago
Makefile wallet: Add tooling to extract SQL queries and generate driver info 5 years ago
db.c db: Track whether a db_stmt has been executed 5 years ago
db.h wallet: Call db_stmt_free from the db_stmt destructor automatically 5 years ago
db_common.h db: Track whether a db_stmt has been executed 5 years ago
db_sqlite3.c wallet: Call db_stmt_free from the db_stmt destructor automatically 5 years ago
invoices.c db: Make the `db` struct private and provide accessors instead 5 years ago
invoices.h ccan: import ccan/json_out and ccan/json_escape. 5 years ago
txfilter.c wallet/txfilter: free outpoint filter and scriptpubkeyset on exit. 5 years ago
txfilter.h pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 6 years ago
wallet.c wallet: Add tooling to extract SQL queries and generate driver info 5 years ago
wallet.h API: `txprepare` now support mutiple outputs 5 years ago
walletrpc.c cleanup: Remove unused structure `struct withdrawal` 5 years ago
walletrpc.h Use expected LIGHTNING_DIR_FILE_H define 7 years ago