We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47eda1 commit 5174f7cCopy full SHA for 5174f7c
src/index.js
@@ -66,7 +66,6 @@ export default async function(event, { status }) {
66
event.payload.circuit.file = include[1].slice(3, -7);
67
delete event.payload.files[`test/${BUILD_NAME}.circom`];
68
}
69
- // TODO download and save circom binary
70
const circomVersion = await execPromise(`${event.payload.circomPath} --version`);
71
status.log(`Using ${circomVersion.stdout}`);
72
status.log(`Using snarkjs@${snarkjsPkg.version}`);
0 commit comments