Skip to content
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

refactor(certora): introduce shared.spec to reuse helper functions #117

Merged
merged 1 commit into from
Sep 19, 2024

Commits on Sep 17, 2024

  1. refactor(certora): introduce shared.spec to reuse helper functions

    We have a couple of helper functions redefined in multiple spec files.
    This commit introduces a `shared.spec` that provides such functions.
    
    The file is then imported in other spec files, so we can make use of the
    functions there.
    
    Closes #87
    0x-r4bbit committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    33e2ff0 View commit details
    Browse the repository at this point in the history