-
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
What properties do we want to verify about set_free_balance
?
#14
Comments
Yes, it should be possible once we have a refinement relation between two configurations. |
As pointed out in #19 (comment), we need to check whether the side condition |
It looks to me that comparing with
which calls
|
We have ironed out the |
An initial attempt at high-level description of properties is developed here: https://github.com/runtimeverification/polkadot-verification/pull/15/files
Going to merge it if it builds correctly, but let's discuss if these properties make sense, and if they are likely to be true.
We may be able to define a refinement relation between this simple configuration and the KWasm configuration (which would encode things like the heap-folding/unfolding), which would mean we can use KEQ to facilitate verifying the high-level stated transitions over the low-level Wasm executions. @daejunpark, do you think it's possible?
The text was updated successfully, but these errors were encountered: