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

Is it possible to modify the frontier evm so that the "Op Stack" is executable? #1133

Open
realtakahashi opened this issue Jul 31, 2023 · 0 comments
Labels

Comments

@realtakahashi
Copy link

Question

I tried to execute "OP Stack" which is layer 2 solution of EVM with frontier EVM.
but "OP Stack" could not be executed and I found 2 issues.

  1. The block hash actually obtained from Frontier EVM does not match the block hash logically calculated internally by "OP Stack".
  2. To proof, "OP Stack" uses EIP-1186(eth_getProof), but frontier EVM does not have this EIP.

My question is

  • Considering the design of the substrate, are the above two issues realistically solvable?
  • Is it possible for you to plan and respond to these issues for resolution?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant