You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2024. It is now read-only.
Refactor: use StepRws in evm circuits to replace rw indices (#1786)
### Description
Continuing the work originally started in
#1616
this PR seeks to introduce `StepRws` across the evm circuits to reduce
the need for tracking rw indices through code.
### Issue Link
Closes#1586
### Type of change
Refactor (no updates to logic)
### Contents
The change has been made to the following files
- error_oog_call.rs
- error_oog_memory_copy.rs
- error_oog_sload_sstore.rs
- error_return_data_oo_bound.rs
- error_write_protection.rs
- extcodecopy.rs
- extcodehash.rs
- extcodesize.rs
- logs.rs
- return_revert.rs
- returndatacopy.rs
- sha3.rs
- sload.rs
- sstore.rs
0 commit comments