feat: add issued_count and redeemed_count to keyset_amounts#2008
Open
Forte11Cuba wants to merge 1 commit into
Open
feat: add issued_count and redeemed_count to keyset_amounts#2008Forte11Cuba wants to merge 1 commit into
Forte11Cuba wants to merge 1 commit into
Conversation
75c2912 to
98461e6
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2008 +/- ##
==========================================
+ Coverage 67.76% 67.84% +0.07%
==========================================
Files 353 353
Lines 67840 67989 +149
==========================================
+ Hits 45975 46130 +155
+ Misses 21865 21859 -6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add issued_count and redeemed_count columns to the keyset_amounts table to track per-keyset operation counts (number of blind signatures issued and proofs redeemed) alongside the existing amount totals (total_issued, total_redeemed).
These counters are the foundation for the volume-based rotation trigger described in #1999 (Keyset Autorotate & Auto-Prune). They are incremented atomically in the same transaction as the underlying blind_signature insert and proof state update, so they cannot drift under normal operation.
Notes to the reviewers
CHANGED
ADDED
REMOVED
FIXED
Checklist
just quick-checkbefore committingcrates/cdk-ffi)