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.
niftynei
864f2f3e21
channel_id: save to database, dont derive from funding_txid
v2 channel open uses a different method to derive the channel_id, so now
we save it to the database so that we dont have to remember how to
derive it for each.
includes a migration for existing channels
4 years ago
..
test
channel_id: save to database, dont derive from funding_txid
4 years ago
.gitignore
wallet: Create and manage a sqlite3 database for the wallet
8 years ago
Makefile
Makefile: fix up sqlgen and docgen rules.
4 years ago
db.c
channel_id: save to database, dont derive from funding_txid
4 years ago
db.h
channel_id: save to database, dont derive from funding_txid
4 years ago
db_common.h
allow building without sqlite3
4 years ago
db_postgres.c
Makefile: protect .po file and gen_db files with SHA256STAMP.
4 years ago
db_postgres_sqlgen.c
channel_id: save to database, dont derive from funding_txid
4 years ago
db_sqlite3.c
Makefile: protect .po file and gen_db files with SHA256STAMP.
4 years ago
db_sqlite3_sqlgen.c
channel_id: save to database, dont derive from funding_txid
4 years ago
invoices.c
wallet: db_bind_talarr and db_column_talarr helpers.
4 years ago
invoices.h
wallet: add invoice features into db.
5 years ago
reservation.c
elementsd: add a fee output to a fund/utxopsbt for elements transactions
4 years ago
statements_gettextgen.po
channel_id: save to database, dont derive from funding_txid
4 years ago
txfilter.c
common: tal_dup_talarr() helper.
5 years ago
txfilter.h
pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN.
6 years ago
wallet.c
channel_id: save to database, dont derive from funding_txid
4 years ago
wallet.h
wallet: Remove in-memory utxoset filter
4 years ago
walletrpc.c
utxo: expose is_reserved, make enum constants upper case.
4 years ago
walletrpc.h
wallet: new JSON commands reserveinputs and unreserveinputs.
5 years ago