-
Notifications
You must be signed in to change notification settings - Fork 1
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
Colin@verif/setup #19
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.
Setup is good
Colin@verif/immutability
the CI isn't passing anymore. Btw, now we could merge on main directly to avoid having to sync all the time |
The CI isn't passing because, in this branch, the implementation of |
What's the task that is blocking ? I think you can merge main into this branch anyway right ? No need to wait to resolve other failures |
The goal that is failing is the property that shows that a pre-liquidation is created iff the market exists in the PR #37 .
The branch As talked over with @MathisGD, this branch is meant as a If you want to me adopt another workflow just let me know which are your recommendations to organize the work. I chose this as there was no given workflow or recommended setup. |
I was probably unclear when we discussed this, but this isn't what I had in mind. To me now we should merge this branch in main. This has the benefit of making it clear for other devs and you that we are introducing a change that's breaking the verification, and avoid you to have to merge main in this branch all the time. The parallel branch was for when the code wasn't even on main, so having the verif in the same PR would have been weird. Does that work for you? |
Sure! I'll fix this so we can merge it then. |
@MathisGD and @QGarchery CI is fixed in 7463846. |
This PR provides a verification setup for the PreLiquidation contract.
Please make sure of the following before accepting this PR:
Related issue #12 .