@aztec/txe 0.0.1-commit.a89ec08 → 0.0.1-commit.aa0c64f

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.
Files changed (168) hide show
  1. package/dest/AuthRegistry-QVGDDH5X.js +3 -0
  2. package/dest/AuthRegistry-QVGDDH5X.js.map +7 -0
  3. package/dest/ContractClassRegistry-VWR3F42P.js +3 -0
  4. package/dest/ContractClassRegistry-VWR3F42P.js.map +7 -0
  5. package/dest/ContractInstanceRegistry-FHIWE33X.js +3 -0
  6. package/dest/ContractInstanceRegistry-FHIWE33X.js.map +7 -0
  7. package/dest/FeeJuice-SAOWVGG7.js +3 -0
  8. package/dest/FeeJuice-SAOWVGG7.js.map +7 -0
  9. package/dest/HandshakeRegistry-GY5CPEPS.js +3 -0
  10. package/dest/HandshakeRegistry-GY5CPEPS.js.map +7 -0
  11. package/dest/MultiCallEntrypoint-QG5H33ZZ.js +3 -0
  12. package/dest/MultiCallEntrypoint-QG5H33ZZ.js.map +7 -0
  13. package/dest/SchnorrAccount-NME3E45O.js +3 -0
  14. package/dest/SchnorrAccount-NME3E45O.js.map +7 -0
  15. package/dest/SchnorrInitializerlessAccount-WTGXU6SW.js +3 -0
  16. package/dest/SchnorrInitializerlessAccount-WTGXU6SW.js.map +7 -0
  17. package/dest/bin/check_txe_oracle_version.d.ts +2 -0
  18. package/dest/bin/check_txe_oracle_version.d.ts.map +1 -0
  19. package/dest/bin/check_txe_oracle_version.js +53 -0
  20. package/dest/bin/index.js +3 -30
  21. package/dest/bin/index.js.map +7 -0
  22. package/dest/bin/oracle_test_server.d.ts +3 -0
  23. package/dest/bin/oracle_test_server.d.ts.map +1 -0
  24. package/dest/bin/oracle_test_server.js +41 -0
  25. package/dest/chunk-2XE2OXLY.js +260 -0
  26. package/dest/chunk-2XE2OXLY.js.map +7 -0
  27. package/dest/chunk-32UHX7YY.js +3 -0
  28. package/dest/chunk-32UHX7YY.js.map +7 -0
  29. package/dest/chunk-543AD4I4.js +304 -0
  30. package/dest/chunk-543AD4I4.js.map +7 -0
  31. package/dest/constants.d.ts +5 -1
  32. package/dest/constants.d.ts.map +1 -1
  33. package/dest/constants.js +9 -1
  34. package/dest/dispatcher_pool.d.ts +67 -0
  35. package/dest/dispatcher_pool.d.ts.map +1 -0
  36. package/dest/dispatcher_pool.js +286 -0
  37. package/dest/index.d.ts +51 -7
  38. package/dest/index.d.ts.map +1 -1
  39. package/dest/index.js +72 -190
  40. package/dest/metafile.json +38759 -0
  41. package/dest/msgpackr_fr_extension.d.ts +2 -0
  42. package/dest/msgpackr_fr_extension.d.ts.map +1 -0
  43. package/dest/msgpackr_fr_extension.js +21 -0
  44. package/dest/oracle/interfaces.d.ts +47 -9
  45. package/dest/oracle/interfaces.d.ts.map +1 -1
  46. package/dest/oracle/tagging_secret_strategy.d.ts +12 -0
  47. package/dest/oracle/tagging_secret_strategy.d.ts.map +1 -0
  48. package/dest/oracle/tagging_secret_strategy.js +12 -0
  49. package/dest/oracle/test-resolver/default_fixtures.d.ts +16 -0
  50. package/dest/oracle/test-resolver/default_fixtures.d.ts.map +1 -0
  51. package/dest/oracle/test-resolver/default_fixtures.js +200 -0
  52. package/dest/oracle/test-resolver/index.d.ts +9 -0
  53. package/dest/oracle/test-resolver/index.d.ts.map +1 -0
  54. package/dest/oracle/test-resolver/index.js +32 -0
  55. package/dest/oracle/test-resolver/resolver.d.ts +48 -0
  56. package/dest/oracle/test-resolver/resolver.d.ts.map +1 -0
  57. package/dest/oracle/test-resolver/resolver.js +181 -0
  58. package/dest/oracle/txe_oracle_public_context.d.ts +26 -2
  59. package/dest/oracle/txe_oracle_public_context.d.ts.map +1 -1
  60. package/dest/oracle/txe_oracle_public_context.js +49 -1
  61. package/dest/oracle/txe_oracle_registry.d.ts +172 -0
  62. package/dest/oracle/txe_oracle_registry.d.ts.map +1 -0
  63. package/dest/oracle/txe_oracle_registry.js +767 -0
  64. package/dest/oracle/txe_oracle_top_level_context.d.ts +52 -17
  65. package/dest/oracle/txe_oracle_top_level_context.d.ts.map +1 -1
  66. package/dest/oracle/txe_oracle_top_level_context.js +542 -299
  67. package/dest/oracle/txe_oracle_version.d.ts +17 -0
  68. package/dest/oracle/txe_oracle_version.d.ts.map +1 -0
  69. package/dest/oracle/txe_oracle_version.js +14 -0
  70. package/dest/oracle/txe_private_execution_oracle.d.ts +17 -0
  71. package/dest/oracle/txe_private_execution_oracle.d.ts.map +1 -0
  72. package/dest/oracle/txe_private_execution_oracle.js +15 -0
  73. package/dest/rpc_server.d.ts +14 -0
  74. package/dest/rpc_server.d.ts.map +1 -0
  75. package/dest/rpc_server.js +78 -0
  76. package/dest/rpc_translator.d.ts +115 -266
  77. package/dest/rpc_translator.d.ts.map +1 -1
  78. package/dest/rpc_translator.js +785 -731
  79. package/dest/server.bundle.js +3 -0
  80. package/dest/server.bundle.js.map +7 -0
  81. package/dest/state_machine/archiver.d.ts +4 -3
  82. package/dest/state_machine/archiver.d.ts.map +1 -1
  83. package/dest/state_machine/archiver.js +24 -14
  84. package/dest/state_machine/dummy_p2p_client.d.ts +16 -7
  85. package/dest/state_machine/dummy_p2p_client.d.ts.map +1 -1
  86. package/dest/state_machine/dummy_p2p_client.js +25 -4
  87. package/dest/state_machine/global_variable_builder.d.ts +10 -6
  88. package/dest/state_machine/global_variable_builder.d.ts.map +1 -1
  89. package/dest/state_machine/global_variable_builder.js +8 -5
  90. package/dest/state_machine/index.d.ts +11 -7
  91. package/dest/state_machine/index.d.ts.map +1 -1
  92. package/dest/state_machine/index.js +50 -14
  93. package/dest/state_machine/mock_epoch_cache.d.ts +16 -3
  94. package/dest/state_machine/mock_epoch_cache.d.ts.map +1 -1
  95. package/dest/state_machine/mock_epoch_cache.js +29 -2
  96. package/dest/state_machine/synchronizer.d.ts +10 -2
  97. package/dest/state_machine/synchronizer.d.ts.map +1 -1
  98. package/dest/state_machine/synchronizer.js +19 -6
  99. package/dest/txe_session.d.ts +90 -20
  100. package/dest/txe_session.d.ts.map +1 -1
  101. package/dest/txe_session.js +316 -66
  102. package/dest/utils/block_creation.d.ts +2 -2
  103. package/dest/utils/block_creation.d.ts.map +1 -1
  104. package/dest/utils/block_creation.js +2 -2
  105. package/dest/utils/encoding.d.ts +192 -0
  106. package/dest/utils/encoding.d.ts.map +1 -0
  107. package/dest/{util → utils}/encoding.js +7 -2
  108. package/dest/{util → utils}/expected_failure_error.d.ts +1 -1
  109. package/dest/utils/expected_failure_error.d.ts.map +1 -0
  110. package/dest/utils/tx_effect_creation.d.ts +1 -1
  111. package/dest/utils/tx_effect_creation.d.ts.map +1 -1
  112. package/dest/utils/tx_effect_creation.js +0 -1
  113. package/dest/{util → utils}/txe_account_store.d.ts +1 -1
  114. package/dest/utils/txe_account_store.d.ts.map +1 -0
  115. package/dest/utils/txe_artifact_resolver.d.ts +37 -0
  116. package/dest/utils/txe_artifact_resolver.d.ts.map +1 -0
  117. package/dest/utils/txe_artifact_resolver.js +161 -0
  118. package/dest/utils/txe_public_contract_data_source.d.ts +20 -0
  119. package/dest/utils/txe_public_contract_data_source.d.ts.map +1 -0
  120. package/dest/{util → utils}/txe_public_contract_data_source.js +8 -7
  121. package/dest/worker.bundle.js +3 -0
  122. package/dest/worker.bundle.js.map +7 -0
  123. package/dest/worker.d.ts +2 -0
  124. package/dest/worker.d.ts.map +1 -0
  125. package/dest/worker.js +92 -0
  126. package/package.json +38 -21
  127. package/src/bin/check_txe_oracle_version.ts +67 -0
  128. package/src/bin/index.ts +11 -2
  129. package/src/bin/oracle_test_server.ts +51 -0
  130. package/src/constants.ts +11 -1
  131. package/src/dispatcher_pool.ts +317 -0
  132. package/src/index.ts +99 -227
  133. package/src/msgpackr_fr_extension.ts +23 -0
  134. package/src/oracle/interfaces.ts +47 -8
  135. package/src/oracle/tagging_secret_strategy.ts +25 -0
  136. package/src/oracle/test-resolver/default_fixtures.ts +271 -0
  137. package/src/oracle/test-resolver/index.ts +44 -0
  138. package/src/oracle/test-resolver/resolver.ts +245 -0
  139. package/src/oracle/txe_oracle_public_context.ts +62 -0
  140. package/src/oracle/txe_oracle_registry.ts +556 -0
  141. package/src/oracle/txe_oracle_top_level_context.ts +344 -114
  142. package/src/oracle/txe_oracle_version.ts +17 -0
  143. package/src/oracle/txe_private_execution_oracle.ts +30 -0
  144. package/src/rpc_server.ts +87 -0
  145. package/src/rpc_translator.ts +867 -1020
  146. package/src/state_machine/archiver.ts +37 -16
  147. package/src/state_machine/dummy_p2p_client.ts +44 -11
  148. package/src/state_machine/global_variable_builder.ts +12 -11
  149. package/src/state_machine/index.ts +62 -31
  150. package/src/state_machine/mock_epoch_cache.ts +38 -3
  151. package/src/state_machine/synchronizer.ts +27 -6
  152. package/src/txe_session.ts +548 -79
  153. package/src/utils/block_creation.ts +2 -1
  154. package/src/{util → utils}/encoding.ts +8 -2
  155. package/src/utils/tx_effect_creation.ts +0 -2
  156. package/src/utils/txe_artifact_resolver.ts +217 -0
  157. package/src/{util → utils}/txe_public_contract_data_source.ts +6 -6
  158. package/src/worker.ts +98 -0
  159. package/dest/util/encoding.d.ts +0 -719
  160. package/dest/util/encoding.d.ts.map +0 -1
  161. package/dest/util/expected_failure_error.d.ts.map +0 -1
  162. package/dest/util/txe_account_store.d.ts.map +0 -1
  163. package/dest/util/txe_public_contract_data_source.d.ts +0 -20
  164. package/dest/util/txe_public_contract_data_source.d.ts.map +0 -1
  165. /package/dest/{util → utils}/expected_failure_error.js +0 -0
  166. /package/dest/{util → utils}/txe_account_store.js +0 -0
  167. /package/src/{util → utils}/expected_failure_error.ts +0 -0
  168. /package/src/{util → utils}/txe_account_store.ts +0 -0
@@ -1,29 +1,98 @@
1
- import { CONTRACT_INSTANCE_REGISTRY_CONTRACT_ADDRESS, MAX_PROCESSABLE_DA_GAS_PER_CHECKPOINT, MAX_PROCESSABLE_L2_GAS, NUMBER_OF_L1_L2_MESSAGES_PER_ROLLUP } from '@aztec/constants';
1
+ function _ts_add_disposable_resource(env, value, async) {
2
+ if (value !== null && value !== void 0) {
3
+ if (typeof value !== "object" && typeof value !== "function") throw new TypeError("Object expected.");
4
+ var dispose, inner;
5
+ if (async) {
6
+ if (!Symbol.asyncDispose) throw new TypeError("Symbol.asyncDispose is not defined.");
7
+ dispose = value[Symbol.asyncDispose];
8
+ }
9
+ if (dispose === void 0) {
10
+ if (!Symbol.dispose) throw new TypeError("Symbol.dispose is not defined.");
11
+ dispose = value[Symbol.dispose];
12
+ if (async) inner = dispose;
13
+ }
14
+ if (typeof dispose !== "function") throw new TypeError("Object not disposable.");
15
+ if (inner) dispose = function() {
16
+ try {
17
+ inner.call(this);
18
+ } catch (e) {
19
+ return Promise.reject(e);
20
+ }
21
+ };
22
+ env.stack.push({
23
+ value: value,
24
+ dispose: dispose,
25
+ async: async
26
+ });
27
+ } else if (async) {
28
+ env.stack.push({
29
+ async: true
30
+ });
31
+ }
32
+ return value;
33
+ }
34
+ function _ts_dispose_resources(env) {
35
+ var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function(error, suppressed, message) {
36
+ var e = new Error(message);
37
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
38
+ };
39
+ return (_ts_dispose_resources = function _ts_dispose_resources(env) {
40
+ function fail(e) {
41
+ env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
42
+ env.hasError = true;
43
+ }
44
+ var r, s = 0;
45
+ function next() {
46
+ while(r = env.stack.pop()){
47
+ try {
48
+ if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);
49
+ if (r.dispose) {
50
+ var result = r.dispose.call(r.value);
51
+ if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) {
52
+ fail(e);
53
+ return next();
54
+ });
55
+ } else s |= 1;
56
+ } catch (e) {
57
+ fail(e);
58
+ }
59
+ }
60
+ if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();
61
+ if (env.hasError) throw env.error;
62
+ }
63
+ return next();
64
+ })(env);
65
+ }
66
+ import { CONTRACT_INSTANCE_REGISTRY_CONTRACT_ADDRESS, MAX_PRIVATE_LOGS_PER_TX, NUMBER_OF_L1_L2_MESSAGES_PER_ROLLUP } from '@aztec/constants';
2
67
  import { BlockNumber } from '@aztec/foundation/branded-types';
3
68
  import { Schnorr } from '@aztec/foundation/crypto/schnorr';
4
69
  import { Fr } from '@aztec/foundation/curves/bn254';
5
70
  import { LogLevels, applyStringFormatting, createLogger } from '@aztec/foundation/log';
6
71
  import { TestDateProvider } from '@aztec/foundation/timer';
7
- import { CapsuleService, ORACLE_VERSION_MAJOR, enrichPublicSimulationError } from '@aztec/pxe/server';
8
- import { ExecutionNoteCache, ExecutionTaggingIndexCache, HashedValuesCache, Oracle, PrivateExecutionOracle, UtilityExecutionOracle, executePrivateFunction, generateSimulatedProvingResult } from '@aztec/pxe/simulator';
72
+ import { AnchoredContractData, CapsuleService, FactService, ORACLE_VERSION_MAJOR, composeHooks, enrichPublicSimulationError } from '@aztec/pxe/server';
73
+ import { CONTRACT_INSTANCE, ExecutionNoteCache, ExecutionTaggingIndexCache, HashedValuesCache, PrivateExecutionOracle, TransientArrayService, UtilityExecutionOracle, buildACIRCallback, executePrivateFunction, generateSimulatedProvingResult } from '@aztec/pxe/simulator';
9
74
  import { ExecutionError, WASMSimulator, createSimulationError, extractCallStack, resolveAssertionMessageFromError, toACVMWitness, witnessMapToFields } from '@aztec/simulator/client';
10
- import { CppPublicTxSimulator, GuardedMerkleTreeOperations, PublicContractsDB, PublicProcessor } from '@aztec/simulator/server';
75
+ import { GuardedMerkleTreeOperations, PublicContractsDB, PublicProcessor, PublicTxSimulator } from '@aztec/simulator/server';
11
76
  import { FunctionCall, FunctionSelector, FunctionType } from '@aztec/stdlib/abi';
12
77
  import { AuthWitness } from '@aztec/stdlib/auth-witness';
13
78
  import { PublicSimulatorConfig } from '@aztec/stdlib/avm';
14
79
  import { AztecAddress } from '@aztec/stdlib/aztec-address';
15
80
  import { computePartialAddress } from '@aztec/stdlib/contract';
16
- import { FALLBACK_TEARDOWN_DA_GAS_LIMIT, FALLBACK_TEARDOWN_L2_GAS_LIMIT, Gas, GasFees, GasSettings } from '@aztec/stdlib/gas';
81
+ import { Gas, GasFees } from '@aztec/stdlib/gas';
17
82
  import { computeCalldataHash, computeProtocolNullifier, siloNullifier } from '@aztec/stdlib/hash';
18
83
  import { PartialPrivateTailPublicInputsForPublic, PrivateKernelTailCircuitPublicInputs, PrivateToPublicAccumulatedData, PublicCallRequest } from '@aztec/stdlib/kernel';
84
+ import { deriveKeys, hashPublicKey } from '@aztec/stdlib/keys';
85
+ import { AppTaggingSecretKind } from '@aztec/stdlib/logs';
86
+ import { L1Actor, L1ToL2Message, L2Actor } from '@aztec/stdlib/messaging';
19
87
  import { ChonkProof } from '@aztec/stdlib/proofs';
20
88
  import { makeGlobalVariables } from '@aztec/stdlib/testing';
21
89
  import { MerkleTreeId } from '@aztec/stdlib/trees';
22
90
  import { CallContext, HashedValues, PrivateExecutionResult, Tx, TxConstantData, TxContext, TxEffect, TxHash, collectNested } from '@aztec/stdlib/tx';
23
- import { ForkCheckpoint } from '@aztec/world-state';
24
- import { DEFAULT_ADDRESS } from '../constants.js';
25
- import { TXEPublicContractDataSource } from '../util/txe_public_contract_data_source.js';
91
+ import { ForkCheckpoint } from '@aztec/world-state/native';
92
+ import { DEFAULT_ADDRESS, MAX_PRIVATE_EVENTS_PER_TXE_QUERY, MAX_PRIVATE_EVENT_LEN } from '../constants.js';
26
93
  import { getSingleTxBlockRequestHash, insertTxEffectIntoWorldTrees, makeTXEBlock } from '../utils/block_creation.js';
94
+ import { TXEPublicContractDataSource } from '../utils/txe_public_contract_data_source.js';
95
+ import { makeResolveTaggingSecretStrategyHook } from './tagging_secret_strategy.js';
27
96
  export class TXEOracleTopLevelContext {
28
97
  stateMachine;
29
98
  contractStore;
@@ -33,18 +102,23 @@ export class TXEOracleTopLevelContext {
33
102
  accountStore;
34
103
  senderTaggingStore;
35
104
  recipientTaggingStore;
36
- senderAddressBookStore;
105
+ taggingSecretSourcesStore;
37
106
  capsuleStore;
107
+ factStore;
38
108
  privateEventStore;
39
109
  nextBlockTimestamp;
40
110
  version;
41
111
  chainId;
42
112
  authwits;
43
- contractSyncService;
113
+ taggingSecretStrategies;
114
+ authorizeAllUtilityCallTargets;
115
+ artifactResolver;
116
+ rootPath;
117
+ packageName;
44
118
  isMisc;
45
119
  isTxe;
46
120
  logger;
47
- constructor(stateMachine, contractStore, noteStore, keyStore, addressStore, accountStore, senderTaggingStore, recipientTaggingStore, senderAddressBookStore, capsuleStore, privateEventStore, nextBlockTimestamp, version, chainId, authwits, contractSyncService){
121
+ constructor(stateMachine, contractStore, noteStore, keyStore, addressStore, accountStore, senderTaggingStore, recipientTaggingStore, taggingSecretSourcesStore, capsuleStore, factStore, privateEventStore, nextBlockTimestamp, version, chainId, authwits, taggingSecretStrategies, authorizeAllUtilityCallTargets, artifactResolver, rootPath, packageName){
48
122
  this.stateMachine = stateMachine;
49
123
  this.contractStore = contractStore;
50
124
  this.noteStore = noteStore;
@@ -53,14 +127,19 @@ export class TXEOracleTopLevelContext {
53
127
  this.accountStore = accountStore;
54
128
  this.senderTaggingStore = senderTaggingStore;
55
129
  this.recipientTaggingStore = recipientTaggingStore;
56
- this.senderAddressBookStore = senderAddressBookStore;
130
+ this.taggingSecretSourcesStore = taggingSecretSourcesStore;
57
131
  this.capsuleStore = capsuleStore;
132
+ this.factStore = factStore;
58
133
  this.privateEventStore = privateEventStore;
59
134
  this.nextBlockTimestamp = nextBlockTimestamp;
60
135
  this.version = version;
61
136
  this.chainId = chainId;
62
137
  this.authwits = authwits;
63
- this.contractSyncService = contractSyncService;
138
+ this.taggingSecretStrategies = taggingSecretStrategies;
139
+ this.authorizeAllUtilityCallTargets = authorizeAllUtilityCallTargets;
140
+ this.artifactResolver = artifactResolver;
141
+ this.rootPath = rootPath;
142
+ this.packageName = packageName;
64
143
  this.isMisc = true;
65
144
  this.isTxe = true;
66
145
  this.logger = createLogger('txe:top_level_context');
@@ -87,7 +166,7 @@ export class TXEOracleTopLevelContext {
87
166
  return Fr.random();
88
167
  }
89
168
  // We instruct users to debug contracts via this oracle, so it makes sense that they'd expect it to also work in tests
90
- log(level, message, fields) {
169
+ log(level, message, _fieldsSize, fields) {
91
170
  if (!LogLevels[level]) {
92
171
  throw new Error(`Invalid log level: ${level}`);
93
172
  }
@@ -107,20 +186,27 @@ export class TXEOracleTopLevelContext {
107
186
  return Promise.resolve(this.nextBlockTimestamp);
108
187
  }
109
188
  async getLastBlockTimestamp() {
110
- return (await this.stateMachine.node.getBlockHeader('latest')).globalVariables.timestamp;
189
+ return (await this.stateMachine.node.getBlockData('latest')).header.globalVariables.timestamp;
111
190
  }
112
191
  async getLastTxEffects() {
113
192
  const latestBlockNumber = await this.stateMachine.archiver.getBlockNumber();
114
- const block = await this.stateMachine.archiver.getBlock(latestBlockNumber);
193
+ const block = await this.stateMachine.archiver.getBlock({
194
+ number: latestBlockNumber
195
+ });
115
196
  if (block.body.txEffects.length != 1) {
116
197
  // Note that calls like env.mine() will result in blocks with no transactions, hitting this
117
198
  throw new Error(`Expected a single transaction in the last block, found ${block.body.txEffects.length}`);
118
199
  }
119
200
  const txEffects = block.body.txEffects[0];
201
+ const privateLogs = txEffects.privateLogs;
202
+ if (privateLogs.length > MAX_PRIVATE_LOGS_PER_TX) {
203
+ throw new Error(`${privateLogs.length} private logs exceed max ${MAX_PRIVATE_LOGS_PER_TX}`);
204
+ }
120
205
  return {
121
206
  txHash: txEffects.txHash,
122
207
  noteHashes: txEffects.noteHashes,
123
- nullifiers: txEffects.nullifiers
208
+ nullifiers: txEffects.nullifiers,
209
+ privateLogs
124
210
  };
125
211
  }
126
212
  async syncContractNonOracleMethod(contractAddress, scope, jobId) {
@@ -130,13 +216,16 @@ export class TXEOracleTopLevelContext {
130
216
  }
131
217
  const blockHeader = await this.stateMachine.anchorBlockStore.getBlockHeader();
132
218
  await this.stateMachine.contractSyncService.ensureContractSynced(contractAddress, null, async (call, execScopes)=>{
133
- await this.executeUtilityCall(call, execScopes, jobId);
219
+ await this.executeUtilityCall(call, {
220
+ scopes: execScopes,
221
+ jobId
222
+ });
134
223
  }, blockHeader, jobId, [
135
224
  scope
136
225
  ]);
137
226
  }
138
227
  async getPrivateEvents(selector, contractAddress, scope) {
139
- return (await this.privateEventStore.getPrivateEvents(selector, {
228
+ const events = (await this.privateEventStore.getPrivateEvents(selector, {
140
229
  contractAddress,
141
230
  scopes: [
142
231
  scope
@@ -144,6 +233,13 @@ export class TXEOracleTopLevelContext {
144
233
  fromBlock: 0,
145
234
  toBlock: await this.getLastBlockNumber() + 1
146
235
  })).map((e)=>e.packedEvent);
236
+ if (events.length > MAX_PRIVATE_EVENTS_PER_TXE_QUERY) {
237
+ throw new Error(`Array of length ${events.length} larger than maxLen ${MAX_PRIVATE_EVENTS_PER_TXE_QUERY}`);
238
+ }
239
+ if (events.some((e)=>e.length > MAX_PRIVATE_EVENT_LEN)) {
240
+ throw new Error(`Some private event has length larger than maxLen ${MAX_PRIVATE_EVENT_LEN}`);
241
+ }
242
+ return events;
147
243
  }
148
244
  async advanceBlocksBy(blocks) {
149
245
  this.logger.debug(`time traveling ${blocks} blocks`);
@@ -155,35 +251,59 @@ export class TXEOracleTopLevelContext {
155
251
  this.logger.debug(`time traveling ${duration} seconds`);
156
252
  this.nextBlockTimestamp += duration;
157
253
  }
158
- async deploy(artifact, instance, secret) {
254
+ deploymentNullifier(address) {
255
+ return siloNullifier(AztecAddress.fromNumberUnsafe(CONTRACT_INSTANCE_REGISTRY_CONTRACT_ADDRESS), address.toField());
256
+ }
257
+ async deploy(contractPath, initializer, args, secret, salt, deployer) {
258
+ const { artifact, instance } = await this.artifactResolver.resolveDeployArtifact({
259
+ rootPath: this.rootPath,
260
+ packageName: this.packageName,
261
+ contractPath,
262
+ initializer,
263
+ args,
264
+ secret,
265
+ salt,
266
+ deployer
267
+ });
159
268
  // Emit deployment nullifier
160
269
  await this.mineBlock({
161
270
  nullifiers: [
162
- await siloNullifier(AztecAddress.fromNumber(CONTRACT_INSTANCE_REGISTRY_CONTRACT_ADDRESS), instance.address.toField())
271
+ await this.deploymentNullifier(instance.address)
163
272
  ]
164
273
  });
165
274
  if (!secret.equals(Fr.ZERO)) {
166
- await this.addAccount(artifact, instance, secret);
275
+ await this.registerContractAndAddAccount(artifact, instance, secret);
167
276
  } else {
168
277
  await this.contractStore.addContractInstance(instance);
169
278
  await this.contractStore.addContractArtifact(artifact);
170
279
  this.logger.debug(`Deployed ${artifact.name} at ${instance.address}`);
171
280
  }
281
+ return CONTRACT_INSTANCE.serialization.fn(instance).flat();
282
+ }
283
+ /**
284
+ * Mines a single block containing only the deployment nullifiers for the contracts at the given addresses.
285
+ */ async mineDeploymentNullifiers(addresses) {
286
+ await this.mineBlock({
287
+ nullifiers: await Promise.all(addresses.map((address)=>this.deploymentNullifier(address)))
288
+ });
172
289
  }
173
- async addAccount(artifact, instance, secret) {
290
+ async addAccount(secret) {
291
+ const { artifact, instance } = await this.artifactResolver.resolveAccountArtifact(secret);
292
+ return this.registerContractAndAddAccount(artifact, instance, secret);
293
+ }
294
+ async registerContractAndAddAccount(artifact, instance, secret) {
174
295
  const partialAddress = await computePartialAddress(instance);
175
296
  this.logger.debug(`Deployed ${artifact.name} at ${instance.address}`);
176
297
  await this.contractStore.addContractInstance(instance);
177
298
  await this.contractStore.addContractArtifact(artifact);
178
- const completeAddress = await this.keyStore.addAccount(secret, partialAddress);
299
+ const completeAddress = await this.keyStore.addAccount(await deriveKeys(secret), partialAddress);
179
300
  await this.accountStore.setAccount(completeAddress.address, completeAddress);
180
301
  await this.addressStore.addCompleteAddress(completeAddress);
181
302
  this.logger.debug(`Created account ${completeAddress.address}`);
182
303
  return completeAddress;
183
304
  }
184
- async createAccount(secret) {
185
- // This is a foot gun !
186
- const completeAddress = await this.keyStore.addAccount(secret, secret);
305
+ async createAccount(secret, partialAddress) {
306
+ const completeAddress = await this.keyStore.addAccount(await deriveKeys(secret), partialAddress);
187
307
  await this.accountStore.setAccount(completeAddress.address, completeAddress);
188
308
  await this.addressStore.addCompleteAddress(completeAddress);
189
309
  this.logger.debug(`Created account ${completeAddress.address}`);
@@ -191,14 +311,39 @@ export class TXEOracleTopLevelContext {
191
311
  }
192
312
  async addAuthWitness(address, messageHash) {
193
313
  const account = await this.accountStore.getAccount(address);
194
- const privateKey = await this.keyStore.getMasterSecretKey(account.publicKeys.masterIncomingViewingPublicKey);
314
+ const ivpkMHash = await hashPublicKey(account.publicKeys.ivpkM);
315
+ const privateKey = await this.keyStore.getMasterSecretKey(ivpkMHash);
195
316
  const schnorr = new Schnorr();
196
- const signature = await schnorr.constructSignature(messageHash.toBuffer(), privateKey);
197
- const authWitness = new AuthWitness(messageHash, [
198
- ...signature.toBuffer()
199
- ]);
317
+ const signature = await schnorr.constructSignature(messageHash, privateKey);
318
+ const authWitness = new AuthWitness(messageHash, signature.toLimbFields());
200
319
  this.authwits.set(authWitness.requestHash.toString(), authWitness);
201
320
  }
321
+ setTaggingSecretStrategies(unconstrainedStrategy, constrainedStrategy) {
322
+ const apply = (mode, strategy)=>{
323
+ if (strategy.isSome()) {
324
+ this.taggingSecretStrategies.set(mode, strategy.value);
325
+ } else {
326
+ this.taggingSecretStrategies.delete(mode);
327
+ }
328
+ };
329
+ apply(AppTaggingSecretKind.UNCONSTRAINED, unconstrainedStrategy);
330
+ apply(AppTaggingSecretKind.CONSTRAINED, constrainedStrategy);
331
+ }
332
+ setAuthorizeAllUtilityCallTargets(authorizeAll) {
333
+ this.authorizeAllUtilityCallTargets = authorizeAll;
334
+ }
335
+ async sendL1ToL2Message(content, secretHash, sender, recipient) {
336
+ // Messages are appended to the tree, so the next free slot is simply the current tree size.
337
+ const { size } = await this.stateMachine.synchronizer.getCommitted().getTreeInfo(MerkleTreeId.L1_TO_L2_MESSAGE_TREE);
338
+ const leafIndex = new Fr(size);
339
+ const message = new L1ToL2Message(new L1Actor(sender, this.chainId.toNumber()), new L2Actor(recipient, this.version.toNumber()), content, secretHash, leafIndex);
340
+ await this.mineBlock({
341
+ l1ToL2Messages: [
342
+ message.hash()
343
+ ]
344
+ });
345
+ return leafIndex;
346
+ }
202
347
  async mineBlock(options = {}) {
203
348
  const blockNumber = await this.getNextBlockNumber();
204
349
  const txEffect = TxEffect.empty();
@@ -208,7 +353,7 @@ export class TXEOracleTopLevelContext {
208
353
  ];
209
354
  txEffect.txHash = new TxHash(new Fr(blockNumber));
210
355
  const forkedWorldTrees = await this.stateMachine.synchronizer.nativeWorldStateService.fork();
211
- await insertTxEffectIntoWorldTrees(txEffect, forkedWorldTrees);
356
+ await insertTxEffectIntoWorldTrees(txEffect, forkedWorldTrees, options.l1ToL2Messages ?? []);
212
357
  const globals = makeGlobalVariables(undefined, {
213
358
  blockNumber,
214
359
  timestamp: this.nextBlockTimestamp,
@@ -220,270 +365,319 @@ export class TXEOracleTopLevelContext {
220
365
  ]);
221
366
  await forkedWorldTrees.close();
222
367
  this.logger.info(`Created block ${blockNumber} with timestamp ${block.header.globalVariables.timestamp}`);
223
- await this.stateMachine.handleL2Block(block);
368
+ await this.stateMachine.handleL2Block(block, options.l1ToL2Messages ?? []);
224
369
  }
225
- async privateCallNewFlow(from, targetContractAddress = AztecAddress.zero(), functionSelector = FunctionSelector.empty(), args, argsHash = Fr.zero(), isStaticCall = false, jobId) {
226
- this.logger.verbose(`Executing external function ${await this.contractStore.getDebugFunctionName(targetContractAddress, functionSelector)}@${targetContractAddress} isStaticCall=${isStaticCall}`);
227
- const artifact = await this.contractStore.getFunctionArtifact(targetContractAddress, functionSelector);
228
- if (!artifact) {
229
- const message = functionSelector.equals(await FunctionSelector.fromSignature('verify_private_authwit(Field)')) ? 'Found no account contract artifact for a private authwit check - use `create_contract_account` instead of `create_light_account` for authwit support.' : 'Function Artifact does not exist';
230
- throw new Error(message);
231
- }
232
- // When `from` is the zero address (e.g. when deploying a new account contract), we return an
233
- // empty scope list which acts as deny-all: no notes are visible and no keys are accessible.
234
- const effectiveScopes = from.isZero() ? [] : [
235
- from
236
- ];
237
- // Sync notes before executing private function to discover notes from previous transactions
238
- const utilityExecutor = async (call, execScopes)=>{
239
- await this.executeUtilityCall(call, execScopes, jobId);
370
+ async privateCallNewFlow(from, targetContractAddress = AztecAddress.zero(), functionSelector = FunctionSelector.empty(), args, argsHash = Fr.zero(), isStaticCall = false, additionalScopes = [], jobId, authorizedUtilityCallTargets, gasSettings) {
371
+ const env = {
372
+ stack: [],
373
+ error: void 0,
374
+ hasError: false
240
375
  };
241
- const blockHeader = await this.stateMachine.anchorBlockStore.getBlockHeader();
242
- await this.stateMachine.contractSyncService.ensureContractSynced(targetContractAddress, functionSelector, utilityExecutor, blockHeader, jobId, effectiveScopes);
243
- const blockNumber = await this.getNextBlockNumber();
244
- const callContext = new CallContext(from, targetContractAddress, functionSelector, isStaticCall);
245
- const gasLimits = new Gas(MAX_PROCESSABLE_DA_GAS_PER_CHECKPOINT, MAX_PROCESSABLE_L2_GAS);
246
- const teardownGasLimits = new Gas(FALLBACK_TEARDOWN_DA_GAS_LIMIT, FALLBACK_TEARDOWN_L2_GAS_LIMIT);
247
- const gasSettings = new GasSettings(gasLimits, teardownGasLimits, GasFees.empty(), GasFees.empty());
248
- const txContext = new TxContext(this.chainId, this.version, gasSettings);
249
- const protocolNullifier = await computeProtocolNullifier(getSingleTxBlockRequestHash(blockNumber));
250
- const noteCache = new ExecutionNoteCache(protocolNullifier);
251
- // In production, the account contract sets the min revertible counter before calling the app function.
252
- // Since TXE bypasses the account contract, we simulate this by setting minRevertibleSideEffectCounter to 1,
253
- // marking all side effects as revertible.
254
- const minRevertibleSideEffectCounter = 1;
255
- await noteCache.setMinRevertibleSideEffectCounter(minRevertibleSideEffectCounter);
256
- const taggingIndexCache = new ExecutionTaggingIndexCache();
257
- const simulator = new WASMSimulator();
258
- const privateExecutionOracle = new PrivateExecutionOracle({
259
- argsHash,
260
- txContext,
261
- callContext,
262
- anchorBlockHeader: blockHeader,
263
- utilityExecutor,
264
- authWitnesses: Array.from(this.authwits.values()),
265
- capsules: [],
266
- executionCache: HashedValuesCache.create([
267
- new HashedValues(args, argsHash)
268
- ]),
269
- noteCache,
270
- taggingIndexCache,
271
- contractStore: this.contractStore,
272
- noteStore: this.noteStore,
273
- keyStore: this.keyStore,
274
- addressStore: this.addressStore,
275
- aztecNode: this.stateMachine.node,
276
- senderTaggingStore: this.senderTaggingStore,
277
- recipientTaggingStore: this.recipientTaggingStore,
278
- senderAddressBookStore: this.senderAddressBookStore,
279
- capsuleService: new CapsuleService(this.capsuleStore, effectiveScopes),
280
- privateEventStore: this.privateEventStore,
281
- contractSyncService: this.stateMachine.contractSyncService,
282
- jobId,
283
- totalPublicCalldataCount: 0,
284
- sideEffectCounter: minRevertibleSideEffectCounter,
285
- scopes: effectiveScopes,
286
- // In TXE, the typical transaction entrypoint is skipped, so we need to simulate the actions that such a
287
- // contract would perform, including setting senderForTags.
288
- senderForTags: from,
289
- simulator,
290
- messageContextService: this.stateMachine.messageContextService,
291
- l2TipsStore: this.stateMachine.node
292
- });
293
- // Note: This is a slight modification of simulator.run without any of the checks. Maybe we should modify simulator.run with a boolean value to skip checks.
294
- let result;
295
- let executionResult;
296
376
  try {
297
- executionResult = await executePrivateFunction(simulator, privateExecutionOracle, artifact, targetContractAddress, functionSelector);
298
- const publicCallRequests = collectNested([
377
+ const blockHeader = await this.stateMachine.anchorBlockStore.getBlockHeader();
378
+ const anchoredContractData = new AnchoredContractData(this.contractStore, this.stateMachine.contractClassService, blockHeader);
379
+ this.logger.verbose(`Executing external function ${await anchoredContractData.getDebugFunctionName(targetContractAddress, functionSelector)}@${targetContractAddress} isStaticCall=${isStaticCall}`);
380
+ const artifact = await anchoredContractData.getFunctionArtifact(targetContractAddress, functionSelector);
381
+ if (!artifact) {
382
+ const message = functionSelector.equals(await FunctionSelector.fromSignature('verify_private_authwit(Field)')) ? 'Found no account contract artifact for a private authwit check - use `create_contract_account` instead of `create_light_account` for authwit support.' : 'Function Artifact does not exist';
383
+ throw new Error(message);
384
+ }
385
+ const scopes = from === undefined ? additionalScopes : [
386
+ from,
387
+ ...additionalScopes
388
+ ];
389
+ // Sync notes before executing private function to discover notes from previous transactions
390
+ const utilityExecutor = async (call, execScopes)=>{
391
+ await this.executeUtilityCall(call, {
392
+ scopes: execScopes,
393
+ jobId
394
+ });
395
+ };
396
+ await this.stateMachine.contractSyncService.ensureContractSynced(targetContractAddress, functionSelector, utilityExecutor, blockHeader, jobId, scopes);
397
+ const blockNumber = await this.getNextBlockNumber();
398
+ const msgSender = from ?? AztecAddress.NULL_MSG_SENDER;
399
+ const callContext = new CallContext(msgSender, targetContractAddress, functionSelector, isStaticCall);
400
+ const txContext = new TxContext(this.chainId, this.version, gasSettings);
401
+ const protocolNullifier = await computeProtocolNullifier(getSingleTxBlockRequestHash(blockNumber));
402
+ const noteCache = new ExecutionNoteCache(protocolNullifier);
403
+ // In production, the account contract sets the min revertible counter before calling the app function.
404
+ // Since TXE bypasses the account contract, we simulate this by setting minRevertibleSideEffectCounter to 1,
405
+ // marking all side effects as revertible.
406
+ const minRevertibleSideEffectCounter = 1;
407
+ await noteCache.setMinRevertibleSideEffectCounter(minRevertibleSideEffectCounter);
408
+ const taggingIndexCache = new ExecutionTaggingIndexCache();
409
+ const simulator = new WASMSimulator();
410
+ const transientArrayService = new TransientArrayService();
411
+ const privateExecutionOracle = new PrivateExecutionOracle({
412
+ argsHash,
413
+ txContext,
414
+ txRequestSalt: Fr.ZERO,
415
+ callContext,
416
+ anchorBlockHeader: blockHeader,
417
+ utilityExecutor,
418
+ authWitnesses: Array.from(this.authwits.values()),
419
+ capsules: [],
420
+ executionCache: HashedValuesCache.create([
421
+ new HashedValues(args, argsHash)
422
+ ]),
423
+ noteCache,
424
+ taggingIndexCache,
425
+ anchoredContractData,
426
+ noteStore: this.noteStore,
427
+ keyStore: this.keyStore,
428
+ addressStore: this.addressStore,
429
+ aztecNode: this.stateMachine.node,
430
+ senderTaggingStore: this.senderTaggingStore,
431
+ recipientTaggingStore: this.recipientTaggingStore,
432
+ taggingSecretSourcesStore: this.taggingSecretSourcesStore,
433
+ capsuleService: new CapsuleService(this.capsuleStore, scopes),
434
+ factService: new FactService(this.factStore, scopes),
435
+ privateEventStore: this.privateEventStore,
436
+ contractSyncService: this.stateMachine.contractSyncService,
437
+ jobId,
438
+ totalPublicCalldataCount: 0,
439
+ sideEffectCounter: minRevertibleSideEffectCounter,
440
+ scopes,
441
+ // In TXE, the typical transaction entrypoint is skipped, so we need to simulate the actions that such a
442
+ // contract would perform, including setting senderForTags.
443
+ senderForTags: from,
444
+ simulator,
445
+ txResolver: this.stateMachine.txResolver,
446
+ l2TipsStore: this.stateMachine.l2TipsProvider,
447
+ hooks: composeHooks({
448
+ authorizeUtilityCall: this.buildAuthorizeUtilityCallHook(isStaticCall ? 'private view' : 'private', authorizedUtilityCallTargets),
449
+ resolveTaggingSecretStrategy: makeResolveTaggingSecretStrategyHook(this.taggingSecretStrategies)
450
+ }),
451
+ transientArrayService
452
+ });
453
+ // Note: This is a slight modification of simulator.run without any of the checks. Maybe we should modify simulator.run with a boolean value to skip checks.
454
+ let result;
455
+ let executionResult;
456
+ try {
457
+ executionResult = await executePrivateFunction(simulator, privateExecutionOracle, artifact, targetContractAddress, functionSelector);
458
+ const publicCallRequests = collectNested([
459
+ executionResult
460
+ ], (r)=>r.publicInputs.publicCallRequests.getActiveItems().map((r)=>r.inner).concat(r.publicInputs.publicTeardownCallRequest.isEmpty() ? [] : [
461
+ r.publicInputs.publicTeardownCallRequest
462
+ ]));
463
+ const publicFunctionsCalldata = await Promise.all(publicCallRequests.map(async (r)=>{
464
+ const calldata = await privateExecutionOracle.getHashPreimage(r.calldataHash);
465
+ return new HashedValues(calldata, r.calldataHash);
466
+ }));
467
+ const nonceGenerator = noteCache.getNonceGenerator();
468
+ result = new PrivateExecutionResult(executionResult, nonceGenerator, publicFunctionsCalldata);
469
+ } catch (err) {
470
+ throw createSimulationError(err instanceof Error ? err : new Error('Unknown error during private execution'));
471
+ }
472
+ // According to the protocol rules, there must be at least one nullifier in the tx. The first nullifier is used as
473
+ // the nonce generator for the note hashes.
474
+ // We pass the non-zero minRevertibleSideEffectCounter to make sure the side effects are split correctly.
475
+ const { publicInputs } = await generateSimulatedProvingResult(result, (addr, sel)=>anchoredContractData.getDebugFunctionName(addr, sel), this.stateMachine.node, minRevertibleSideEffectCounter);
476
+ const globals = makeGlobalVariables();
477
+ globals.blockNumber = blockNumber;
478
+ globals.timestamp = this.nextBlockTimestamp;
479
+ globals.chainId = this.chainId;
480
+ globals.version = this.version;
481
+ globals.gasFees = GasFees.empty();
482
+ const forkedWorldTrees = _ts_add_disposable_resource(env, await this.stateMachine.synchronizer.nativeWorldStateService.fork(), true);
483
+ const bindings = this.logger.getBindings();
484
+ const contractsDB = new PublicContractsDB(new TXEPublicContractDataSource(blockNumber, this.contractStore), bindings);
485
+ const guardedMerkleTrees = new GuardedMerkleTreeOperations(forkedWorldTrees);
486
+ const config = PublicSimulatorConfig.from({
487
+ skipFeeEnforcement: true,
488
+ collectDebugLogs: true,
489
+ collectHints: false,
490
+ collectStatistics: false,
491
+ collectCallMetadata: true
492
+ });
493
+ // The AVM simulator reads this fork's contracts DB, scoped by fork id, for each simulation.
494
+ const forkId = forkedWorldTrees.getRevision().forkId;
495
+ const processor = new PublicProcessor(globals, guardedMerkleTrees, contractsDB, new PublicTxSimulator(this.stateMachine.synchronizer.avmSimulator, globals, contractsDB, forkId, config, bindings), new TestDateProvider(), undefined, createLogger('simulator:public-processor', bindings));
496
+ const tx = await Tx.create({
497
+ data: publicInputs,
498
+ chonkProof: ChonkProof.empty(),
499
+ contractClassLogFields: [],
500
+ publicFunctionCalldata: result.publicFunctionCalldata
501
+ });
502
+ let checkpoint;
503
+ if (isStaticCall) {
504
+ checkpoint = await ForkCheckpoint.new(forkedWorldTrees);
505
+ }
506
+ const results = await processor.process([
507
+ tx
508
+ ]);
509
+ const [processedTx] = results[0];
510
+ const failedTxs = results[1];
511
+ if (failedTxs.length !== 0) {
512
+ throw new Error(`Public execution has failed: ${failedTxs[0].error}`);
513
+ } else if (!processedTx.revertCode.isOK()) {
514
+ if (processedTx.revertReason) {
515
+ try {
516
+ await enrichPublicSimulationError(processedTx.revertReason, this.contractStore, this.stateMachine.contractClassService, await this.stateMachine.anchorBlockStore.getBlockHeader(), this.logger);
517
+ // eslint-disable-next-line no-empty
518
+ } catch {}
519
+ throw new Error(`Contract execution has reverted: ${processedTx.revertReason.getMessage()}`);
520
+ } else {
521
+ throw new Error('Contract execution has reverted');
522
+ }
523
+ }
524
+ // Walk the nested private-call tree and collect every offchain effect the transaction emitted.
525
+ // PXE stores these on each `PrivateCallExecutionResult` and they never reach TXE via the
526
+ // `aztec_utl_emitOffchainEffect` foreign-call path (that path only fires at the top-level), so
527
+ // we pull them out here and the RPC wrapper will hand them to `TXESession` for buffering.
528
+ const offchainEffects = collectNested([
299
529
  executionResult
300
- ], (r)=>r.publicInputs.publicCallRequests.getActiveItems().map((r)=>r.inner).concat(r.publicInputs.publicTeardownCallRequest.isEmpty() ? [] : [
301
- r.publicInputs.publicTeardownCallRequest
302
- ]));
303
- const publicFunctionsCalldata = await Promise.all(publicCallRequests.map(async (r)=>{
304
- const calldata = await privateExecutionOracle.getHashPreimage(r.calldataHash);
305
- return new HashedValues(calldata, r.calldataHash);
306
- }));
307
- noteCache.finish();
308
- const nonceGenerator = noteCache.getNonceGenerator();
309
- result = new PrivateExecutionResult(executionResult, nonceGenerator, publicFunctionsCalldata);
310
- } catch (err) {
311
- throw createSimulationError(err instanceof Error ? err : new Error('Unknown error during private execution'));
312
- }
313
- // According to the protocol rules, there must be at least one nullifier in the tx. The first nullifier is used as
314
- // the nonce generator for the note hashes.
315
- // We pass the non-zero minRevertibleSideEffectCounter to make sure the side effects are split correctly.
316
- const { publicInputs } = await generateSimulatedProvingResult(result, (addr, sel)=>this.contractStore.getDebugFunctionName(addr, sel), this.stateMachine.node, minRevertibleSideEffectCounter);
317
- const globals = makeGlobalVariables();
318
- globals.blockNumber = blockNumber;
319
- globals.timestamp = this.nextBlockTimestamp;
320
- globals.chainId = this.chainId;
321
- globals.version = this.version;
322
- globals.gasFees = GasFees.empty();
323
- const forkedWorldTrees = await this.stateMachine.synchronizer.nativeWorldStateService.fork();
324
- const bindings = this.logger.getBindings();
325
- const contractsDB = new PublicContractsDB(new TXEPublicContractDataSource(blockNumber, this.contractStore), bindings);
326
- const guardedMerkleTrees = new GuardedMerkleTreeOperations(forkedWorldTrees);
327
- const config = PublicSimulatorConfig.from({
328
- skipFeeEnforcement: true,
329
- collectDebugLogs: true,
330
- collectHints: false,
331
- collectStatistics: false,
332
- collectCallMetadata: true
333
- });
334
- const processor = new PublicProcessor(globals, guardedMerkleTrees, contractsDB, new CppPublicTxSimulator(guardedMerkleTrees, contractsDB, globals, config, bindings), new TestDateProvider(), undefined, createLogger('simulator:public-processor', bindings));
335
- const tx = await Tx.create({
336
- data: publicInputs,
337
- chonkProof: ChonkProof.empty(),
338
- contractClassLogFields: [],
339
- publicFunctionCalldata: result.publicFunctionCalldata
340
- });
341
- let checkpoint;
342
- if (isStaticCall) {
343
- checkpoint = await ForkCheckpoint.new(forkedWorldTrees);
344
- }
345
- const results = await processor.process([
346
- tx
347
- ]);
348
- const [processedTx] = results[0];
349
- const failedTxs = results[1];
350
- if (failedTxs.length !== 0) {
351
- throw new Error(`Public execution has failed: ${failedTxs[0].error}`);
352
- } else if (!processedTx.revertCode.isOK()) {
353
- if (processedTx.revertReason) {
354
- try {
355
- await enrichPublicSimulationError(processedTx.revertReason, this.contractStore, this.logger);
356
- // eslint-disable-next-line no-empty
357
- } catch {}
358
- throw new Error(`Contract execution has reverted: ${processedTx.revertReason.getMessage()}`);
359
- } else {
360
- throw new Error('Contract execution has reverted');
530
+ ], (r)=>r.offchainEffects.map((e)=>e.data));
531
+ if (isStaticCall) {
532
+ await checkpoint.revert();
533
+ return {
534
+ returnValues: executionResult.returnValues ?? [],
535
+ offchainEffects
536
+ };
361
537
  }
538
+ const txEffect = TxEffect.empty();
539
+ txEffect.noteHashes = processedTx.txEffect.noteHashes;
540
+ txEffect.nullifiers = processedTx.txEffect.nullifiers;
541
+ txEffect.privateLogs = processedTx.txEffect.privateLogs;
542
+ txEffect.publicLogs = processedTx.txEffect.publicLogs;
543
+ txEffect.publicDataWrites = processedTx.txEffect.publicDataWrites;
544
+ txEffect.txHash = new TxHash(new Fr(blockNumber));
545
+ const l1ToL2Messages = Array(NUMBER_OF_L1_L2_MESSAGES_PER_ROLLUP).fill(0).map(Fr.zero);
546
+ await forkedWorldTrees.appendLeaves(MerkleTreeId.L1_TO_L2_MESSAGE_TREE, l1ToL2Messages);
547
+ const l2Block = await makeTXEBlock(forkedWorldTrees, globals, [
548
+ txEffect
549
+ ]);
550
+ await this.stateMachine.handleL2Block(l2Block);
551
+ return {
552
+ returnValues: executionResult.returnValues ?? [],
553
+ offchainEffects
554
+ };
555
+ } catch (e) {
556
+ env.error = e;
557
+ env.hasError = true;
558
+ } finally{
559
+ const result = _ts_dispose_resources(env);
560
+ if (result) await result;
362
561
  }
363
- if (isStaticCall) {
364
- await checkpoint.revert();
365
- await forkedWorldTrees.close();
366
- return executionResult.returnValues ?? [];
367
- }
368
- const txEffect = TxEffect.empty();
369
- txEffect.noteHashes = processedTx.txEffect.noteHashes;
370
- txEffect.nullifiers = processedTx.txEffect.nullifiers;
371
- txEffect.privateLogs = processedTx.txEffect.privateLogs;
372
- txEffect.publicLogs = processedTx.txEffect.publicLogs;
373
- txEffect.publicDataWrites = processedTx.txEffect.publicDataWrites;
374
- txEffect.txHash = new TxHash(new Fr(blockNumber));
375
- const l1ToL2Messages = Array(NUMBER_OF_L1_L2_MESSAGES_PER_ROLLUP).fill(0).map(Fr.zero);
376
- await forkedWorldTrees.appendLeaves(MerkleTreeId.L1_TO_L2_MESSAGE_TREE, l1ToL2Messages);
377
- const l2Block = await makeTXEBlock(forkedWorldTrees, globals, [
378
- txEffect
379
- ]);
380
- await this.stateMachine.handleL2Block(l2Block);
381
- await forkedWorldTrees.close();
382
- return executionResult.returnValues ?? [];
383
562
  }
384
- async publicCallNewFlow(from, targetContractAddress, calldata, isStaticCall) {
385
- this.logger.verbose(`Executing public function ${await this.contractStore.getDebugFunctionName(targetContractAddress, FunctionSelector.fromField(calldata[0]))}@${targetContractAddress} isStaticCall=${isStaticCall}`);
386
- const blockNumber = await this.getNextBlockNumber();
387
- const gasLimits = new Gas(MAX_PROCESSABLE_DA_GAS_PER_CHECKPOINT, MAX_PROCESSABLE_L2_GAS);
388
- const teardownGasLimits = new Gas(FALLBACK_TEARDOWN_DA_GAS_LIMIT, FALLBACK_TEARDOWN_L2_GAS_LIMIT);
389
- const gasSettings = new GasSettings(gasLimits, teardownGasLimits, GasFees.empty(), GasFees.empty());
390
- const txContext = new TxContext(this.chainId, this.version, gasSettings);
391
- const anchorBlockHeader = await this.stateMachine.anchorBlockStore.getBlockHeader();
392
- const calldataHash = await computeCalldataHash(calldata);
393
- const calldataHashedValues = new HashedValues(calldata, calldataHash);
394
- const globals = makeGlobalVariables();
395
- globals.blockNumber = blockNumber;
396
- globals.timestamp = this.nextBlockTimestamp;
397
- globals.chainId = this.chainId;
398
- globals.version = this.version;
399
- globals.gasFees = GasFees.empty();
400
- const forkedWorldTrees = await this.stateMachine.synchronizer.nativeWorldStateService.fork();
401
- const bindings2 = this.logger.getBindings();
402
- const contractsDB = new PublicContractsDB(new TXEPublicContractDataSource(blockNumber, this.contractStore), bindings2);
403
- const guardedMerkleTrees = new GuardedMerkleTreeOperations(forkedWorldTrees);
404
- const config = PublicSimulatorConfig.from({
405
- skipFeeEnforcement: true,
406
- collectDebugLogs: true,
407
- collectHints: false,
408
- collectStatistics: false,
409
- collectCallMetadata: true
410
- });
411
- const simulator = new CppPublicTxSimulator(guardedMerkleTrees, contractsDB, globals, config, bindings2);
412
- const processor = new PublicProcessor(globals, guardedMerkleTrees, contractsDB, simulator, new TestDateProvider(), undefined, createLogger('simulator:public-processor', bindings2));
413
- // We're simulating a scenario in which private execution immediately enqueues a public call and halts. The private
414
- // kernel init would in this case inject a nullifier with the transaction request hash as a non-revertible
415
- // side-effect, which the AVM then expects to exist in order to use it as the nonce generator when siloing notes as
416
- // unique.
417
- const nonRevertibleAccumulatedData = PrivateToPublicAccumulatedData.empty();
418
- nonRevertibleAccumulatedData.nullifiers[0] = getSingleTxBlockRequestHash(blockNumber);
419
- // The enqueued public call itself we make be revertible so that the public execution is itself revertible, as tests
420
- // may require producing reverts.
421
- const revertibleAccumulatedData = PrivateToPublicAccumulatedData.empty();
422
- revertibleAccumulatedData.publicCallRequests[0] = new PublicCallRequest(from, targetContractAddress, isStaticCall, calldataHash);
423
- const inputsForPublic = new PartialPrivateTailPublicInputsForPublic(nonRevertibleAccumulatedData, revertibleAccumulatedData, PublicCallRequest.empty());
424
- const constantData = new TxConstantData(anchorBlockHeader, txContext, Fr.zero(), Fr.zero());
425
- const txData = new PrivateKernelTailCircuitPublicInputs(constantData, /*gasUsed=*/ new Gas(0, 0), /*feePayer=*/ AztecAddress.zero(), /*expirationTimestamp=*/ 0n, inputsForPublic, undefined);
426
- const tx = await Tx.create({
427
- data: txData,
428
- chonkProof: ChonkProof.empty(),
429
- contractClassLogFields: [],
430
- publicFunctionCalldata: [
431
- calldataHashedValues
432
- ]
433
- });
434
- let checkpoint;
435
- if (isStaticCall) {
436
- checkpoint = await ForkCheckpoint.new(forkedWorldTrees);
437
- }
438
- const results = await processor.process([
439
- tx
440
- ]);
441
- const [processedTx] = results[0];
442
- const failedTxs = results[1];
443
- if (failedTxs.length !== 0) {
444
- throw new Error(`Public execution has failed: ${failedTxs[0].error}`);
445
- } else if (!processedTx.revertCode.isOK()) {
446
- if (processedTx.revertReason) {
447
- try {
448
- await enrichPublicSimulationError(processedTx.revertReason, this.contractStore, this.logger);
449
- // eslint-disable-next-line no-empty
450
- } catch {}
451
- throw new Error(`Contract execution has reverted: ${processedTx.revertReason.getMessage()}`);
452
- } else {
453
- throw new Error('Contract execution has reverted');
563
+ async publicCallNewFlow(from, targetContractAddress, calldata, isStaticCall, gasSettings) {
564
+ const env = {
565
+ stack: [],
566
+ error: void 0,
567
+ hasError: false
568
+ };
569
+ try {
570
+ const anchorBlockHeader = await this.stateMachine.anchorBlockStore.getBlockHeader();
571
+ const anchoredContractData = new AnchoredContractData(this.contractStore, this.stateMachine.contractClassService, anchorBlockHeader);
572
+ this.logger.verbose(`Executing public function ${await anchoredContractData.getDebugFunctionName(targetContractAddress, FunctionSelector.fromField(calldata[0]))}@${targetContractAddress} isStaticCall=${isStaticCall}`);
573
+ const blockNumber = await this.getNextBlockNumber();
574
+ const txContext = new TxContext(this.chainId, this.version, gasSettings);
575
+ const calldataHash = await computeCalldataHash(calldata);
576
+ const calldataHashedValues = new HashedValues(calldata, calldataHash);
577
+ const globals = makeGlobalVariables();
578
+ globals.blockNumber = blockNumber;
579
+ globals.timestamp = this.nextBlockTimestamp;
580
+ globals.chainId = this.chainId;
581
+ globals.version = this.version;
582
+ globals.gasFees = GasFees.empty();
583
+ const forkedWorldTrees = _ts_add_disposable_resource(env, await this.stateMachine.synchronizer.nativeWorldStateService.fork(), true);
584
+ const bindings2 = this.logger.getBindings();
585
+ const contractsDB = new PublicContractsDB(new TXEPublicContractDataSource(blockNumber, this.contractStore), bindings2);
586
+ const guardedMerkleTrees = new GuardedMerkleTreeOperations(forkedWorldTrees);
587
+ const config = PublicSimulatorConfig.from({
588
+ skipFeeEnforcement: true,
589
+ collectDebugLogs: true,
590
+ collectHints: false,
591
+ collectStatistics: false,
592
+ collectCallMetadata: true
593
+ });
594
+ // The AVM simulator reads this fork's contracts DB, scoped by fork id, for each simulation.
595
+ const forkId2 = forkedWorldTrees.getRevision().forkId;
596
+ const simulator = new PublicTxSimulator(this.stateMachine.synchronizer.avmSimulator, globals, contractsDB, forkId2, config, bindings2);
597
+ const processor = new PublicProcessor(globals, guardedMerkleTrees, contractsDB, simulator, new TestDateProvider(), undefined, createLogger('simulator:public-processor', bindings2));
598
+ // We're simulating a scenario in which private execution immediately enqueues a public call and halts. The private
599
+ // kernel init would in this case inject a nullifier with the transaction request hash as a non-revertible
600
+ // side-effect, which the AVM then expects to exist in order to use it as the nonce generator when siloing notes as
601
+ // unique.
602
+ const nonRevertibleAccumulatedData = PrivateToPublicAccumulatedData.empty();
603
+ nonRevertibleAccumulatedData.nullifiers[0] = getSingleTxBlockRequestHash(blockNumber);
604
+ // The enqueued public call itself we make be revertible so that the public execution is itself revertible, as tests
605
+ // may require producing reverts.
606
+ const revertibleAccumulatedData = PrivateToPublicAccumulatedData.empty();
607
+ revertibleAccumulatedData.publicCallRequests[0] = new PublicCallRequest(from ?? AztecAddress.NULL_MSG_SENDER, targetContractAddress, isStaticCall, calldataHash);
608
+ const inputsForPublic = new PartialPrivateTailPublicInputsForPublic(nonRevertibleAccumulatedData, revertibleAccumulatedData, PublicCallRequest.empty());
609
+ const constantData = new TxConstantData(anchorBlockHeader, txContext, Fr.zero(), Fr.zero());
610
+ const txData = new PrivateKernelTailCircuitPublicInputs(constantData, /*gasUsed=*/ new Gas(0, 0), /*feePayer=*/ AztecAddress.zero(), /*expirationTimestamp=*/ 0n, inputsForPublic, undefined);
611
+ const tx = await Tx.create({
612
+ data: txData,
613
+ chonkProof: ChonkProof.empty(),
614
+ contractClassLogFields: [],
615
+ publicFunctionCalldata: [
616
+ calldataHashedValues
617
+ ]
618
+ });
619
+ let checkpoint;
620
+ if (isStaticCall) {
621
+ checkpoint = await ForkCheckpoint.new(forkedWorldTrees);
454
622
  }
455
- }
456
- const returnValues = results[3][0].values;
457
- if (isStaticCall) {
458
- await checkpoint.revert();
459
- await forkedWorldTrees.close();
623
+ const results = await processor.process([
624
+ tx
625
+ ]);
626
+ const [processedTx] = results[0];
627
+ const failedTxs = results[1];
628
+ if (failedTxs.length !== 0) {
629
+ throw new Error(`Public execution has failed: ${failedTxs[0].error}`);
630
+ } else if (!processedTx.revertCode.isOK()) {
631
+ if (processedTx.revertReason) {
632
+ try {
633
+ await enrichPublicSimulationError(processedTx.revertReason, this.contractStore, this.stateMachine.contractClassService, anchorBlockHeader, this.logger);
634
+ // eslint-disable-next-line no-empty
635
+ } catch {}
636
+ throw new Error(`Contract execution has reverted: ${processedTx.revertReason.getMessage()}`);
637
+ } else {
638
+ throw new Error('Contract execution has reverted');
639
+ }
640
+ }
641
+ const returnValues = results[3][0].values;
642
+ if (isStaticCall) {
643
+ await checkpoint.revert();
644
+ return returnValues ?? [];
645
+ }
646
+ const txEffect = TxEffect.empty();
647
+ txEffect.noteHashes = processedTx.txEffect.noteHashes;
648
+ txEffect.nullifiers = processedTx.txEffect.nullifiers;
649
+ txEffect.privateLogs = processedTx.txEffect.privateLogs;
650
+ txEffect.publicLogs = processedTx.txEffect.publicLogs;
651
+ txEffect.publicDataWrites = processedTx.txEffect.publicDataWrites;
652
+ txEffect.txHash = new TxHash(new Fr(blockNumber));
653
+ const l1ToL2Messages = Array(NUMBER_OF_L1_L2_MESSAGES_PER_ROLLUP).fill(0).map(Fr.zero);
654
+ await forkedWorldTrees.appendLeaves(MerkleTreeId.L1_TO_L2_MESSAGE_TREE, l1ToL2Messages);
655
+ const l2Block = await makeTXEBlock(forkedWorldTrees, globals, [
656
+ txEffect
657
+ ]);
658
+ await this.stateMachine.handleL2Block(l2Block);
460
659
  return returnValues ?? [];
660
+ } catch (e) {
661
+ env.error = e;
662
+ env.hasError = true;
663
+ } finally{
664
+ const result = _ts_dispose_resources(env);
665
+ if (result) await result;
461
666
  }
462
- const txEffect = TxEffect.empty();
463
- txEffect.noteHashes = processedTx.txEffect.noteHashes;
464
- txEffect.nullifiers = processedTx.txEffect.nullifiers;
465
- txEffect.privateLogs = processedTx.txEffect.privateLogs;
466
- txEffect.publicLogs = processedTx.txEffect.publicLogs;
467
- txEffect.publicDataWrites = processedTx.txEffect.publicDataWrites;
468
- txEffect.txHash = new TxHash(new Fr(blockNumber));
469
- const l1ToL2Messages = Array(NUMBER_OF_L1_L2_MESSAGES_PER_ROLLUP).fill(0).map(Fr.zero);
470
- await forkedWorldTrees.appendLeaves(MerkleTreeId.L1_TO_L2_MESSAGE_TREE, l1ToL2Messages);
471
- const l2Block = await makeTXEBlock(forkedWorldTrees, globals, [
472
- txEffect
473
- ]);
474
- await this.stateMachine.handleL2Block(l2Block);
475
- await forkedWorldTrees.close();
476
- return returnValues ?? [];
477
667
  }
478
- async executeUtilityFunction(targetContractAddress, functionSelector, args, jobId) {
479
- const artifact = await this.contractStore.getFunctionArtifact(targetContractAddress, functionSelector);
668
+ async executeUtilityFunction(from, targetContractAddress, functionSelector, args, jobId, authorizedUtilityCallTargets) {
669
+ const blockHeader = await this.stateMachine.anchorBlockStore.getBlockHeader();
670
+ const anchoredContractData = new AnchoredContractData(this.contractStore, this.stateMachine.contractClassService, blockHeader);
671
+ const artifact = await anchoredContractData.getFunctionArtifact(targetContractAddress, functionSelector);
480
672
  if (!artifact) {
481
673
  throw new Error(`Cannot call ${functionSelector} as there is no artifact found at ${targetContractAddress}.`);
482
674
  }
483
675
  // Sync notes before executing utility function to discover notes from previous transactions
484
- const blockHeader = await this.stateMachine.anchorBlockStore.getBlockHeader();
485
676
  await this.stateMachine.contractSyncService.ensureContractSynced(targetContractAddress, functionSelector, async (call, execScopes)=>{
486
- await this.executeUtilityCall(call, execScopes, jobId);
677
+ await this.executeUtilityCall(call, {
678
+ scopes: execScopes,
679
+ jobId
680
+ });
487
681
  }, blockHeader, jobId, await this.keyStore.getAccounts());
488
682
  const call = FunctionCall.from({
489
683
  name: artifact.name,
@@ -495,10 +689,20 @@ export class TXEOracleTopLevelContext {
495
689
  args,
496
690
  returnTypes: []
497
691
  });
498
- return this.executeUtilityCall(call, await this.keyStore.getAccounts(), jobId);
692
+ return this.executeUtilityCall(call, {
693
+ from,
694
+ scopes: await this.keyStore.getAccounts(),
695
+ jobId,
696
+ authorizedUtilityCallTargets
697
+ });
499
698
  }
500
- async executeUtilityCall(call, scopes, jobId) {
501
- const entryPointArtifact = await this.contractStore.getFunctionArtifactWithDebugMetadata(call.to, call.selector);
699
+ async executeUtilityCall(call, { from = AztecAddress.NULL_MSG_SENDER, scopes, jobId, authorizedUtilityCallTargets = [] }) {
700
+ const anchorBlockHeader = await this.stateMachine.anchorBlockStore.getBlockHeader();
701
+ const anchoredContractData = new AnchoredContractData(this.contractStore, this.stateMachine.contractClassService, anchorBlockHeader);
702
+ const entryPointArtifact = await anchoredContractData.getFunctionArtifactWithDebugMetadata(call.to, call.selector);
703
+ if (!entryPointArtifact) {
704
+ throw new Error(`Cannot run function ${call.selector} on ${call.to}: the contract is not registered.`);
705
+ }
502
706
  if (entryPointArtifact.functionType !== FunctionType.UTILITY) {
503
707
  throw new Error(`Cannot run ${entryPointArtifact.functionType} function as utility`);
504
708
  }
@@ -507,28 +711,47 @@ export class TXEOracleTopLevelContext {
507
711
  selector: call.selector
508
712
  });
509
713
  try {
510
- const anchorBlockHeader = await this.stateMachine.anchorBlockStore.getBlockHeader();
714
+ const simulator = new WASMSimulator();
715
+ const utilityExecutor = async (syncCall, execScopes)=>{
716
+ await this.executeUtilityCall(syncCall, {
717
+ scopes: execScopes,
718
+ jobId
719
+ });
720
+ };
511
721
  const oracle = new UtilityExecutionOracle({
512
- contractAddress: call.to,
722
+ callContext: CallContext.from({
723
+ msgSender: from,
724
+ contractAddress: call.to,
725
+ functionSelector: call.selector,
726
+ isStaticCall: true
727
+ }),
513
728
  authWitnesses: [],
514
729
  capsules: [],
515
730
  anchorBlockHeader,
516
- contractStore: this.contractStore,
731
+ anchoredContractData,
517
732
  noteStore: this.noteStore,
518
733
  keyStore: this.keyStore,
519
734
  addressStore: this.addressStore,
520
735
  aztecNode: this.stateMachine.node,
521
736
  recipientTaggingStore: this.recipientTaggingStore,
522
- senderAddressBookStore: this.senderAddressBookStore,
737
+ taggingSecretSourcesStore: this.taggingSecretSourcesStore,
523
738
  capsuleService: new CapsuleService(this.capsuleStore, scopes),
739
+ factService: new FactService(this.factStore, scopes),
524
740
  privateEventStore: this.privateEventStore,
525
- messageContextService: this.stateMachine.messageContextService,
526
- contractSyncService: this.contractSyncService,
527
- l2TipsStore: this.stateMachine.node,
741
+ txResolver: this.stateMachine.txResolver,
742
+ contractSyncService: this.stateMachine.contractSyncService,
743
+ l2TipsStore: this.stateMachine.l2TipsProvider,
528
744
  jobId,
529
- scopes
745
+ scopes,
746
+ simulator,
747
+ hooks: composeHooks({
748
+ authorizeUtilityCall: this.buildAuthorizeUtilityCallHook('utility', authorizedUtilityCallTargets)
749
+ }),
750
+ utilityExecutor,
751
+ // Execution-tree root (top-level utility run or contract sync): own store; nested frames inherit it.
752
+ transientArrayService: new TransientArrayService()
530
753
  });
531
- const acirExecutionResult = await new WASMSimulator().executeUserCircuit(toACVMWitness(0, call.args), entryPointArtifact, new Oracle(oracle).toACIRCallback()).catch((err)=>{
754
+ const acirExecutionResult = await simulator.executeUserCircuit(toACVMWitness(0, call.args), entryPointArtifact, buildACIRCallback(oracle)).catch((err)=>{
532
755
  err.message = resolveAssertionMessageFromError(err, entryPointArtifact);
533
756
  throw new ExecutionError(err.message, {
534
757
  contractAddress: call.to,
@@ -545,13 +768,33 @@ export class TXEOracleTopLevelContext {
545
768
  }
546
769
  close() {
547
770
  this.logger.debug('Exiting Top Level Context');
548
- return [
549
- this.nextBlockTimestamp,
550
- this.authwits
551
- ];
771
+ return {
772
+ nextBlockTimestamp: this.nextBlockTimestamp,
773
+ authwits: this.authwits,
774
+ taggingSecretStrategies: this.taggingSecretStrategies,
775
+ authorizeAllUtilityCallTargets: this.authorizeAllUtilityCallTargets
776
+ };
552
777
  }
553
778
  async getLastBlockNumber() {
554
- const header = await this.stateMachine.node.getBlockHeader('latest');
555
- return header ? header.globalVariables.blockNumber : BlockNumber.ZERO;
779
+ const block = await this.stateMachine.node.getBlock('latest');
780
+ return block ? block.header.globalVariables.blockNumber : BlockNumber.ZERO;
781
+ }
782
+ buildAuthorizeUtilityCallHook(callerContext, authorizedTargets) {
783
+ if (this.authorizeAllUtilityCallTargets) {
784
+ return authorizeAllUtilityCallsHook;
785
+ }
786
+ if (authorizedTargets.length === 0) {
787
+ return undefined;
788
+ }
789
+ return (req)=>Promise.resolve({
790
+ authorized: req.callerContext === callerContext && authorizedTargets.some((t)=>t.equals(req.target))
791
+ });
556
792
  }
557
793
  }
794
+ /**
795
+ * An `authorizeUtilityCall` hook that authorizes every cross-contract utility call.
796
+ *
797
+ * Backs the `aztec_txe_setAuthorizeAllUtilityCallTargets` oracle.
798
+ */ export const authorizeAllUtilityCallsHook = ()=>Promise.resolve({
799
+ authorized: true
800
+ });