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

Replace InMemoryStateReader for a generic type. #128

Closed
mmsc2 opened this issue Feb 13, 2023 · 0 comments
Closed

Replace InMemoryStateReader for a generic type. #128

mmsc2 opened this issue Feb 13, 2023 · 0 comments

Comments

@mmsc2
Copy link
Contributor

mmsc2 commented Feb 13, 2023

Currently we are using InMemoryStateReader struct to test the flow of the system, in the future we have to replace it with the a generic type T that implements StateReader and State traits.

examples where it should be changed:

  • execute() in execute_entry_point
  • run() in execute_entry_point
  • impl block for SyscallHintProcessor<BusinessLogicSyscallHandler<>>
  • struct StarknetRunner in the field hint_processor and its impl block
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

No branches or pull requests

1 participant