edr icon indicating copy to clipboard operation
edr copied to clipboard

Results 130 edr issues
Sort by recently updated
recently updated
newest added

Currently `optimizerSteps: "u"` is a recommended way to configure `viaIR` compilation pipeline. However it might not be necessary anymore with recent versions of solidity. The suggestion of this issue is...

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

The reason for this is that macos-13 is an x64-based runner while macos-14 is arm64 (see [here](https://github.com/actions/runner-images?tab=readme-ov-file#available-images)), and testing EDR in both makes sense.

- 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...

**Definition of Done** Some sort of JS API exposed through NAPI that can execute at least one test contract.

- 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...