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

(CRITICAL) Issue with addressBalance column in Infinite tokens #38

Open
3 tasks
vivekteega opened this issue Jun 9, 2023 · 0 comments
Open
3 tasks
Assignees
Labels
bug Something isn't working

Comments

@vivekteega
Copy link
Member

vivekteega commented Jun 9, 2023

The current code logic for token transfer is not equipped to handle calculation of addressBalance column in the case of an infinite token.

The follow are the cases where the problems seems to be happening:

  • Transfer from infinite token root address -> infinite token root address ie. Self loop
    * Can infinite token address be not the root address as a sender?
    * What is the addressBalance column behaviour in those entries?
  • During creation of tokens (Please check normal token code too here)
  • Transfer from infinite token root address -> FLO address , for the first time

TLDR - Issue with transfers originating FROM infinite token root address

@vivekteega vivekteega added the bug Something isn't working label Jun 9, 2023
@vivekteega vivekteega self-assigned this Jun 9, 2023
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

1 participant