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
L2Tx
Currently we include 0 values in L2Tx. That is the newNullifier, newCommitments etc. arrays are always the same size and are padded with 0 values.
This makes testing more annoying because checking the amount of new commitments etc. is quite common and it makes serialization inefficient.
The text was updated successfully, but these errors were encountered:
refactor: prune 0 values from L2Tx (#3224)
2de206d
Fixes #3222 \+ included recompiled artifacts because they no longer contain absolute path.
Successfully merging a pull request may close this issue.
Currently we include 0 values in
L2Tx
. That is the newNullifier, newCommitments etc. arrays are always the same size and are padded with 0 values.This makes testing more annoying because checking the amount of new commitments etc. is quite common and it makes serialization inefficient.
The text was updated successfully, but these errors were encountered: