-
Do we have a benchmark of how revm compares against geth/emvone/rust-evm in terms of speed?
-
Hi,
When I try to compile using the latest version of revm with the `with-serde` feature enabled I get the following error.
```the trait `Deserialize
-
At hardhat we've so far been using `ethereumjs`, but we're rewriting parts to Rust and are using `revm` to do so.
One of the features that `ethereumjs` supports but is absent in `revm` is the abili…
-
related to this: https://github.com/bluealloy/revm/issues/7
-
At hardhat we support the ability to call contracts from another contract when developing your own smart contract. So far we've been using `ethereumjs`, which supports this behaviour.
We're rewriti…
-
-
### Component
Anvil
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (15204ec 2022-11-29T00:07:45.954046141…
-
When SputnikVM encounters a lookup, it returns control to the caller with a request for a lookup. The caller then does the lookup and returns control to SputnikVM with the lookup result. This gives us…
-
I'd like to be able to configure the underlying Ethereum JS VM with yet to be productionized EIPs to test them. You can see here that it supports EIPs that are not currently deployed to the networ…
-
Hey all. Are there any known issues simulating txs on chains other than Ethereum?
For example, I am trying to simulate this Avalanche tx: https://snowtrace.io/tx/0xc924c3e0bd6c56ce69afb638f8482026…