polkadot-evm/frontier

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

realtakahashi opened this issue · 0 comments

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?