Skip to content

Commit d810734

Browse files
committed
0.1.7 Add cWitness circomkit.json property
1 parent 5efcb7e commit d810734

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Deploy and verify your circuits to Circuitscan with a simple command.
55
See also: [Circuitscan CLI Documentation](https://circuitscan.readthedocs.io/en/latest/usage.html)
66

77
> [!NOTE]
8-
> Supports circom 2.0.8-2.1.9, snarkjs 0.6.11-0.7.5
8+
> Supports circom 2.0.8-2.2.1, snarkjs 0.6.11-0.7.5
99
>
1010
> Supports noir 0.31.0-0.34.0
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "circuitscan",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"main": "cli.js",
55
"type": "module",
66
"author": "numtel <ben@latenightsketches.com>",

src/circom/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ async function compileFile(file, options) {
122122
snarkjsVersion: options.snarkjsVersion,
123123
circomPath,
124124
optimization: (loaded.circomkit && loaded.circomkit.optimization),
125+
cWitness: (loaded.circomkit && loaded.circomkit.cWitness),
125126
protocol: options.protocol || (loaded.circomkit && loaded.circomkit.protocol) || 'groth16',
126127
ptauSize: options.ptau || undefined,
127128
prime: (loaded.circomkit && loaded.circomkit.prime) || 'bn128',

0 commit comments

Comments
 (0)