lnd/sqldb/sqlc
Andras Banki-Horvath b57910ee3a
sqldb+invoices: synchronize SQL invoice updater behavior with KV version
Previously SQL invoice updater ignored the set ID hint when updating an
AMP invoice resulting in update subscriptions returning all of the AMP
state as well as all AMP HTLCs. This commit synchornizes behavior with
the KV implementation such that we now only return relevant AMP state
and HTLCs when updating an AMP invoice.
2024-09-03 19:40:46 +02:00
..
migrations sqldb+invoices: add migration to fix incorrectly stored invoice expiries 2024-07-09 08:39:57 +02:00
queries sqldb+invoices: synchronize SQL invoice updater behavior with KV version 2024-09-03 19:40:46 +02:00
amp_invoices.sql.go invoices/sqldb: query by ChanID when updating AMP invoice preimage 2024-09-03 19:40:45 +02:00
db.go tools: update sqlc version to v1.25.0 2024-03-01 10:08:07 +01:00
invoice_events.sql.go sqldb: simplify and fixup the existing invoice store schema and queries 2024-03-01 10:08:07 +01:00
invoices.sql.go sqldb+invoices: synchronize SQL invoice updater behavior with KV version 2024-09-03 19:40:46 +02:00
models.go sqldb: simplify and fixup the existing invoice store schema and queries 2024-03-01 10:08:07 +01:00
querier.go sqldb+invoices: synchronize SQL invoice updater behavior with KV version 2024-09-03 19:40:46 +02:00