mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-14 12:43:03 +02:00
Surface static-address deposits as soon as they appear in the wallet instead of waiting for the old six-confirmation readiness threshold. Reconcile the wallet view on startup, on each block, and on the polling ticker so mempool deposits are created immediately. Backfill the first confirmation height once those outputs confirm, protect unconfirmed deposits from expiry, and mark vanished unconfirmed outpoints as Replaced so RBFed-away deposits stop showing up in RPCs. Expose the new state through static-address RPCs by deriving availability and summary totals from stored deposit state, reporting sensible expiry data for unconfirmed outputs, and hiding Replaced records from normal listings. |
||
|---|---|---|
| .. | ||
| 000001_swap.down.sql | ||
| 000001_swap.up.sql | ||
| 000002_liquidity_params.down.sql | ||
| 000002_liquidity_params.up.sql | ||
| 000003_reservations.down.sql | ||
| 000003_reservations.up.sql | ||
| 000004_is_wallet_addr.down.sql | ||
| 000004_is_wallet_addr.up.sql | ||
| 000005_sweep_batcher.down.sql | ||
| 000005_sweep_batcher.up.sql | ||
| 000006_instantout.down.sql | ||
| 000006_instantout.up.sql | ||
| 000007_payment_timeout.down.sql | ||
| 000007_payment_timeout.up.sql | ||
| 000008_migration_tracker.down.sql | ||
| 000008_migration_tracker.up.sql | ||
| 000009_static_address.down.sql | ||
| 000009_static_address.up.sql | ||
| 000010_static_address_deposits.down.sql | ||
| 000010_static_address_deposits.up.sql | ||
| 000011_static_address_loop_in.down.sql | ||
| 000011_static_address_loop_in.up.sql | ||
| 000012_loop_out_asset_params.down.sql | ||
| 000012_loop_out_asset_params.up.sql | ||
| 000013_batcher_key_outpoint.down.sql | ||
| 000013_batcher_key_outpoint.up.sql | ||
| 000014_reservation_protocol_version.down.sql | ||
| 000014_reservation_protocol_version.up.sql | ||
| 000015_static_address_withdrawals.down.sql | ||
| 000015_static_address_withdrawals.up.sql | ||
| 000016_batch_cancelled.down.sql | ||
| 000016_batch_cancelled.up.sql | ||
| 000017_deposit_swaphash.down.sql | ||
| 000017_deposit_swaphash.up.sql | ||
| 000018_deposit_updates_index.down.sql | ||
| 000018_deposit_updates_index.up.sql | ||
| 000019_static_selected_amount.down.sql | ||
| 000019_static_selected_amount.up.sql | ||
| 000020_static_address_fast_flag.down.sql | ||
| 000020_static_address_fast_flag.up.sql | ||