zkevm-circuits
zkevm-circuits copied to clipboard
pi circuit updates
This includes changes that are used in zkevm-chain. The pi circuit spec changed in between and this PR doesn't account for these changes.
👋 Comment on this pull request with /test to trigger the integration tests.
@ed255 I created this PR even if this conflicts with #730 just for tracking purposes. If the circuit optimizations gets merged, then I can reflect these changes for the evm contracts. Let me know how to proceed here 👌
@ed255 I created this PR even if this conflicts with #730 just for tracking purposes. If the circuit optimizations gets merged, then I can reflect these changes for the evm contracts. Let me know how to proceed here ok_hand
Sorry I missed this message.
https://github.com/privacy-scaling-explorations/zkevm-circuits/pull/730 has been merged!
I see that it included the call_data_gas (now called call_data_gas_cost). So I think you can update this PR accordingly
@ed255 Now that zkevm-chain uses the latest Pi circuit, I rebased this pr and only added rand_rpi to the mix.