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
for this tx https://etherscan.io/tx/0x7713d8f46a5472d62d9512990bc6979e9d4fcacbfe7e838c6365146ff3310a1e,
we need witness to prove why the collision error happens.
zkevm-circuits/bus-mapping/src/circuit_input_builder/access.rs
Line 219 in 7c48935
anyway we fixed this problem in our l2geth scroll-tech/go-ethereum#488
How to fix: we need to use preStateTracer for this. It will be useful
the preStateTracer will be better than our parsing of struct logger
the native (golang, not js) prestate tracer is not available at the time we wrote our codes.
The text was updated successfully, but these errors were encountered:
done
Sorry, something went wrong.
No branches or pull requests
Describe the feature you would like
for this tx https://etherscan.io/tx/0x7713d8f46a5472d62d9512990bc6979e9d4fcacbfe7e838c6365146ff3310a1e,
we need witness to prove why the collision error happens.
zkevm-circuits/bus-mapping/src/circuit_input_builder/access.rs
Line 219 in 7c48935
anyway we fixed this problem in our l2geth scroll-tech/go-ethereum#488
How to fix: we need to use preStateTracer for this. It will be useful
the preStateTracer will be better than our parsing of struct logger
Additional context
the native (golang, not js) prestate tracer is not available at the time we wrote our codes.
The text was updated successfully, but these errors were encountered: