-
Notifications
You must be signed in to change notification settings - Fork 111
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
Implement evm
module
#413
Comments
Options and issues after doing some research: We need to have the functionality of:
Unknown:
Way of integrating with rollupEvm module single transaction could encode:
After executing Evm transaction the rollup would keep:
Implementation options
|
@bkolad @LukaszRozmej looking into Sovereign SDK, correct me if I am wrong, my understanding is that it uses RISC Zero's ZKVM. Why not use Zeth instead which has the prover system completed? Zeth is also based on revm |
Hey @joshuacheong we need a |
The EVM module is currently undergoing stabilization |
We will use the following
evm
implementation: https://github.com/bluealloy/revmList of tasks
sov-evm
module with a unit test that executes a simple contract in revm using theCachedDb
Database
trait (from revm) forWorkingSet
and update the aforementioned test to work with theWorkingSet
.eth_sendRawTransaction
RPC Methodblock_hash, coinbase, block_number, etc
.Related issues:
#425, #425
The text was updated successfully, but these errors were encountered: