Skip to content
New issue

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

Merge transaction circuits into one #169

Closed
moCello opened this issue May 14, 2024 · 0 comments · Fixed by #173
Closed

Merge transaction circuits into one #169

moCello opened this issue May 14, 2024 · 0 comments · Fixed by #173

Comments

@moCello
Copy link
Member

moCello commented May 14, 2024

Summary

Currently the circuits that need to be proven to create a transaction in zk are split into multiple parts: the execute circuits, send to contract and withdraw from contract. To simplify transactions, possibly reduce the gate counts and speed up proof creation, we want to merge the transfer circuit into a singular circuit based on the diagram in the protocol specifications.

Possible Solution

With this effort we also want to add the circuit directly in phoenix-core, as it is part of the phoenix protocol.

@xevisalle xevisalle linked a pull request May 16, 2024 that will close this issue
@xevisalle xevisalle changed the title Merge transfer circuits into one Merge transaction circuits into one May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant