-
Notifications
You must be signed in to change notification settings - Fork 249
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
Mislabeled maximum scaling factor post-condition #69
Comments
Since we update the init supply, and not the yamsScalingFactor, the real check is on maxScalingFactor moving against the current scaling factor. i.e. yamsScalingFactor is the invariant in the function, and maxScalingFactor changes. If you still disagree let me know |
Ah I see. You're right, my apologies. I think it might be helpful to imply that the change in |
overflow condition is |
Ah sorry I meant total supply:
I remembered it was one of the two but I wasn't sure which one. I'm missing my targets here. So I assume here if I am understanding the code correctly that for all the addresses in the contract, the sum of all the account balances using |
The following error message and comment should say that the check is for if the max scaling factor was set too high.
The text was updated successfully, but these errors were encountered: