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
We dont need to include the token in data availability guarentees.
What we can do is make the snark generate a merkle tree of tokens -> fee.
Each transaction we add to the fee of that token. We have to do a few more hash functions here. But we can limit the depth of the tree to ~4.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We dont need to include the token in data availability guarentees.
What we can do is make the snark generate a merkle tree of tokens -> fee.
Each transaction we add to the fee of that token. We have to do a few more hash functions here. But we can limit the depth of the tree to ~4.
The text was updated successfully, but these errors were encountered: