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 55af02b163 wallet: Fix a column access size mismatch when reading tx types 6 years ago
..
test elements: Remove global is_elements variable in favor of chainparams 6 years ago
.gitignore wallet: Create and manage a sqlite3 database for the wallet 8 years ago
Makefile postgres: Add postgres statement rewriting support 6 years ago
db.c db: Add transaction_annotations table 5 years ago
db.h db: Switch statement lookup to use the original query instead 6 years ago
db_common.h db: Implement postgres driver primitives 6 years ago
db_postgres.c db: Implement postgres driver primitives 6 years ago
db_sqlite3.c db: Move remainder of the sqlite3 into the apropriate file 6 years ago
invoices.c db: Adjust queries to work with postgres 6 years ago
invoices.h ccan: import ccan/json_out and ccan/json_escape. 6 years ago
txfilter.c elements: Fix transaction handling for elements transactions 6 years ago
txfilter.h pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 6 years ago
wallet.c wallet: Fix a column access size mismatch when reading tx types 5 years ago
wallet.h wallet: Retrieve transaction annotations when listing transactions 5 years ago
walletrpc.c json-rpc: Make listtransaction non-experimental but hide annotations 5 years ago
walletrpc.h Use expected LIGHTNING_DIR_FILE_H define 7 years ago