-
Notifications
You must be signed in to change notification settings - Fork 20
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
Verification Options for Substrate #1119
Comments
I tried using Mirai and found no project issues, just issues with the dependencies. However, I am skeptical of the results and filed an issue with the Mirai project for confirmation. facebookexperimental/MIRAI#1206 |
I also tried using the Prusti extension for VSCode but was not able to because it was expecting the |
The Prusti cli generated only errors of type: |
A new one that I found and attempted to use but also didn't work. |
Security is hard to get right in blockchains. It's even harder to make sure that code is correct while still actively developing the product: code changes are frequent, requirements are changing, and the codebase is growing.
Explore options for verifying blockchain code, specifically for the Substrate blockchain framework to try to verify the code of the Interlay blockchain.
The tool should be integrated into the Rust toolchain (no DSLs)
Please see:
https://harz.dev/blog/rust-verification/
Timebox:
2 days.
The text was updated successfully, but these errors were encountered: