-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Milestone
Description
In #658 we switched to use BDK wallet events to update the payment store and introduced a new 'pending payement store'. We merged the PR, though here are some follow-ups I want to address before the next release:
-
io/mod.rs: Move persistenceconsts up to other paymentconsts - DRY up
read_method - Don't expose
PendingPaymentDetailsin public API - Move
PendingPaymentStoretopayment_store.rs - Make
conflicting_txidsaVecrather thanOption<Vec<>> - Not convinced we need to track entire
PaymentDetailsin the pending store, plus semantically it doens't make sense to track conflicts for BOLT11 payments for example. Maybe there is another way?
Metadata
Metadata
Assignees
Labels
No labels