From a983307ea82f09b0c3e26d66cc29200010efe7c5 Mon Sep 17 00:00:00 2001 From: billy rennekamp Date: Tue, 3 Oct 2023 17:56:07 +0200 Subject: [PATCH 1/6] Update to circom v2.1.6 via circom2 v0.2.16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 395a8ba..13afe56 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "bl": "^6.0.0", "camelcase": "^6.3.0", "circom": "0.5.46", - "circom2": "^0.2.10", + "circom2": "^0.2.16", "circom_runtime": "0.1.21", "debug": "^4.3.4", "ffjavascript": "0.2.56", From 21f5051708d482d6e0e80db88d682d3ea3924e8c Mon Sep 17 00:00:00 2001 From: billy rennekamp Date: Tue, 3 Oct 2023 18:35:55 +0200 Subject: [PATCH 2/6] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13afe56..9aa44c4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "bl": "^6.0.0", "camelcase": "^6.3.0", "circom": "0.5.46", - "circom2": "^0.2.16", + "circom2": "^0.2.12", "circom_runtime": "0.1.21", "debug": "^4.3.4", "ffjavascript": "0.2.56", From 5f32ad82e2f855f774230701bb8e523c734c2d9c Mon Sep 17 00:00:00 2001 From: billy rennekamp Date: Wed, 4 Oct 2023 10:25:27 +0200 Subject: [PATCH 3/6] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9aa44c4..0d058cf 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "bl": "^6.0.0", "camelcase": "^6.3.0", "circom": "0.5.46", - "circom2": "^0.2.12", + "circom2": "0.2.12", "circom_runtime": "0.1.21", "debug": "^4.3.4", "ffjavascript": "0.2.56", From 1d00cc6602f935ec6109aa086ab5297b6983f912 Mon Sep 17 00:00:00 2001 From: billy rennekamp Date: Wed, 4 Oct 2023 11:52:13 +0200 Subject: [PATCH 4/6] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d058cf..d12a5fb 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "camelcase": "^6.3.0", "circom": "0.5.46", "circom2": "0.2.12", - "circom_runtime": "0.1.21", + "circom_runtime": "git+ssh://git@github.com/okwme/circom_runtime.git", "debug": "^4.3.4", "ffjavascript": "0.2.56", "memfs": "^3.4.8", From e056b67e52bdcfb9878d17845e04e87f1c87e9f2 Mon Sep 17 00:00:00 2001 From: billy rennekamp Date: Thu, 5 Oct 2023 09:14:49 +0200 Subject: [PATCH 5/6] => v0.2.16 (v2.1.6) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d12a5fb..bf0e8e4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "bl": "^6.0.0", "camelcase": "^6.3.0", "circom": "0.5.46", - "circom2": "0.2.12", + "circom2": "0.2.16", "circom_runtime": "git+ssh://git@github.com/okwme/circom_runtime.git", "debug": "^4.3.4", "ffjavascript": "0.2.56", From 87f0dfd9bfe93643983edf27aa5d01ed6a94a32a Mon Sep 17 00:00:00 2001 From: Billy Rennekamp Date: Fri, 6 Oct 2023 09:49:51 +0200 Subject: [PATCH 6/6] update circom_runtime with fix for p --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf0e8e4..9fcfe09 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "camelcase": "^6.3.0", "circom": "0.5.46", "circom2": "0.2.16", - "circom_runtime": "git+ssh://git@github.com/okwme/circom_runtime.git", + "circom_runtime": "git+ssh://git@github.com/okwme/circom_runtime.git#f9bdd820708ea0c9a67c36d754217e7c26fd37ab", "debug": "^4.3.4", "ffjavascript": "0.2.56", "memfs": "^3.4.8",