We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As discussed in the PR feat: remove L1BlockFieldTag from RW table #13, unlike zkevm-circuits, read/write from rw table using AccountStorage tag is not implemented.
L1BlockFieldTag
This issue also exist in the PSE and Scroll's zkevm-specs code, so it would be best to implement and make a Pull Request to PSE's repository.
Not all, but some of the relevant codes can be found it the below links.
https://github.com/kroma-network/zkevm-circuits/blob/kroma-v0.3.0-cherrypick/zkevm-circuits/src/evm_circuit/execution/fee_distribution_hook.rs#L70
https://github.com/kroma-network/zkevm-circuits/blob/kroma-v0.3.0-cherrypick/zkevm-circuits/src/evm_circuit/execution/sstore.rs#L74
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
As discussed in the PR feat: remove
L1BlockFieldTag
from RW table #13, unlike zkevm-circuits, read/write from rw table using AccountStorage tag is not implemented.This issue also exist in the PSE and Scroll's zkevm-specs code, so it would be best to implement and make a Pull Request to PSE's repository.
Relevant code
Not all, but some of the relevant codes can be found it the below links.
https://github.com/kroma-network/zkevm-circuits/blob/kroma-v0.3.0-cherrypick/zkevm-circuits/src/evm_circuit/execution/fee_distribution_hook.rs#L70
https://github.com/kroma-network/zkevm-circuits/blob/kroma-v0.3.0-cherrypick/zkevm-circuits/src/evm_circuit/execution/sstore.rs#L74
The text was updated successfully, but these errors were encountered: