-
I've given this a lot of thought, currently we kinda random guess when it comes to the revm_spec function using an if/else statement, this is more optimized if the number of forks is small and the num…
-
Occasionally, because some precompiles are slow, there are transactions that take disproportionately long to execute (eg over 1ms). We should have a feature that allows us to time out these and drop t…
-
Hi! The purpose of this lengthy issue is to initiate the discussion on benchmarking and to gain insight into the plans you already have in mind :)
The proposed MVP operates under a benchmark-driven…
-
Does this issue occur when all extensions are disabled?: No
*This issue is related to an extension that cannot be disabled.*
- VS Code Version: 1.95.0
- OS Version: Windows 11 22H2
Steps t…
-
# Overview
The current implementation of `scroll-revm` leverages a fork of `revm` and uses feature flags to override EVM functionality. While this solution is functional there are some concerns aroun…
-
https://github.com/rust-ethereum/ethabi/blob/a148a4ae0625208946477522bac69eee51602208/ethabi/src/lib.rs#L94
Can this be replaced with something like an `ethereum_types::I256`?
It seems like tha…
-
```shell
./cli -o --onchain-block-number 0 --chain-type ETH --onchain-local-proxy-addr http://127.0.0.1:5003 --panic-on-bug --flashloan --concolic --ierc20-oracle --pair-oracle --target 0x7a250d5630B…
-
### Component
Anvil
### Describe the feature you would like
We've been using the new precompile injection API created in https://github.com/foundry-rs/foundry/pull/7589, and it's working well.
A…
-
Without checking in-depth, seems related to Optimism and Arbitrum, most probably something on the nodes (lack of archive?), as they tests should just work, being pinned to an specific block.
```
R…
-
Maybe enable feature on reth_revm crate for`secp256r1`? Or it’s a some reason to re-write that on Odyssey?