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

fix(circom): Change version and remove tests #6

Merged
merged 3 commits into from
Aug 16, 2022
Merged

fix(circom): Change version and remove tests #6

merged 3 commits into from
Aug 16, 2022

Conversation

Dimo99
Copy link
Contributor

@Dimo99 Dimo99 commented Aug 10, 2022

No description provided.

@Dimo99 Dimo99 requested review from PetarKirov and zah and removed request for zah August 10, 2022 14:41

src = fetchFromGitHub {
owner = "iden3";
repo = "circom";
rev = "v${version}";
sha256 = "sha256-T6kRa4TCIoJh7zHLanOb2w6WcIVapF6apblxjg5OxIk=";
rev = "47883d98c45fe25c6d010f16b717cca6d0dea745";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
rev = "47883d98c45fe25c6d010f16b717cca6d0dea745";
rev = "v${version}";

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unfortunately, we need to work with specific circom commit.
Because even with a patch applied the build for circom-pairing still fails
Explanation: yi-sun/circom-pairing#11 (comment)

@Dimo99 Dimo99 requested a review from zah August 11, 2022 11:06
@zah zah merged commit 691127d into main Aug 16, 2022
@PetarKirov PetarKirov deleted the packages/circom branch August 17, 2022 20:48
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.

3 participants