@aztec/prover-client 0.87.3-nightly.20250528 → 0.87.3-nightly.20250529
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.
|
@@ -47,14 +47,14 @@ export const insertSideEffectsAndBuildBaseRollupHints = runInSpan('BlockBuilderH
|
|
|
47
47
|
// Append new data to startSpongeBlob
|
|
48
48
|
const inputSpongeBlob = startSpongeBlob.clone();
|
|
49
49
|
await startSpongeBlob.absorb(tx.txEffect.toBlobFields());
|
|
50
|
-
const
|
|
50
|
+
const contractClassLogsFields = makeTuple(MAX_CONTRACT_CLASS_LOGS_PER_TX, (i)=>tx.txEffect.contractClassLogs[i]?.fields || ContractClassLogFields.empty());
|
|
51
51
|
if (tx.avmProvingRequest) {
|
|
52
52
|
const blockHash = await tx.constants.historicalHeader.hash();
|
|
53
53
|
const archiveRootMembershipWitness = await getMembershipWitnessFor(blockHash, MerkleTreeId.ARCHIVE, ARCHIVE_HEIGHT, db);
|
|
54
54
|
return PublicBaseRollupHints.from({
|
|
55
55
|
startSpongeBlob: inputSpongeBlob,
|
|
56
56
|
archiveRootMembershipWitness,
|
|
57
|
-
|
|
57
|
+
contractClassLogsFields,
|
|
58
58
|
constants
|
|
59
59
|
});
|
|
60
60
|
} else {
|
|
@@ -83,7 +83,7 @@ export const insertSideEffectsAndBuildBaseRollupHints = runInSpan('BlockBuilderH
|
|
|
83
83
|
stateDiffHints,
|
|
84
84
|
feePayerFeeJuiceBalanceReadHint,
|
|
85
85
|
archiveRootMembershipWitness,
|
|
86
|
-
|
|
86
|
+
contractClassLogsFields,
|
|
87
87
|
constants
|
|
88
88
|
});
|
|
89
89
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/prover-client",
|
|
3
|
-
"version": "0.87.3-nightly.
|
|
3
|
+
"version": "0.87.3-nightly.20250529",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dest/index.js",
|
|
@@ -64,19 +64,19 @@
|
|
|
64
64
|
]
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@aztec/bb-prover": "0.87.3-nightly.
|
|
68
|
-
"@aztec/blob-lib": "0.87.3-nightly.
|
|
69
|
-
"@aztec/constants": "0.87.3-nightly.
|
|
70
|
-
"@aztec/ethereum": "0.87.3-nightly.
|
|
71
|
-
"@aztec/foundation": "0.87.3-nightly.
|
|
72
|
-
"@aztec/kv-store": "0.87.3-nightly.
|
|
73
|
-
"@aztec/noir-protocol-circuits-types": "0.87.3-nightly.
|
|
74
|
-
"@aztec/noir-types": "0.87.3-nightly.
|
|
75
|
-
"@aztec/protocol-contracts": "0.87.3-nightly.
|
|
76
|
-
"@aztec/simulator": "0.87.3-nightly.
|
|
77
|
-
"@aztec/stdlib": "0.87.3-nightly.
|
|
78
|
-
"@aztec/telemetry-client": "0.87.3-nightly.
|
|
79
|
-
"@aztec/world-state": "0.87.3-nightly.
|
|
67
|
+
"@aztec/bb-prover": "0.87.3-nightly.20250529",
|
|
68
|
+
"@aztec/blob-lib": "0.87.3-nightly.20250529",
|
|
69
|
+
"@aztec/constants": "0.87.3-nightly.20250529",
|
|
70
|
+
"@aztec/ethereum": "0.87.3-nightly.20250529",
|
|
71
|
+
"@aztec/foundation": "0.87.3-nightly.20250529",
|
|
72
|
+
"@aztec/kv-store": "0.87.3-nightly.20250529",
|
|
73
|
+
"@aztec/noir-protocol-circuits-types": "0.87.3-nightly.20250529",
|
|
74
|
+
"@aztec/noir-types": "0.87.3-nightly.20250529",
|
|
75
|
+
"@aztec/protocol-contracts": "0.87.3-nightly.20250529",
|
|
76
|
+
"@aztec/simulator": "0.87.3-nightly.20250529",
|
|
77
|
+
"@aztec/stdlib": "0.87.3-nightly.20250529",
|
|
78
|
+
"@aztec/telemetry-client": "0.87.3-nightly.20250529",
|
|
79
|
+
"@aztec/world-state": "0.87.3-nightly.20250529",
|
|
80
80
|
"@google-cloud/storage": "^7.15.0",
|
|
81
81
|
"@iarna/toml": "^2.2.5",
|
|
82
82
|
"commander": "^12.1.0",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"zod": "^3.23.8"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@aztec/noir-contracts.js": "0.87.3-nightly.
|
|
89
|
+
"@aztec/noir-contracts.js": "0.87.3-nightly.20250529",
|
|
90
90
|
"@jest/globals": "^29.5.0",
|
|
91
91
|
"@types/jest": "^29.5.0",
|
|
92
92
|
"@types/node": "^22.15.17",
|
|
@@ -138,9 +138,9 @@ export const insertSideEffectsAndBuildBaseRollupHints = runInSpan(
|
|
|
138
138
|
const inputSpongeBlob = startSpongeBlob.clone();
|
|
139
139
|
await startSpongeBlob.absorb(tx.txEffect.toBlobFields());
|
|
140
140
|
|
|
141
|
-
const
|
|
141
|
+
const contractClassLogsFields = makeTuple(
|
|
142
142
|
MAX_CONTRACT_CLASS_LOGS_PER_TX,
|
|
143
|
-
i => tx.txEffect.contractClassLogs[i]?.
|
|
143
|
+
i => tx.txEffect.contractClassLogs[i]?.fields || ContractClassLogFields.empty(),
|
|
144
144
|
);
|
|
145
145
|
|
|
146
146
|
if (tx.avmProvingRequest) {
|
|
@@ -155,7 +155,7 @@ export const insertSideEffectsAndBuildBaseRollupHints = runInSpan(
|
|
|
155
155
|
return PublicBaseRollupHints.from({
|
|
156
156
|
startSpongeBlob: inputSpongeBlob,
|
|
157
157
|
archiveRootMembershipWitness,
|
|
158
|
-
|
|
158
|
+
contractClassLogsFields,
|
|
159
159
|
constants,
|
|
160
160
|
});
|
|
161
161
|
} else {
|
|
@@ -210,7 +210,7 @@ export const insertSideEffectsAndBuildBaseRollupHints = runInSpan(
|
|
|
210
210
|
stateDiffHints,
|
|
211
211
|
feePayerFeeJuiceBalanceReadHint,
|
|
212
212
|
archiveRootMembershipWitness,
|
|
213
|
-
|
|
213
|
+
contractClassLogsFields,
|
|
214
214
|
constants,
|
|
215
215
|
});
|
|
216
216
|
}
|