@aztec/ivc-integration 3.0.0-nightly.20251113 → 3.0.0-nightly.20251114
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/app_creator.json +2 -2
- package/artifacts/app_reader.json +2 -2
- package/artifacts/mock_hiding.json +2 -2
- package/artifacts/mock_private_kernel_init.json +2 -2
- package/artifacts/mock_private_kernel_inner.json +2 -2
- package/artifacts/mock_private_kernel_reset.json +2 -2
- package/artifacts/mock_private_kernel_tail.json +2 -2
- package/artifacts/mock_rollup_root.json +2 -2
- package/artifacts/mock_rollup_tx_base_private.json +2 -2
- package/artifacts/mock_rollup_tx_base_public.json +2 -2
- package/artifacts/mock_rollup_tx_merge.json +2 -2
- package/package.json +16 -16
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"noir_version": "1.0.0-beta.15+
|
|
3
|
-
"hash": "
|
|
2
|
+
"noir_version": "1.0.0-beta.15+b34828f17e2b52b3137fca8f7881abaf91b74ad4-aztec",
|
|
3
|
+
"hash": "17331401015594906965",
|
|
4
4
|
"abi": {
|
|
5
5
|
"parameters": [
|
|
6
6
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"noir_version": "1.0.0-beta.15+
|
|
3
|
-
"hash": "
|
|
2
|
+
"noir_version": "1.0.0-beta.15+b34828f17e2b52b3137fca8f7881abaf91b74ad4-aztec",
|
|
3
|
+
"hash": "18294384538235234459",
|
|
4
4
|
"abi": {
|
|
5
5
|
"parameters": [
|
|
6
6
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"noir_version": "1.0.0-beta.15+
|
|
3
|
-
"hash": "
|
|
2
|
+
"noir_version": "1.0.0-beta.15+b34828f17e2b52b3137fca8f7881abaf91b74ad4-aztec",
|
|
3
|
+
"hash": "10611117044225625866",
|
|
4
4
|
"abi": {
|
|
5
5
|
"parameters": [
|
|
6
6
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"noir_version": "1.0.0-beta.15+
|
|
3
|
-
"hash": "
|
|
2
|
+
"noir_version": "1.0.0-beta.15+b34828f17e2b52b3137fca8f7881abaf91b74ad4-aztec",
|
|
3
|
+
"hash": "13006495142361051730",
|
|
4
4
|
"abi": {
|
|
5
5
|
"parameters": [
|
|
6
6
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/ivc-integration",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.20251114",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dest/index.js",
|
|
@@ -62,14 +62,14 @@
|
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@aztec/bb.js": "3.0.0-nightly.
|
|
66
|
-
"@aztec/constants": "3.0.0-nightly.
|
|
67
|
-
"@aztec/foundation": "3.0.0-nightly.
|
|
68
|
-
"@aztec/noir-noir_codegen": "3.0.0-nightly.
|
|
69
|
-
"@aztec/noir-noir_js": "3.0.0-nightly.
|
|
70
|
-
"@aztec/noir-noirc_abi": "3.0.0-nightly.
|
|
71
|
-
"@aztec/noir-types": "3.0.0-nightly.
|
|
72
|
-
"@aztec/stdlib": "3.0.0-nightly.
|
|
65
|
+
"@aztec/bb.js": "3.0.0-nightly.20251114",
|
|
66
|
+
"@aztec/constants": "3.0.0-nightly.20251114",
|
|
67
|
+
"@aztec/foundation": "3.0.0-nightly.20251114",
|
|
68
|
+
"@aztec/noir-noir_codegen": "3.0.0-nightly.20251114",
|
|
69
|
+
"@aztec/noir-noir_js": "3.0.0-nightly.20251114",
|
|
70
|
+
"@aztec/noir-noirc_abi": "3.0.0-nightly.20251114",
|
|
71
|
+
"@aztec/noir-types": "3.0.0-nightly.20251114",
|
|
72
|
+
"@aztec/stdlib": "3.0.0-nightly.20251114",
|
|
73
73
|
"change-case": "^5.4.4",
|
|
74
74
|
"pako": "^2.1.0",
|
|
75
75
|
"playwright": "1.49.0",
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
"tslib": "^2.4.0"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@aztec/bb-prover": "3.0.0-nightly.
|
|
81
|
-
"@aztec/kv-store": "3.0.0-nightly.
|
|
82
|
-
"@aztec/noir-protocol-circuits-types": "3.0.0-nightly.
|
|
83
|
-
"@aztec/noir-test-contracts.js": "3.0.0-nightly.
|
|
84
|
-
"@aztec/simulator": "3.0.0-nightly.
|
|
85
|
-
"@aztec/telemetry-client": "3.0.0-nightly.
|
|
86
|
-
"@aztec/world-state": "3.0.0-nightly.
|
|
80
|
+
"@aztec/bb-prover": "3.0.0-nightly.20251114",
|
|
81
|
+
"@aztec/kv-store": "3.0.0-nightly.20251114",
|
|
82
|
+
"@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251114",
|
|
83
|
+
"@aztec/noir-test-contracts.js": "3.0.0-nightly.20251114",
|
|
84
|
+
"@aztec/simulator": "3.0.0-nightly.20251114",
|
|
85
|
+
"@aztec/telemetry-client": "3.0.0-nightly.20251114",
|
|
86
|
+
"@aztec/world-state": "3.0.0-nightly.20251114",
|
|
87
87
|
"@jest/globals": "^30.0.0",
|
|
88
88
|
"@playwright/test": "1.49.0",
|
|
89
89
|
"@types/jest": "^30.0.0",
|