-
### Component
Forge, Anvil
### Describe the feature you would like
## TODO
* bump revm
revm migrated to ruint while ethers is on primitive-types, so we expect some breaking changes when it co…
-
### Describe the bug
Tracing using `debug_traceTransaction` works for many transactions, but not all. It seems to fail for `0x6279ddfc4eb98b38ebf2119b6381c0265d4b8137af407e57b6c4f52996225eae`.
###…
-
`secp256k1-sys v0.4.1` fails to build on windows system while on linux it passes.
It seems that `cc` lib that builds cpp inside rust requires [ar](https://linux.die.net/man/1/ar) to create static l…
-
### Describe the feature
currently we simply use the debug impl of the status enum
https://github.com/paradigmxyz/reth/blob/73bfb2c9a4b46215c293a1156a9a18936ef4f3e9/crates/revm/revm-inspectors/src…
-
### Component
Forge
### 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 (3fec8c1 2023-08-11T00:15:5…
-
The EVM has access to the blockhash of the prior 256 blocks.
Need to handle how the tracing works when thus opcode is encountered. Options:
- include accessed blockhash headers in proof. The recipie…
-
### Describe the feature
most tracers don't need logs that we record here (currently only `CallTracer` if includeLogs is enabled):
https://github.com/paradigmxyz/reth/blob/c75cacf85551f9d6ccbdfddf…
-
Add new stateful precompile that saved beaconroot
Root should be set before executing transaction.
Precompile should have access to the state.
More info here: https://eips.ethereum.org/EIPS/e…
-
### Describe the feature
**Diff Category**: Core | State Transition Modifications
### Overview
On Optimism, the `Transaction` type exposes the deposit-transaction and L1-cost properties require…
-
### Describe the feature
**Diff Category**: Core | State Transition Modifications
### Overview
Optimism's execution client has a new transaction type specifically for deposits into the rollup, …