diff --git a/circuit/js/package.json b/circuit/js/package.json index 0046af90..954cb862 100644 --- a/circuit/js/package.json +++ b/circuit/js/package.json @@ -1,6 +1,6 @@ { "name": "@axiom-crypto/circuit", - "version": "0.1.5-rc.2", + "version": "0.1.5-rc.3", "author": "Intrinsic Technologies", "license": "MIT", "description": "Client SDK to write custom queries for Axiom, the ZK Coprocessor for Ethereum.", @@ -25,8 +25,8 @@ ], "dependencies": { "@axiom-crypto/core": "2.2.51-rc.3", - "@axiom-crypto/halo2-lib-js": "0.2.13-alpha.1", - "@axiom-crypto/halo2-wasm": "0.2.10", + "@axiom-crypto/halo2-lib-js": "0.2.14-rc.0", + "@axiom-crypto/halo2-wasm": "0.2.11-rc.1", "@axiom-crypto/tools": "0.3.35-rc.2", "commander": "^11.1.0", "ethers": "^6.8.1", diff --git a/circuit/js/pnpm-lock.yaml b/circuit/js/pnpm-lock.yaml index 4f2913d2..76fca900 100644 --- a/circuit/js/pnpm-lock.yaml +++ b/circuit/js/pnpm-lock.yaml @@ -9,11 +9,11 @@ dependencies: specifier: 2.2.51-rc.3 version: 2.2.51-rc.3 '@axiom-crypto/halo2-lib-js': - specifier: 0.2.13-alpha.1 - version: 0.2.13-alpha.1 + specifier: 0.2.14-rc.0 + version: 0.2.14-rc.0 '@axiom-crypto/halo2-wasm': - specifier: 0.2.10 - version: 0.2.10 + specifier: 0.2.11-rc.1 + version: 0.2.11-rc.1 '@axiom-crypto/tools': specifier: 0.3.35-rc.2 version: 0.3.35-rc.2 @@ -97,10 +97,10 @@ packages: - utf-8-validate dev: false - /@axiom-crypto/halo2-lib-js@0.2.13-alpha.1: - resolution: {integrity: sha512-RACC6uGkVNNZDJwsT7yrF/XEq9oSB/hylup78V8JYlYhp3/dZ6fAnbiEPuTe9xFMqDpIYeTN7KO/h6VEqktZfw==} + /@axiom-crypto/halo2-lib-js@0.2.14-rc.0: + resolution: {integrity: sha512-CkWp7VywU5JxXw8Hah/LLIm2oxYJzCKcPxNUo8j3t9wY4tkKVOwpPv2Kr5KuW2oeKOZvNlHmkemNcO6vfItS9Q==} dependencies: - '@axiom-crypto/halo2-wasm': 0.2.10 + '@axiom-crypto/halo2-wasm': 0.2.11-rc.1 ethers: 6.9.0 prettier: 1.18.2 transitivePeerDependencies: @@ -108,8 +108,8 @@ packages: - utf-8-validate dev: false - /@axiom-crypto/halo2-wasm@0.2.10: - resolution: {integrity: sha512-88VPIGeLUPYp+kIgKuJ4QBAKZ5SbwtJheBca5DuZdyb/9vGZ02gyeyQe6/2N7yVDIn3hupHhgfAc4mqm1/4ddw==} + /@axiom-crypto/halo2-wasm@0.2.11-rc.1: + resolution: {integrity: sha512-30yASHZXIIGILRJHvOPDZ43gATCgGzkl9wvbK+on1lC3lnMO5iF3aOsqIV8bPkTsh9OhpxsBA32FUkfZ+vZNyA==} dev: false /@axiom-crypto/halo2-wasm@0.2.7: diff --git a/client/package.json b/client/package.json index beb06fed..b017fc99 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@axiom-crypto/client", - "version": "0.1.5-rc.2", + "version": "0.1.5-rc.3", "author": "Intrinsic Technologies", "license": "MIT", "description": "Client SDK to write custom queries for Axiom, the ZK Coprocessor for Ethereum.", @@ -23,7 +23,7 @@ "crypto" ], "dependencies": { - "@axiom-crypto/circuit": "0.1.5-rc.2", + "@axiom-crypto/circuit": "0.1.5-rc.3", "@axiom-crypto/core": "2.2.51-rc.3", "commander": "^11.1.0", "ethers": "^6.8.1", diff --git a/client/pnpm-lock.yaml b/client/pnpm-lock.yaml index 51f1108b..81876fa6 100644 --- a/client/pnpm-lock.yaml +++ b/client/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@axiom-crypto/circuit': - specifier: 0.1.5-rc.2 - version: 0.1.5-rc.2(typescript@5.3.3) + specifier: 0.1.5-rc.3 + version: 0.1.5-rc.3(typescript@5.3.3) '@axiom-crypto/core': specifier: 2.2.51-rc.3 version: 2.2.51-rc.3 @@ -58,12 +58,12 @@ packages: '@jridgewell/trace-mapping': 0.3.20 dev: true - /@axiom-crypto/circuit@0.1.5-rc.2(typescript@5.3.3): - resolution: {integrity: sha512-iU+l93Pe7sKRpDgV4Yyeo8Y7lvcF2OFnniwe0FL4jgoJH6kELnAi8qeCl8NQ5xqjG+okW9nRRvFz0gmcRIpUqg==} + /@axiom-crypto/circuit@0.1.5-rc.3(typescript@5.3.3): + resolution: {integrity: sha512-Nvbpl/s3munsjTyy3FqY9qARmTiXCgkq8/LeWG8kr+QOtIJ2J/sQaLZA5fVofsHHW9r8dxJWT11IAJk1+1uKnA==} dependencies: '@axiom-crypto/core': 2.2.51-rc.3 - '@axiom-crypto/halo2-lib-js': 0.2.13-alpha.1 - '@axiom-crypto/halo2-wasm': 0.2.10 + '@axiom-crypto/halo2-lib-js': 0.2.14-rc.0 + '@axiom-crypto/halo2-wasm': 0.2.11-rc.1 '@axiom-crypto/tools': 0.3.35-rc.2 commander: 11.1.0 ethers: 6.9.0 @@ -103,10 +103,10 @@ packages: - utf-8-validate dev: false - /@axiom-crypto/halo2-lib-js@0.2.13-alpha.1: - resolution: {integrity: sha512-RACC6uGkVNNZDJwsT7yrF/XEq9oSB/hylup78V8JYlYhp3/dZ6fAnbiEPuTe9xFMqDpIYeTN7KO/h6VEqktZfw==} + /@axiom-crypto/halo2-lib-js@0.2.14-rc.0: + resolution: {integrity: sha512-CkWp7VywU5JxXw8Hah/LLIm2oxYJzCKcPxNUo8j3t9wY4tkKVOwpPv2Kr5KuW2oeKOZvNlHmkemNcO6vfItS9Q==} dependencies: - '@axiom-crypto/halo2-wasm': 0.2.10 + '@axiom-crypto/halo2-wasm': 0.2.11-rc.1 ethers: 6.9.0 prettier: 1.18.2 transitivePeerDependencies: @@ -114,8 +114,8 @@ packages: - utf-8-validate dev: false - /@axiom-crypto/halo2-wasm@0.2.10: - resolution: {integrity: sha512-88VPIGeLUPYp+kIgKuJ4QBAKZ5SbwtJheBca5DuZdyb/9vGZ02gyeyQe6/2N7yVDIn3hupHhgfAc4mqm1/4ddw==} + /@axiom-crypto/halo2-wasm@0.2.11-rc.1: + resolution: {integrity: sha512-30yASHZXIIGILRJHvOPDZ43gATCgGzkl9wvbK+on1lC3lnMO5iF3aOsqIV8bPkTsh9OhpxsBA32FUkfZ+vZNyA==} dev: false /@axiom-crypto/halo2-wasm@0.2.7: diff --git a/client/src/version.ts b/client/src/version.ts index 38c71639..cc89be70 100644 --- a/client/src/version.ts +++ b/client/src/version.ts @@ -1,4 +1,4 @@ // This is an autogenerated file. It should match the version number in package.json. // Do not modify this file directly. -export const CLIENT_VERSION = "0.1.5-rc.2"; \ No newline at end of file +export const CLIENT_VERSION = "0.1.5-rc.3"; \ No newline at end of file diff --git a/harness/package.json b/harness/package.json index 4f62b7b7..82a03b4a 100644 --- a/harness/package.json +++ b/harness/package.json @@ -1,6 +1,6 @@ { "name": "@axiom-crypto/harness", - "version": "0.1.7-rc.2", + "version": "0.1.7-rc.3", "author": "Intrinsic Technologies", "license": "MIT", "description": "Circuit harness for axiom-client", @@ -39,6 +39,6 @@ "typescript": "^5.3.2" }, "peerDependencies": { - "@axiom-crypto/client": "0.1.5-rc.2" + "@axiom-crypto/client": "0.1.5-rc.3" } } \ No newline at end of file diff --git a/harness/pnpm-lock.yaml b/harness/pnpm-lock.yaml index 229b8da5..03ecdce8 100644 --- a/harness/pnpm-lock.yaml +++ b/harness/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@axiom-crypto/client': - specifier: 0.1.5-rc.2 - version: 0.1.5-rc.2(typescript@5.3.3) + specifier: 0.1.5-rc.3 + version: 0.1.5-rc.3(typescript@5.3.3) commander: specifier: ^11.1.0 version: 11.1.0 @@ -61,12 +61,12 @@ packages: '@jridgewell/trace-mapping': 0.3.20 dev: true - /@axiom-crypto/circuit@0.1.5-rc.2(typescript@5.3.3): - resolution: {integrity: sha512-iU+l93Pe7sKRpDgV4Yyeo8Y7lvcF2OFnniwe0FL4jgoJH6kELnAi8qeCl8NQ5xqjG+okW9nRRvFz0gmcRIpUqg==} + /@axiom-crypto/circuit@0.1.5-rc.3(typescript@5.3.3): + resolution: {integrity: sha512-Nvbpl/s3munsjTyy3FqY9qARmTiXCgkq8/LeWG8kr+QOtIJ2J/sQaLZA5fVofsHHW9r8dxJWT11IAJk1+1uKnA==} dependencies: '@axiom-crypto/core': 2.2.51-rc.3 - '@axiom-crypto/halo2-lib-js': 0.2.13-alpha.1 - '@axiom-crypto/halo2-wasm': 0.2.10 + '@axiom-crypto/halo2-lib-js': 0.2.14-rc.0 + '@axiom-crypto/halo2-wasm': 0.2.11-rc.1 '@axiom-crypto/tools': 0.3.35-rc.2 commander: 11.1.0 ethers: 6.9.0 @@ -79,11 +79,11 @@ packages: - zod dev: false - /@axiom-crypto/client@0.1.5-rc.2(typescript@5.3.3): - resolution: {integrity: sha512-YkLqWwDfKgEWFZglVC1FBcA0SLVY1P0tIXSYVjFELq/vxloGYHMYMez/ImEgbRUSna1R/kUcCClfiDE96kPo/g==} + /@axiom-crypto/client@0.1.5-rc.3(typescript@5.3.3): + resolution: {integrity: sha512-uGsMPNnBbKnK0zbFAnE8QhlMHJYlcjIW82OzjvAoOmjZAaxSJQhcPVoifqRVJGHuo63aIqMG/uZRj+c/q6E9jQ==} hasBin: true dependencies: - '@axiom-crypto/circuit': 0.1.5-rc.2(typescript@5.3.3) + '@axiom-crypto/circuit': 0.1.5-rc.3(typescript@5.3.3) '@axiom-crypto/core': 2.2.51-rc.3 commander: 11.1.0 ethers: 6.9.0 @@ -123,10 +123,10 @@ packages: - utf-8-validate dev: false - /@axiom-crypto/halo2-lib-js@0.2.13-alpha.1: - resolution: {integrity: sha512-RACC6uGkVNNZDJwsT7yrF/XEq9oSB/hylup78V8JYlYhp3/dZ6fAnbiEPuTe9xFMqDpIYeTN7KO/h6VEqktZfw==} + /@axiom-crypto/halo2-lib-js@0.2.14-rc.0: + resolution: {integrity: sha512-CkWp7VywU5JxXw8Hah/LLIm2oxYJzCKcPxNUo8j3t9wY4tkKVOwpPv2Kr5KuW2oeKOZvNlHmkemNcO6vfItS9Q==} dependencies: - '@axiom-crypto/halo2-wasm': 0.2.10 + '@axiom-crypto/halo2-wasm': 0.2.11-rc.1 ethers: 6.9.0 prettier: 1.18.2 transitivePeerDependencies: @@ -134,8 +134,8 @@ packages: - utf-8-validate dev: false - /@axiom-crypto/halo2-wasm@0.2.10: - resolution: {integrity: sha512-88VPIGeLUPYp+kIgKuJ4QBAKZ5SbwtJheBca5DuZdyb/9vGZ02gyeyQe6/2N7yVDIn3hupHhgfAc4mqm1/4ddw==} + /@axiom-crypto/halo2-wasm@0.2.11-rc.1: + resolution: {integrity: sha512-30yASHZXIIGILRJHvOPDZ43gATCgGzkl9wvbK+on1lC3lnMO5iF3aOsqIV8bPkTsh9OhpxsBA32FUkfZ+vZNyA==} dev: false /@axiom-crypto/halo2-wasm@0.2.7: