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

Join split example cleanup #541

Closed
codygunton opened this issue Jun 16, 2023 · 1 comment
Closed

Join split example cleanup #541

codygunton opened this issue Jun 16, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@codygunton
Copy link
Collaborator

codygunton commented Jun 16, 2023

Background

The join-split circuit example

void join_split_circuit(Composer& composer, join_split_tx const& tx)

was stripped out of the old Aztec Connect repo and brought into Barretenberg as a demonstration of how a our standard library could be used in production. The tests have moreover been useful for benchmarking and for catching some subtle circuit changes, such as a change to ECDSA that was introduced to support the Noir backend.

Task

The code has come along for the ride through lots of refactoring. It could use a quick revamp. In particular, the parts involving mocking are a bit opaque and may be unnecessary.

@codygunton codygunton added the good first issue Good for newcomers label Jun 16, 2023
@codygunton
Copy link
Collaborator Author

Closed by AztecProtocol/aztec-packages#5016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant