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

Add Circom stuff to the Runtime #330

Merged
merged 32 commits into from
Jun 19, 2023
Merged

Add Circom stuff to the Runtime #330

merged 32 commits into from
Jun 19, 2023

Conversation

shekohex
Copy link
Collaborator

@shekohex shekohex commented Jun 12, 2023

Summary of changes
Changes introduced in this pull request:

  • Adds a feature flags: arkworks-backend and circom-backend
  • defaults to circom-backend in the node and runtime.
  • Fixes the Arkworks <> Snarkjs proof conversion.

Reference issue to close (if applicable)

Closes

Related to webb-tools/relayer#521

@shekohex shekohex requested review from drewstone and 1xstj June 12, 2023 17:41
@shekohex shekohex marked this pull request as draft June 13, 2023 20:07
Looks stupid at first, but, for some other reason, that I do not know
we needed to encode the points in a reverse order, the coordinates of
the point itself not in the (c0, c1) but in the (c1, c0), silly I know.
not what I expected and not what e studied at school lol.
@shekohex shekohex marked this pull request as ready for review June 15, 2023 18:04
@shekohex
Copy link
Collaborator Author

shekohex commented Jun 19, 2023

@1xstj @drewstone could we review and merge this PR, ASAP?

Since we need to update Tangle with these new changes too.

Copy link
Contributor

@drewstone drewstone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG, please review the deps and if they're good for the entire node we can merge @shekohex

pallets/vanchor/Cargo.toml Outdated Show resolved Hide resolved
@shekohex shekohex merged commit 2efe48b into main Jun 19, 2023
@shekohex shekohex deleted the shady/circom branch June 19, 2023 13:44
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 this pull request may close these issues.

2 participants