-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not delete unblinded tokens #8181
Comments
@NejcZdovc need a small clarification reg brave/brave-core#5017. Description of the issue says |
@GeetaSarvadnya updated issue. 1 BAT = 4 tokens (1 token = 0.25 BAT) |
Verification passed on
Verification passed on
Verified passed with
|
Right now we delete unblinded tokens when they are used. To have history we should just marked them as claimed. We need to add new column
redeemed_at
which should be timestamp and we insert time stamp when token is used. We also need to update query for getting all tokens as we need to return only tokens that don't haveredeemed_at
column populated.The text was updated successfully, but these errors were encountered: