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: implement blockifier State and StateReader traits #107

Merged
merged 9 commits into from
Sep 21, 2023

Conversation

greged93
Copy link
Contributor

Implement the blockifier State and StateReader for the State structure used in the Kakarot sequencer.

Time spent on this PR: 0.3 day

Resolves: #106

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Testing

What is the new behavior?

The state structure that will be used for the test sequencer implements the State and StateReader traits from blockifier that will be used during the execution of transactions.

Does this introduce a breaking change?

  • Yes
  • No

@greged93 greged93 changed the title feat: implement blockifier feat: implement blockifier State and StateReader traits Sep 20, 2023
Copy link
Member

@Eikix Eikix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥🔥🔥🔥🔥 deez great

@Eikix Eikix added this pull request to the merge queue Sep 21, 2023
Merged via the queue into kkrt-labs:main with commit fdd6c97 Sep 21, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement for the sequencer the blockifier State and StateReader traits.
2 participants