Wodann
Wodann
[Pectra thread](https://ethereum-magicians.org/t/pectra-network-upgrade-meta-thread/16809) - [ ] #427
**Definition of Done** Sign windows binaries to resolve https://github.com/NomicFoundation/hardhat/issues/5099
**Depends on** - [x] https://github.com/bluealloy/revm/pull/1276 - [x] https://github.com/bluealloy/revm/pull/1284 **Definition of Done** Once `revm` cuts a new release with the aforementioned PRs included, upgrade to that version.
**Definition of Done** It should be possible to disable the benchmark runner check based on labels. Two possibilities are: - detect whether one of a set of labels is specified...
## Definition of done - We need to create a module that given an EVM trace and a contract identifier, it generates the stack trace of the EVM messages involved....
## Definition of done - We need to define a Rust type to represent a solidity stack trace. - It should be similar to https://github.com/NomicFoundation/hardhat/blob/main/packages/hardhat-core/src/internal/hardhat-network/stack-traces/solidity-stack-trace.ts - We don't want to...
**Definition of Done** - We need a module that can decode the return data of a failed evm message/call. - There are two cases: when the ContractIdentifier can recognize the...
As a developer, I want to see the API reference as a static website for `rethnet/main`'s latest code. This can be generated using Rust's toolchain
Experiment to see whether it would be possible to separate optimism and mainnet `SpecId`s and other types, such as `HaltReason`. I'm curious to hear whether any of this is in...