Remove amount issued check from database that is responsibility of the mint #1066
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#1066
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
It was brought up in the dev call that while this is a light weight check, it is not the responsibility of the storage layer to do checks like this and it should be done in the mint. It currently is done in the mint and this is a redundant check that should be removed.
github.com/cashubtc/cdk@f2f5425395/crates/cdk-sql-common/src/mint/mod.rs (L693-L716)cc @asmogo @crodas
This issue is stale because it has been open for 60 days with no activity.
Fixed in 1446 already