-
Notifications
You must be signed in to change notification settings - Fork 12
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
circuits: Restructure API for circuit creation #229
Comments
moCello
added a commit
that referenced
this issue
Aug 6, 2024
moCello
added a commit
that referenced
this issue
Aug 6, 2024
moCello
added a commit
that referenced
this issue
Aug 6, 2024
moCello
added a commit
that referenced
this issue
Aug 7, 2024
moCello
added a commit
that referenced
this issue
Aug 7, 2024
This was referenced Aug 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Hide or even remove the
TxInputNote
andTxOutputNote
structs to be able to create a circuit from only it's parameters. This is to improve the creation of a phoenix-transaction inexecution-core
without the need to depend onphoenix-circuits
for it's types.See rusk #2069
The text was updated successfully, but these errors were encountered: