@noir-lang/backend_barretenberg
Advanced tools
Comparing version 0.31.0-ec728dd.nightly to 0.31.0-ee8b0cd.nightly
@@ -66,3 +66,4 @@ "use strict"; | ||
const api = await Barretenberg.new(this.options); | ||
const [_exact, _total, subgroupSize] = await api.acirGetCircuitSizes(this.acirUncompressedBytecode); | ||
const honkRecursion = false; | ||
const [_exact, _total, subgroupSize] = await api.acirGetCircuitSizes(this.acirUncompressedBytecode, honkRecursion); | ||
const crs = await Crs.new(subgroupSize + 1); | ||
@@ -69,0 +70,0 @@ await api.commonInitSlabAllocator(subgroupSize); |
@@ -40,3 +40,4 @@ import { decompressSync as gunzip } from 'fflate'; | ||
const api = await Barretenberg.new(this.options); | ||
const [_exact, _total, subgroupSize] = await api.acirGetCircuitSizes(this.acirUncompressedBytecode); | ||
const honkRecursion = false; | ||
const [_exact, _total, subgroupSize] = await api.acirGetCircuitSizes(this.acirUncompressedBytecode, honkRecursion); | ||
const crs = await Crs.new(subgroupSize + 1); | ||
@@ -43,0 +44,0 @@ await api.commonInitSlabAllocator(subgroupSize); |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.31.0-ec728dd.nightly", | ||
"version": "0.31.0-ee8b0cd.nightly", | ||
"packageManager": "yarn@3.5.1", | ||
@@ -45,4 +45,4 @@ "license": "(MIT OR Apache-2.0)", | ||
"dependencies": { | ||
"@aztec/bb.js": "0.41.0", | ||
"@noir-lang/types": "0.31.0-ec728dd.nightly", | ||
"@aztec/bb.js": "0.43.0", | ||
"@noir-lang/types": "0.31.0-ee8b0cd.nightly", | ||
"fflate": "^0.8.0" | ||
@@ -49,0 +49,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34423
728
7
29
220
+ Added@aztec/bb.js@0.43.0(transitive)
+ Added@noir-lang/types@0.31.0-ee8b0cd.nightly(transitive)
- Removed@aztec/bb.js@0.41.0(transitive)
- Removed@noir-lang/types@0.31.0-ec728dd.nightly(transitive)
Updated@aztec/bb.js@0.43.0