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

Versioning not working for token_supplies #74

Open
fschoell opened this issue Sep 23, 2024 · 0 comments
Open

Versioning not working for token_supplies #74

fschoell opened this issue Sep 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@fschoell
Copy link

See issue here:

(block_num + action_index) AS ver

This means the version of block 1 could be higher than a version of block 2, if the action_index of the supply change is higher in block 1.

To avoid this we should use something like (block_num * 1000 + action_index) instead

@fschoell fschoell added the bug Something isn't working label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants