Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix mint delete unspent #577

Merged
merged 4 commits into from
Feb 5, 2025

Conversation

thesimplekid
Copy link
Collaborator

@thesimplekid thesimplekid commented Feb 5, 2025

Description

When a proof is unspent we do not need to store it in the db, storing can lead to a bloated database.


closes #568

Notes to the reviewers


Suggested CHANGELOG Updates

CHANGED

ADDED

REMOVED

FIXED


Checklist

@thesimplekid thesimplekid added this to the v0.7.0 milestone Feb 5, 2025
@thesimplekid thesimplekid merged commit 609840a into cashubtc:main Feb 5, 2025
58 of 64 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mint should delete proofs in the event of a failed operation
2 participants