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

Testing and fixing CEI pattern analysis (follow up for #3168) #3356

Merged
merged 10 commits into from
Nov 16, 2022

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    d71f562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53b6415 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. test: CEI pattern violation in function application

    The function's argument is a code block with interaction, the function does storage write.
    anton-trunov committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    1562239 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e7578 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    332a240 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9949d57 View commit details
    Browse the repository at this point in the history
  5. test: CEI pattern violation in if statement

    Interaction in the condition, storage in a branch
    anton-trunov committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    6d89cad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e01394e View commit details
    Browse the repository at this point in the history
  7. test: CEI pattern violation in while loops

    Fixed pattern violation detection in the cases
    where there is first storage modification and only then
    an external contract call, because on the next iteration
    it will be storage modification again
    
    close #3342
    anton-trunov committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    1c96bb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    c335428 View commit details
    Browse the repository at this point in the history