224 Commits (90ad541cd2a15249506ac497b7e2f4c5b69ed4c8)

Author SHA1 Message Date
niftynei 818f152618 channel: save funding_psbt to database 4 years ago
niftynei 3c98bec693 db: add helper for db_col_psbt 4 years ago
Christian Decker de7b41695f db: Fix size mismatch on postgres in a migration 4 years ago
niftynei 303263d381 psbt: clean up interface for setting metadata on PSBT inputs 4 years ago
niftynei 864f2f3e21 channel_id: save to database, dont derive from funding_txid 4 years ago
Rusty Russell 3a2191fcfe wallet: db_bind_talarr and db_column_talarr helpers. 4 years ago
Rusty Russell 1702c7a69a hsmd: convert to new wire generation style. 4 years ago
Rusty Russell 95294e25ea wallet: do valgrind checks when binding db statements. 4 years ago
Rusty Russell f762f7e247 db: remove assertion on validity of node_ids read from db. 4 years ago
Rusty Russell 754765c139 utxo: keep flag to recognize to-remote option_anchor_outputs closes. 4 years ago
Rusty Russell b093856d0c db: add option_anchor_outputs entry to channel table. 4 years ago
Rusty Russell cf25ca11b8 sendpsbt: annotate transactions in wallet. 4 years ago
Jon Griffiths 95d3d65c62 wally: update to the latest wally version 4 years ago
niftynei 90b393ca1a hsmd/db: backfill pubkey information so that psbts signing works 4 years ago
niftynei 65c2bac2f3 hsmd/wallet: pass the bip32_key down into migrations 4 years ago
niftynei 7ebdc14397 utxos: add a 'reserved_til' marker for utxos 4 years ago
niftynei f5f85b389d elements,pset: populate elements specific data for PSBTs 4 years ago
niftynei c3ae44e296 psbt: don't crash if we can't add a partial sig 4 years ago
niftynei 2900da6112 migrations: ignore channels that don't have a peer_id 4 years ago
niftynei bb589e0eaf psbt: database migration for converting last_tx to a psbt 4 years ago
niftynei 8fa04a710a psbt: move `channels.last_tx` field to be a psbt 4 years ago
lisa neigut ffd9467f14 coin moves: persist the coin movement index counter to disk 5 years ago
lisa neigut 434cad0c3b wallet-htlc: add 'we-filled' flag to saved htlc state 5 years ago
Christian Decker 667a763659 db: Add a table to track the penalty_bases for revocations 5 years ago
lisa neigut d8c9e70c0c wallet-df: save our_funds amount to channel record 5 years ago
Rusty Russell a150b09665 wallet: Add new htlc column "localfailmsg" for outgoing htlcs. 5 years ago
Rusty Russell b84b4b4695 lightningd: rename htlc_in and htlc_out failuremsg fields to failonion. 5 years ago
Rusty Russell aa6aad0131 common: add struct onionreply 5 years ago
Christian Decker 3f3a48dae9 db: Turn the transaction counter into an optimistic lock 5 years ago
Christian Decker 2c11c54dd2 db: Track the data_version in the database 5 years ago
Christian Decker 4a4184be70 db: Add numeric data_version counter to count modifying transactions 5 years ago
Christian Decker 09247d4f95 db: Add tracking of whether the current transaction is dirty 5 years ago
Christian Decker 097af493dd db: Move db_migrate transaction up one level 5 years ago
Christian Decker 6020a0d587 db: Consolidate access to the changes in a db 5 years ago
Rusty Russell 4270031d75 wallet: add per-channel feerate_state to the database. 5 years ago
Rusty Russell 345ca9b122 db: add partid field to htlc_out. 5 years ago
Rusty Russell 2d18c3a209 db: add partid, total_msat fields to payment entries. 5 years ago
Rusty Russell 81c89aaef8 wallet: add invoice features into db. 5 years ago
Rusty Russell ef7a820ab1 log: make formatting more consistent. 5 years ago
Christian Decker 396e8224fa db: Add a migration to set received_time on forwards in rare cases 5 years ago
Christian Decker 1ecad0cc53 db: Maybe a bit too pedantic? 5 years ago
Christian Decker 712595f0d2 db: Wire in the logs into the database so we can give feedback 5 years ago
Christian Decker ec8d774b29 db: Make column access way more pedantic 5 years ago
Christian Decker 12f40f2227 db: Add _or_default variants for column accesses 5 years ago
Christian Decker 894627a287 db: Fix report and commit order for DB transactions 5 years ago
trueptolemy 71b606e050 lightningd: Add a new field `shutdown_scriptpubkey[NUM_SIDES]` 5 years ago
Christian Decker 964156dc2d db: Add transaction_annotations table 5 years ago
Rusty Russell 14b55d03d5 db: use correct backend for retrieving text fields. 5 years ago
Christian Decker d901304120 db: Change table field types to be more specific 5 years ago
Christian Decker 416af636f0 db: Check execution when accessing the result of a statement 5 years ago