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
I have several questions about zk counter and I can't find relevent documents.
cdk-erigon/core/vm/zk_counters_limits.go
Lines 13 to 15 in 991fecf
take p256Verify precompile for example
cc.Deduct some magic numbers, how you get these numbers?
cc.Deduct
I think there is some pricing mechanism, which map EVM operations to zkevm-prover cost.
cdk-erigon/core/vm/zk_counters.go
Lines 1931 to 1968 in 991fecf
The text was updated successfully, but these errors were encountered:
@doutv we have a this in the doc
Sorry, something went wrong.
I see. However, after read through all docs and code from repo zkevm-prover, zkevm-rom, I still confused.
Why fork11+ can have larger zkCounter?
@doutv fork11+ counters changes are due to changes in the prover. It may be worth raising the issue here: https://github.com/0xPolygonHermez/zkevm-prover. For now I will close.
sadly no one reply my issue in zkevm-prover. Are they focusing on the new prover? 0xPolygonHermez/zkevm-prover#880
No branches or pull requests
I have several questions about zk counter and I can't find relevent documents.
How you determine zk counter limits?
cdk-erigon/core/vm/zk_counters_limits.go
Lines 13 to 15 in 991fecf
How you set price for EVM operations?
take p256Verify precompile for example
cc.Deduct
some magic numbers, how you get these numbers?I think there is some pricing mechanism, which map EVM operations to zkevm-prover cost.
cdk-erigon/core/vm/zk_counters.go
Lines 1931 to 1968 in 991fecf
The text was updated successfully, but these errors were encountered: