Devon
Devon
## Introduction Stateful precompiles are required to give the EVM atomic access to Cosmos-SDK modules. The currently proposed implementation (https://github.com/evmos/ethermint/pull/1131) manually maintains a StateDBJournal Log and only makes the underlying...
Related to: https://github.com/evmos/ethermint/issues/1348 Proposal: Support Running Rust Based EVM Impls. Current behavior: Supporting geth and geth like golang EVM implementations Desired behavior: Enable the ability to bind a Rust based...
Proposal: Support Running the EVM over GRPC. Current behavior: Evm is directly called from the interface in x/evm/vm Desired behavior: Expand the VM interface to support running the EVM interpreter...
**Proposal:** Transition x/evm and x/feemarket to v0.47 app wiring. **Current behavior:** Cosmos v0.46 interface definition architecture. **Desired behavior:** Cosmos v0.47 app wiring architecture. **Use case:** Want to support 0.47 chains...
AYO tbt to when a whole cosmos sdk module was required for this.
For trace block and transaction.
@smsunarto volunteered 2 to do so thanks bbg luv u lots. Idk what plug-in this shud go into. Maybe we make it so u can supply ur own custom ApplyMessage...
Should verify that a module account exists for a given precompile at startup. Just as a safety measure against the 1 in a trillion chance some gets a priv key...