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

feat(storage/state_update): store re-declared Cairo 0 class information #2237

Merged
merged 2 commits into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. feat(storage/state_update): store re-declared Cairo 0 class information

    This change adds a new `redeclared_classes` table storing block numbers
    at which class re-declarations did happen.
    
    When inserting a state update we take care of adding new rows here if
    the state update contains a re-declaration -- and then when retrieving
    the state update from storage we add re-declared classes to the set
    of Cairo classes declared at the block.
    kkovaacs committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a95bae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0148dbc View commit details
    Browse the repository at this point in the history