-
Notifications
You must be signed in to change notification settings - Fork 2
Feat: add Certora specs #7
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
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: amusingaxl <[email protected]> Signed-off-by: oddaf <[email protected]>
Co-authored-by: amusingaxl <[email protected]> Signed-off-by: oddaf <[email protected]>
Co-authored-by: amusingaxl <[email protected]> Signed-off-by: oddaf <[email protected]>
Co-authored-by: amusingaxl <[email protected]> Signed-off-by: oddaf <[email protected]>
Co-authored-by: amusingaxl <[email protected]> Signed-off-by: oddaf <[email protected]>
Co-authored-by: amusingaxl <[email protected]> Signed-off-by: oddaf <[email protected]>
Co-authored-by: amusingaxl <[email protected]> Signed-off-by: oddaf <[email protected]>
Co-authored-by: amusingaxl <[email protected]> Signed-off-by: oddaf <[email protected]>
Co-authored-by: amusingaxl <[email protected]> Signed-off-by: oddaf <[email protected]>
Co-authored-by: amusingaxl <[email protected]> Signed-off-by: oddaf <[email protected]>
Co-authored-by: amusingaxl <[email protected]> Signed-off-by: oddaf <[email protected]>
Co-authored-by: amusingaxl <[email protected]> Signed-off-by: oddaf <[email protected]>
Co-authored-by: amusingaxl <[email protected]> Signed-off-by: oddaf <[email protected]>
Co-authored-by: amusingaxl <[email protected]> Signed-off-by: oddaf <[email protected]>
Co-authored-by: amusingaxl <[email protected]> Signed-off-by: oddaf <[email protected]>
* refactor: rename module (DSPC -> SPBEAM) * chore: formatting
* refactor: rename module (DSPC -> SPBEAM) * chore: formatting
The override was failing due to `ConvMock.btor` not being virtual. When I added the `virtual` modifier, for some reason `forge build --sizes` fail because the MockConv contract becomes too big.
Signed-off-by: amusingaxl <[email protected]>
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.
Looks good to me! Just commented an idea on Certora's GH actions workflow
revert7 || revert8 || revert9 || | ||
revert10, | ||
"set revert rules failed"; | ||
revert7 || revert8, |
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.
Nice work on this change
Maybe an interesting rule/invariant to do, if you end up having some extra time, would be to prove that after any call to |
This was added in 67d5fbc.
Not entirely sure if I get what you're suggesting here. |
The base branch was changed.
No description provided.