privacy-scaling-explorations / zkevm-circuits

https://privacy-scaling-explorations.github.io/zkevm-circuits/
Other
821 stars 841 forks source link

Refactor: use StepRws in evm circuits to replace rw indices #1786

Closed maschad closed 3 months ago

maschad commented 4 months ago

Description

Continuing the work originally started in https://github.com/privacy-scaling-explorations/zkevm-circuits/pull/1616 this PR seeks to introduce StepRws across the evm circuits to reduce the need for tracking rw indices through code.

Issue Link

Closes https://github.com/privacy-scaling-explorations/zkevm-circuits/issues/1586

Type of change

Refactor (no updates to logic)

Contents

The change has been made to the following files

maschad commented 4 months ago

@ChihChengLiang this should be ready for review now

maschad commented 4 months ago

Thanks for the review @miha-stopar ! I've made the changes.

maschad commented 3 months ago

Thanks for your review @ChihChengLiang I've made the requested adjustments.