Wodann
Wodann
While upgrading Hardhat, we were testing our development-version of Hardhat with `synthetix` and noticed that there is a test failure which seems to be the result of a previous bug...
Currently, the `optimism` feature flag removes part of the default feature set of REVM. This prevents us from using vanilla Ethereum and Optimism side-by-side. **Definition of Done** - Ensure that...
The `MemPool` currently only validates that the max cost of a transaction is not larger than the balance of the sender's account. We should ensure that the sum of balances...
While pursuing the release of EDR v0.1 and v0.2 we made design and implementation choices that we'd like to revisit when we can spend more time. This issue is meant...
When RPC types become part of alloy, consider adopting those in favour of our own. **Depends On:** - https://github.com/alloy-rs/core/pull/51
- [x] #54 - [x] #98
- Receive reference to changes in `DatabaseCommit::commit` - Receive reference to all parameters in `DatabaseRef` - Remove `DatabaseRef` and always use `&self` for immutable methods in the trait - People...
- How can we have chain-specific JSON-RPC requests? - How can we have chain-specific response types (e.g. a different transaction or block type)? - How can we register and construct...