Skip to content
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

Unbalanced limits on redemption records and token issuance #276

Open
aechiara opened this issue Oct 19, 2023 · 1 comment
Open

Unbalanced limits on redemption records and token issuance #276

aechiara opened this issue Oct 19, 2023 · 1 comment

Comments

@aechiara
Copy link

The specification draft limits the number of redemption records an issuer can create to 2 within a lifespan of 48 hours. However, the specification also allows an issuer to issue up to 500 tokens.

This seems to be an unbalanced ratio, as an issuer could potentially issue a large number of tokens that cannot be redeemed in a timely manner.

Shouldn't the issuance x redemption ratio be balanced ?

@isabelcurado
@thiagodiogo

@aykutbulut
Copy link
Collaborator

Tokens are from (for/associated with) issuers. Redemption records (and
redemption operation in general) are for (associated with) top level origin and
issuer pairs.

Redemption is limited for the same top level origin and issuer pair. This is to prevent a
malicious origin to redeem all the tokens stored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants