-
Notifications
You must be signed in to change notification settings - Fork 6
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
Ikhlas - AsTETH - AAVE - Certora #8
base: feature/steth-on-prev-version
Are you sure you want to change the base?
Ikhlas - AsTETH - AAVE - Certora #8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Submit
Updates |
1 similar comment
Updates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updates
My contributions within AStETH.spec is from Line 569.
Link to the tests: https://prover.certora.com/output/25300/a17904670f7610f30fb1/?anonymousKey=de6d85238456ce6d7216d65b3acd6cb2f4bbf697
Following tests had a violation:
Justification and reasoning for each:
nonrevertOfBurn - predefined example - not touched
checkingcorrectChainID - to check ChainID when running actual program (cannot be run with prover)
checkingsetDecimalsIsCorrect - to check Decimals when running actual program (cannot be run with prover)
checkingBalanceOfFunctionLimits - Assert to check balance is lower than supply is failing - needs to be verified
checkingscaledBalanceOfFunctionLimits - Assert to check balance is lower than supply is failing - needs to be verified
checkinginternalBalanceOfFunctionLimits - Assert to check balance is lower than supply is failing - needs to be verified
checkinggetScaledUserBalanceAndSupplyFunctionLimits - Assert to check balance is lower than supply is failing - needs to be verified
CheckPermitFunction - Assert to compare Allowance before and after is failing; possibly need to set initial allowance as 0
checkingscaledBalanceOfFunctionLimits2 Assert to check balance is lower than supply is failing - needs to be verified
totalSupplyGESingleUserBalance - predefined example - not touched