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(maci): upgraded snarkjs and other dependencies #550

Merged
merged 1 commit into from
Nov 26, 2022
Merged

Conversation

ctrlc03
Copy link
Collaborator

@ctrlc03 ctrlc03 commented Nov 25, 2022

Upgraded extra dependencies such as snarkjs.

@@ -46,9 +46,9 @@
},
"dependencies": {
"argparse": "^2.0.1",
"circomlib": "git://github.com/weijiekoh/circomlib.git#ac85e82c1914d47789e2032fb11ceb2cfdd38a2b",
"circomlib": "github:weijiekoh/circomlib#ac85e82c1914d47789e2032fb11ceb2cfdd38a2b",
Copy link
Member

Choose a reason for hiding this comment

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

nit: another simplification would beweijiekoh/circomlib#ac85e82c1914d47789e2032fb11ceb2cfdd38a2b (see: https://docs.npmjs.com/cli/v9/configuring-npm/package-json#github-urls)

@baumstern
Copy link
Member

LGTM

@baumstern baumstern merged commit 0ce643a into v1 Nov 26, 2022
@@ -1,8 +1,8 @@
const { ethers, overwriteArtifact } = require('hardhat')
const poseidonGenContract = require('circomlib/src/poseidon_gencontract.js')
const { poseidonContract } = require('circomlibjs')
Copy link
Member

Choose a reason for hiding this comment

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

<3

@baumstern baumstern linked an issue Nov 26, 2022 that may be closed by this pull request
@ctrlc03 ctrlc03 deleted the fix/snarkjs branch November 28, 2022 12:39
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.

Bump snarkjs to latest from 0.4.10
2 participants