Fix websocket issues and mint quotes #1246
No reviewers
Labels
No labels
DB & Storage
Deployment
Error Handling & Logging
Maintenance
Payment Backend
backport
backport v0.13.x
backport v0.14.x
backport v0.15.x
bindings
blocked
bug
cdk-sql
ci
cli
deps
documentation
duplicate
enhancement
good first issue
help wanted
invalid
keep-open
ldk-node-ui
migrations
mint
mutation-testing
needs rebase
needs review
new nut
nut change
question
ready
rust-version
rustfmt
stacked hold
stale
testing
wallet
weekly-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cashubtc/cdk!1246
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/websocket-bolt11-check-prev-state"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Fixes #1209 and #1104
When checking with HTTP pulling, mint quotes would ping the ln backend if needed to get any payment that may not be included, so the mint uses this chance to correct its database.
This check was missing for database subscriptions
Notes to the reviewers
Suggested CHANGELOG Updates
CHANGED
ADDED
REMOVED
FIXED
Checklist
just final-checkbefore committingNice looks good just think one doc comment needs to be fixed.
@ -1,11 +1,14 @@//! Specific Subscription for the cdk crateI think this comment is cut off?
@ -1,11 +1,14 @@//! Specific Subscription for the cdk crateYeah, that was the old doc-doc from a previous approach. Lemme update it.
Backport failed for
v0.13.x, because it was unable to cherry-pick the commit(s).Please cherry-pick the changes locally and resolve any conflicts.