@aztec/pxe 0.0.1-commit.d3ec352c → 0.0.1-commit.d58ff9d0

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 (635) hide show
  1. package/dest/bin/check_oracle_version.js +48 -29
  2. package/dest/bin/index.d.ts +2 -0
  3. package/dest/bin/index.d.ts.map +1 -0
  4. package/dest/bin/index.js +1 -0
  5. package/dest/bin/oracle_version_helpers.d.ts +34 -0
  6. package/dest/bin/oracle_version_helpers.d.ts.map +1 -0
  7. package/dest/bin/oracle_version_helpers.js +46 -0
  8. package/dest/block_synchronizer/block_stream_source.d.ts +10 -0
  9. package/dest/block_synchronizer/block_stream_source.d.ts.map +1 -0
  10. package/dest/block_synchronizer/block_stream_source.js +37 -0
  11. package/dest/block_synchronizer/block_synchronizer.d.ts +53 -0
  12. package/dest/block_synchronizer/block_synchronizer.d.ts.map +1 -0
  13. package/dest/block_synchronizer/block_synchronizer.js +209 -0
  14. package/dest/block_synchronizer/index.d.ts +2 -0
  15. package/dest/block_synchronizer/index.d.ts.map +1 -0
  16. package/dest/block_synchronizer/index.js +1 -0
  17. package/dest/config/index.d.ts +14 -5
  18. package/dest/config/index.d.ts.map +1 -1
  19. package/dest/config/index.js +18 -2
  20. package/dest/config/package_info.js +1 -1
  21. package/dest/contract/contract_class_service.d.ts +31 -0
  22. package/dest/contract/contract_class_service.d.ts.map +1 -0
  23. package/dest/contract/contract_class_service.js +68 -0
  24. package/dest/contract/contract_sync_service.d.ts +48 -0
  25. package/dest/contract/contract_sync_service.d.ts.map +1 -0
  26. package/dest/contract/contract_sync_service.js +116 -0
  27. package/dest/contract/helpers.d.ts +7 -0
  28. package/dest/contract/helpers.d.ts.map +1 -0
  29. package/dest/contract/helpers.js +20 -0
  30. package/dest/contract/skip_sync_contracts.d.ts +11 -0
  31. package/dest/contract/skip_sync_contracts.d.ts.map +1 -0
  32. package/dest/contract/skip_sync_contracts.js +18 -0
  33. package/dest/contract_function_simulator/anchored_contract_data.d.ts +36 -0
  34. package/dest/contract_function_simulator/anchored_contract_data.d.ts.map +1 -0
  35. package/dest/contract_function_simulator/anchored_contract_data.js +54 -0
  36. package/dest/contract_function_simulator/aztec_node_read_cache.d.ts +39 -0
  37. package/dest/contract_function_simulator/aztec_node_read_cache.d.ts.map +1 -0
  38. package/dest/contract_function_simulator/aztec_node_read_cache.js +60 -0
  39. package/dest/contract_function_simulator/benchmarked_node.d.ts +9 -0
  40. package/dest/contract_function_simulator/benchmarked_node.d.ts.map +1 -0
  41. package/dest/contract_function_simulator/benchmarked_node.js +77 -0
  42. package/dest/contract_function_simulator/contract_function_simulator.d.ts +91 -27
  43. package/dest/contract_function_simulator/contract_function_simulator.d.ts.map +1 -1
  44. package/dest/contract_function_simulator/contract_function_simulator.js +302 -91
  45. package/dest/contract_function_simulator/ephemeral_array_service.d.ts +28 -0
  46. package/dest/contract_function_simulator/ephemeral_array_service.d.ts.map +1 -0
  47. package/dest/contract_function_simulator/ephemeral_array_service.js +78 -0
  48. package/dest/contract_function_simulator/execution_note_cache.d.ts +19 -16
  49. package/dest/contract_function_simulator/execution_note_cache.d.ts.map +1 -1
  50. package/dest/contract_function_simulator/execution_note_cache.js +34 -37
  51. package/dest/contract_function_simulator/execution_tagging_index_cache.d.ts +7 -11
  52. package/dest/contract_function_simulator/execution_tagging_index_cache.d.ts.map +1 -1
  53. package/dest/contract_function_simulator/execution_tagging_index_cache.js +19 -15
  54. package/dest/contract_function_simulator/hashed_values_cache.d.ts +2 -2
  55. package/dest/contract_function_simulator/hashed_values_cache.d.ts.map +1 -1
  56. package/dest/contract_function_simulator/index.d.ts +27 -6
  57. package/dest/contract_function_simulator/index.d.ts.map +1 -1
  58. package/dest/contract_function_simulator/index.js +12 -4
  59. package/dest/contract_function_simulator/noir-structs/bounded_vec.d.ts +29 -0
  60. package/dest/contract_function_simulator/noir-structs/bounded_vec.d.ts.map +1 -0
  61. package/dest/contract_function_simulator/noir-structs/bounded_vec.js +30 -0
  62. package/dest/contract_function_simulator/noir-structs/contract_class_log_data.d.ts +9 -0
  63. package/dest/contract_function_simulator/noir-structs/contract_class_log_data.d.ts.map +1 -0
  64. package/dest/contract_function_simulator/noir-structs/contract_class_log_data.js +1 -0
  65. package/dest/contract_function_simulator/noir-structs/embedded_curve_point.d.ts +7 -0
  66. package/dest/contract_function_simulator/noir-structs/embedded_curve_point.d.ts.map +1 -0
  67. package/dest/contract_function_simulator/noir-structs/embedded_curve_point.js +1 -0
  68. package/dest/contract_function_simulator/noir-structs/ephemeral_array.d.ts +37 -0
  69. package/dest/contract_function_simulator/noir-structs/ephemeral_array.d.ts.map +1 -0
  70. package/dest/contract_function_simulator/noir-structs/ephemeral_array.js +59 -0
  71. package/dest/contract_function_simulator/noir-structs/event_validation_request.d.ts +6 -6
  72. package/dest/contract_function_simulator/noir-structs/event_validation_request.d.ts.map +1 -1
  73. package/dest/contract_function_simulator/noir-structs/event_validation_request.js +13 -11
  74. package/dest/contract_function_simulator/noir-structs/fact.d.ts +16 -0
  75. package/dest/contract_function_simulator/noir-structs/fact.d.ts.map +1 -0
  76. package/dest/contract_function_simulator/noir-structs/fact.js +6 -0
  77. package/dest/contract_function_simulator/noir-structs/fact_collection.d.ts +27 -0
  78. package/dest/contract_function_simulator/noir-structs/fact_collection.d.ts.map +1 -0
  79. package/dest/contract_function_simulator/noir-structs/fact_collection.js +31 -0
  80. package/dest/contract_function_simulator/noir-structs/log_retrieval_request.d.ts +21 -11
  81. package/dest/contract_function_simulator/noir-structs/log_retrieval_request.d.ts.map +1 -1
  82. package/dest/contract_function_simulator/noir-structs/log_retrieval_request.js +12 -23
  83. package/dest/contract_function_simulator/noir-structs/log_retrieval_response.d.ts +11 -9
  84. package/dest/contract_function_simulator/noir-structs/log_retrieval_response.d.ts.map +1 -1
  85. package/dest/contract_function_simulator/noir-structs/log_retrieval_response.js +2 -63
  86. package/dest/contract_function_simulator/noir-structs/note_data.d.ts +27 -0
  87. package/dest/contract_function_simulator/noir-structs/note_data.d.ts.map +1 -0
  88. package/dest/contract_function_simulator/noir-structs/note_data.js +3 -0
  89. package/dest/contract_function_simulator/noir-structs/note_validation_request.d.ts +5 -7
  90. package/dest/contract_function_simulator/noir-structs/note_validation_request.d.ts.map +1 -1
  91. package/dest/contract_function_simulator/noir-structs/note_validation_request.js +9 -13
  92. package/dest/contract_function_simulator/noir-structs/option.d.ts +59 -0
  93. package/dest/contract_function_simulator/noir-structs/option.d.ts.map +1 -0
  94. package/dest/contract_function_simulator/noir-structs/option.js +67 -0
  95. package/dest/contract_function_simulator/noir-structs/origin_block.d.ts +11 -0
  96. package/dest/contract_function_simulator/noir-structs/origin_block.d.ts.map +1 -0
  97. package/dest/contract_function_simulator/noir-structs/origin_block.js +5 -0
  98. package/dest/contract_function_simulator/noir-structs/pending_tagged_log.d.ts +11 -0
  99. package/dest/contract_function_simulator/noir-structs/pending_tagged_log.d.ts.map +1 -0
  100. package/dest/contract_function_simulator/noir-structs/pending_tagged_log.js +4 -0
  101. package/dest/contract_function_simulator/noir-structs/provided_secret.d.ts +8 -0
  102. package/dest/contract_function_simulator/noir-structs/provided_secret.d.ts.map +1 -0
  103. package/dest/contract_function_simulator/noir-structs/provided_secret.js +1 -0
  104. package/dest/contract_function_simulator/noir-structs/resolved_tagging_strategy.d.ts +28 -0
  105. package/dest/contract_function_simulator/noir-structs/resolved_tagging_strategy.d.ts.map +1 -0
  106. package/dest/contract_function_simulator/noir-structs/resolved_tagging_strategy.js +50 -0
  107. package/dest/contract_function_simulator/noir-structs/resolved_tx.d.ts +19 -0
  108. package/dest/contract_function_simulator/noir-structs/resolved_tx.d.ts.map +1 -0
  109. package/dest/contract_function_simulator/noir-structs/resolved_tx.js +9 -0
  110. package/dest/contract_function_simulator/noir-structs/tx_effect_data.d.ts +15 -0
  111. package/dest/contract_function_simulator/noir-structs/tx_effect_data.d.ts.map +1 -0
  112. package/dest/contract_function_simulator/noir-structs/tx_effect_data.js +5 -0
  113. package/dest/contract_function_simulator/noir-structs/utility_context.d.ts +7 -18
  114. package/dest/contract_function_simulator/noir-structs/utility_context.d.ts.map +1 -1
  115. package/dest/contract_function_simulator/noir-structs/utility_context.js +1 -31
  116. package/dest/contract_function_simulator/oracle/acir_callback.d.ts +21 -0
  117. package/dest/contract_function_simulator/oracle/acir_callback.d.ts.map +1 -0
  118. package/dest/contract_function_simulator/oracle/acir_callback.js +115 -0
  119. package/dest/contract_function_simulator/oracle/index.d.ts +2 -13
  120. package/dest/contract_function_simulator/oracle/index.d.ts.map +1 -1
  121. package/dest/contract_function_simulator/oracle/index.js +1 -1
  122. package/dest/contract_function_simulator/oracle/interfaces.d.ts +15 -94
  123. package/dest/contract_function_simulator/oracle/interfaces.d.ts.map +1 -1
  124. package/dest/contract_function_simulator/oracle/interfaces.js +2 -2
  125. package/dest/contract_function_simulator/oracle/legacy_oracle_registry.d.ts +39 -0
  126. package/dest/contract_function_simulator/oracle/legacy_oracle_registry.d.ts.map +1 -0
  127. package/dest/contract_function_simulator/oracle/legacy_oracle_registry.js +107 -0
  128. package/dest/contract_function_simulator/oracle/message_load_oracle_inputs.d.ts +5 -14
  129. package/dest/contract_function_simulator/oracle/message_load_oracle_inputs.d.ts.map +1 -1
  130. package/dest/contract_function_simulator/oracle/message_load_oracle_inputs.js +1 -24
  131. package/dest/contract_function_simulator/oracle/note_packing_utils.d.ts +12 -8
  132. package/dest/contract_function_simulator/oracle/note_packing_utils.d.ts.map +1 -1
  133. package/dest/contract_function_simulator/oracle/note_packing_utils.js +15 -11
  134. package/dest/contract_function_simulator/oracle/oracle_registry.d.ts +139 -0
  135. package/dest/contract_function_simulator/oracle/oracle_registry.d.ts.map +1 -0
  136. package/dest/contract_function_simulator/oracle/oracle_registry.js +1016 -0
  137. package/dest/contract_function_simulator/oracle/oracle_type_mappings.d.ts +274 -0
  138. package/dest/contract_function_simulator/oracle/oracle_type_mappings.d.ts.map +1 -0
  139. package/dest/contract_function_simulator/oracle/oracle_type_mappings.js +1243 -0
  140. package/dest/contract_function_simulator/oracle/private_execution.d.ts +2 -28
  141. package/dest/contract_function_simulator/oracle/private_execution.d.ts.map +1 -1
  142. package/dest/contract_function_simulator/oracle/private_execution.js +8 -43
  143. package/dest/contract_function_simulator/oracle/private_execution_oracle.d.ts +90 -97
  144. package/dest/contract_function_simulator/oracle/private_execution_oracle.d.ts.map +1 -1
  145. package/dest/contract_function_simulator/oracle/private_execution_oracle.js +275 -138
  146. package/dest/contract_function_simulator/oracle/utility_execution_oracle.d.ts +236 -65
  147. package/dest/contract_function_simulator/oracle/utility_execution_oracle.d.ts.map +1 -1
  148. package/dest/contract_function_simulator/oracle/utility_execution_oracle.js +661 -132
  149. package/dest/contract_function_simulator/pick_notes.d.ts +2 -2
  150. package/dest/contract_function_simulator/pick_notes.d.ts.map +1 -1
  151. package/dest/contract_function_simulator/pick_notes.js +21 -4
  152. package/dest/contract_function_simulator/transient_array_service.d.ts +31 -0
  153. package/dest/contract_function_simulator/transient_array_service.d.ts.map +1 -0
  154. package/dest/contract_function_simulator/transient_array_service.js +62 -0
  155. package/dest/contract_logging.d.ts +27 -0
  156. package/dest/contract_logging.d.ts.map +1 -0
  157. package/dest/contract_logging.js +38 -0
  158. package/dest/debug/pxe_debug_utils.d.ts +40 -0
  159. package/dest/debug/pxe_debug_utils.d.ts.map +1 -0
  160. package/dest/debug/pxe_debug_utils.js +42 -0
  161. package/dest/entrypoints/client/bundle/index.d.ts +4 -2
  162. package/dest/entrypoints/client/bundle/index.d.ts.map +1 -1
  163. package/dest/entrypoints/client/bundle/index.js +3 -1
  164. package/dest/entrypoints/client/bundle/utils.d.ts +2 -2
  165. package/dest/entrypoints/client/bundle/utils.d.ts.map +1 -1
  166. package/dest/entrypoints/client/bundle/utils.js +54 -12
  167. package/dest/entrypoints/client/lazy/index.d.ts +4 -2
  168. package/dest/entrypoints/client/lazy/index.d.ts.map +1 -1
  169. package/dest/entrypoints/client/lazy/index.js +3 -1
  170. package/dest/entrypoints/client/lazy/utils.d.ts +3 -3
  171. package/dest/entrypoints/client/lazy/utils.d.ts.map +1 -1
  172. package/dest/entrypoints/client/lazy/utils.js +55 -13
  173. package/dest/entrypoints/client/store.d.ts +14 -0
  174. package/dest/entrypoints/client/store.d.ts.map +1 -0
  175. package/dest/entrypoints/client/store.js +42 -0
  176. package/dest/entrypoints/pxe_creation_options.d.ts +22 -4
  177. package/dest/entrypoints/pxe_creation_options.d.ts.map +1 -1
  178. package/dest/entrypoints/pxe_creation_options.js +3 -1
  179. package/dest/entrypoints/server/index.d.ts +10 -3
  180. package/dest/entrypoints/server/index.d.ts.map +1 -1
  181. package/dest/entrypoints/server/index.js +8 -2
  182. package/dest/entrypoints/server/store.d.ts +18 -0
  183. package/dest/entrypoints/server/store.d.ts.map +1 -0
  184. package/dest/entrypoints/server/store.js +28 -0
  185. package/dest/entrypoints/server/utils.d.ts +4 -3
  186. package/dest/entrypoints/server/utils.d.ts.map +1 -1
  187. package/dest/entrypoints/server/utils.js +62 -19
  188. package/dest/error_enriching.d.ts +6 -4
  189. package/dest/error_enriching.d.ts.map +1 -1
  190. package/dest/error_enriching.js +13 -11
  191. package/dest/events/event_service.d.ts +24 -0
  192. package/dest/events/event_service.d.ts.map +1 -0
  193. package/dest/events/event_service.js +77 -0
  194. package/dest/events/index.d.ts +2 -0
  195. package/dest/events/index.d.ts.map +1 -0
  196. package/dest/events/index.js +1 -0
  197. package/dest/events/private_event_filter_validator.d.ts +10 -0
  198. package/dest/events/private_event_filter_validator.d.ts.map +1 -0
  199. package/dest/events/private_event_filter_validator.js +53 -0
  200. package/dest/hooks/authorize_utility_call.d.ts +41 -0
  201. package/dest/hooks/authorize_utility_call.d.ts.map +1 -0
  202. package/dest/hooks/authorize_utility_call.js +4 -0
  203. package/dest/hooks/execution_hooks.d.ts +62 -0
  204. package/dest/hooks/execution_hooks.d.ts.map +1 -0
  205. package/dest/hooks/execution_hooks.js +9 -0
  206. package/dest/hooks/index.d.ts +5 -0
  207. package/dest/hooks/index.d.ts.map +1 -0
  208. package/dest/hooks/index.js +2 -0
  209. package/dest/hooks/resolve_custom_request.d.ts +23 -0
  210. package/dest/hooks/resolve_custom_request.d.ts.map +1 -0
  211. package/dest/hooks/resolve_custom_request.js +3 -0
  212. package/dest/hooks/resolve_tagging_secret_strategy.d.ts +50 -0
  213. package/dest/hooks/resolve_tagging_secret_strategy.d.ts.map +1 -0
  214. package/dest/hooks/resolve_tagging_secret_strategy.js +3 -0
  215. package/dest/job_coordinator/job_coordinator.d.ts +75 -0
  216. package/dest/job_coordinator/job_coordinator.d.ts.map +1 -0
  217. package/dest/job_coordinator/job_coordinator.js +94 -0
  218. package/dest/logs/log_service.d.ts +31 -0
  219. package/dest/logs/log_service.d.ts.map +1 -0
  220. package/dest/logs/log_service.js +232 -0
  221. package/dest/messages/tx_resolver_service.d.ts +17 -0
  222. package/dest/messages/tx_resolver_service.d.ts.map +1 -0
  223. package/dest/messages/tx_resolver_service.js +60 -0
  224. package/dest/notes/index.d.ts +2 -0
  225. package/dest/notes/index.d.ts.map +1 -0
  226. package/dest/notes/index.js +1 -0
  227. package/dest/notes/note_service.d.ts +70 -0
  228. package/dest/notes/note_service.d.ts.map +1 -0
  229. package/dest/notes/note_service.js +172 -0
  230. package/dest/notes_filter.d.ts +24 -0
  231. package/dest/notes_filter.d.ts.map +1 -0
  232. package/dest/notes_filter.js +4 -0
  233. package/dest/oracle_version.d.ts +4 -3
  234. package/dest/oracle_version.d.ts.map +1 -1
  235. package/dest/oracle_version.js +20 -9
  236. package/dest/private_kernel/batch_planner.d.ts +47 -0
  237. package/dest/private_kernel/batch_planner.d.ts.map +1 -0
  238. package/dest/private_kernel/batch_planner.js +104 -0
  239. package/dest/private_kernel/hints/compute_tx_expiration_timestamp.d.ts +4 -0
  240. package/dest/private_kernel/hints/compute_tx_expiration_timestamp.d.ts.map +1 -0
  241. package/dest/private_kernel/hints/{compute_tx_include_by_timestamp.js → compute_tx_expiration_timestamp.js} +12 -12
  242. package/dest/private_kernel/hints/index.d.ts +3 -3
  243. package/dest/private_kernel/hints/index.d.ts.map +1 -1
  244. package/dest/private_kernel/hints/index.js +2 -2
  245. package/dest/private_kernel/hints/private_kernel_reset_private_inputs_builder.d.ts +29 -0
  246. package/dest/private_kernel/hints/private_kernel_reset_private_inputs_builder.d.ts.map +1 -0
  247. package/dest/private_kernel/hints/{build_private_kernel_reset_private_inputs.js → private_kernel_reset_private_inputs_builder.js} +147 -76
  248. package/dest/private_kernel/hints/test_utils.d.ts +122 -0
  249. package/dest/private_kernel/hints/test_utils.d.ts.map +1 -0
  250. package/dest/private_kernel/hints/test_utils.js +202 -0
  251. package/dest/private_kernel/private_kernel_execution_prover.d.ts +7 -2
  252. package/dest/private_kernel/private_kernel_execution_prover.d.ts.map +1 -1
  253. package/dest/private_kernel/private_kernel_execution_prover.js +214 -93
  254. package/dest/private_kernel/private_kernel_oracle.d.ts +32 -29
  255. package/dest/private_kernel/private_kernel_oracle.d.ts.map +1 -1
  256. package/dest/private_kernel/private_kernel_oracle.js +108 -2
  257. package/dest/pxe.d.ts +260 -134
  258. package/dest/pxe.d.ts.map +1 -1
  259. package/dest/pxe.js +496 -342
  260. package/dest/storage/address_store/address_store.d.ts +11 -0
  261. package/dest/storage/address_store/address_store.d.ts.map +1 -0
  262. package/dest/storage/{address_data_provider/address_data_provider.js → address_store/address_store.js} +13 -12
  263. package/dest/storage/address_store/index.d.ts +2 -0
  264. package/dest/storage/address_store/index.d.ts.map +1 -0
  265. package/dest/storage/address_store/index.js +1 -0
  266. package/dest/storage/allowed_scopes.d.ts +6 -0
  267. package/dest/storage/allowed_scopes.d.ts.map +1 -0
  268. package/dest/storage/allowed_scopes.js +7 -0
  269. package/dest/storage/anchor_block_store/anchor_block_store.d.ts +20 -0
  270. package/dest/storage/anchor_block_store/anchor_block_store.d.ts.map +1 -0
  271. package/dest/storage/anchor_block_store/anchor_block_store.js +28 -0
  272. package/dest/storage/{sync_data_provider → anchor_block_store}/index.d.ts +2 -2
  273. package/dest/storage/anchor_block_store/index.d.ts.map +1 -0
  274. package/dest/storage/anchor_block_store/index.js +1 -0
  275. package/dest/storage/backwards_compatibility_tests/kv_store_snapshot.d.ts +42 -0
  276. package/dest/storage/backwards_compatibility_tests/kv_store_snapshot.d.ts.map +1 -0
  277. package/dest/storage/backwards_compatibility_tests/kv_store_snapshot.js +93 -0
  278. package/dest/storage/backwards_compatibility_tests/schema_tests.d.ts +15 -0
  279. package/dest/storage/backwards_compatibility_tests/schema_tests.d.ts.map +1 -0
  280. package/dest/storage/backwards_compatibility_tests/schema_tests.js +671 -0
  281. package/dest/storage/backwards_compatibility_tests/store_spy.d.ts +19 -0
  282. package/dest/storage/backwards_compatibility_tests/store_spy.d.ts.map +1 -0
  283. package/dest/storage/backwards_compatibility_tests/store_spy.js +63 -0
  284. package/dest/storage/capsule_store/capsule_service.d.ts +21 -0
  285. package/dest/storage/capsule_store/capsule_service.d.ts.map +1 -0
  286. package/dest/storage/capsule_store/capsule_service.js +47 -0
  287. package/dest/storage/capsule_store/capsule_store.d.ts +72 -0
  288. package/dest/storage/capsule_store/capsule_store.d.ts.map +1 -0
  289. package/dest/storage/capsule_store/capsule_store.js +261 -0
  290. package/dest/storage/capsule_store/index.d.ts +3 -0
  291. package/dest/storage/capsule_store/index.d.ts.map +1 -0
  292. package/dest/storage/capsule_store/index.js +2 -0
  293. package/dest/storage/contract_store/contract_store.d.ts +96 -0
  294. package/dest/storage/contract_store/contract_store.d.ts.map +1 -0
  295. package/dest/storage/contract_store/contract_store.js +281 -0
  296. package/dest/storage/contract_store/index.d.ts +2 -0
  297. package/dest/storage/contract_store/index.d.ts.map +1 -0
  298. package/dest/storage/contract_store/index.js +1 -0
  299. package/dest/storage/{contract_data_provider → contract_store}/private_functions_tree.d.ts +1 -1
  300. package/dest/storage/contract_store/private_functions_tree.d.ts.map +1 -0
  301. package/dest/storage/{contract_data_provider → contract_store}/private_functions_tree.js +1 -1
  302. package/dest/storage/fact_store/fact_service.d.ts +22 -0
  303. package/dest/storage/fact_store/fact_service.d.ts.map +1 -0
  304. package/dest/storage/fact_store/fact_service.js +45 -0
  305. package/dest/storage/fact_store/fact_store.d.ts +95 -0
  306. package/dest/storage/fact_store/fact_store.d.ts.map +1 -0
  307. package/dest/storage/fact_store/fact_store.js +408 -0
  308. package/dest/storage/fact_store/fact_store_keys.d.ts +34 -0
  309. package/dest/storage/fact_store/fact_store_keys.d.ts.map +1 -0
  310. package/dest/storage/fact_store/fact_store_keys.js +50 -0
  311. package/dest/storage/fact_store/index.d.ts +6 -0
  312. package/dest/storage/fact_store/index.d.ts.map +1 -0
  313. package/dest/storage/fact_store/index.js +4 -0
  314. package/dest/storage/fact_store/origin_state.d.ts +59 -0
  315. package/dest/storage/fact_store/origin_state.d.ts.map +1 -0
  316. package/dest/storage/fact_store/origin_state.js +60 -0
  317. package/dest/storage/fact_store/stored_fact.d.ts +32 -0
  318. package/dest/storage/fact_store/stored_fact.d.ts.map +1 -0
  319. package/dest/storage/fact_store/stored_fact.js +64 -0
  320. package/dest/storage/index.d.ts +9 -8
  321. package/dest/storage/index.d.ts.map +1 -1
  322. package/dest/storage/index.js +8 -7
  323. package/dest/storage/metadata.d.ts +2 -2
  324. package/dest/storage/metadata.d.ts.map +1 -1
  325. package/dest/storage/metadata.js +1 -1
  326. package/dest/storage/note_store/index.d.ts +3 -0
  327. package/dest/storage/note_store/index.d.ts.map +1 -0
  328. package/dest/storage/note_store/index.js +2 -0
  329. package/dest/storage/note_store/note_store.d.ts +92 -0
  330. package/dest/storage/note_store/note_store.d.ts.map +1 -0
  331. package/dest/storage/note_store/note_store.js +372 -0
  332. package/dest/storage/note_store/stored_note.d.ts +11 -0
  333. package/dest/storage/note_store/stored_note.d.ts.map +1 -0
  334. package/dest/storage/note_store/stored_note.js +27 -0
  335. package/dest/storage/open_pxe_stores.d.ts +35 -0
  336. package/dest/storage/open_pxe_stores.d.ts.map +1 -0
  337. package/dest/storage/open_pxe_stores.js +29 -0
  338. package/dest/storage/private_event_store/private_event_store.d.ts +88 -0
  339. package/dest/storage/private_event_store/private_event_store.d.ts.map +1 -0
  340. package/dest/storage/private_event_store/private_event_store.js +273 -0
  341. package/dest/storage/private_event_store/stored_private_event.d.ts +23 -0
  342. package/dest/storage/private_event_store/stored_private_event.d.ts.map +1 -0
  343. package/dest/storage/private_event_store/stored_private_event.js +56 -0
  344. package/dest/storage/store_identity.d.ts +35 -0
  345. package/dest/storage/store_identity.d.ts.map +1 -0
  346. package/dest/storage/store_identity.js +44 -0
  347. package/dest/storage/tagging_store/index.d.ts +4 -0
  348. package/dest/storage/tagging_store/index.d.ts.map +1 -0
  349. package/dest/storage/tagging_store/index.js +3 -0
  350. package/dest/storage/tagging_store/recipient_tagging_store.d.ts +28 -0
  351. package/dest/storage/tagging_store/recipient_tagging_store.d.ts.map +1 -0
  352. package/dest/storage/tagging_store/recipient_tagging_store.js +111 -0
  353. package/dest/storage/tagging_store/sender_tagging_store.d.ts +94 -0
  354. package/dest/storage/tagging_store/sender_tagging_store.d.ts.map +1 -0
  355. package/dest/storage/tagging_store/sender_tagging_store.js +411 -0
  356. package/dest/storage/tagging_store/tagging_secret_sources_store.d.ts +51 -0
  357. package/dest/storage/tagging_store/tagging_secret_sources_store.d.ts.map +1 -0
  358. package/dest/storage/tagging_store/tagging_secret_sources_store.js +105 -0
  359. package/dest/tagging/constants.d.ts +3 -2
  360. package/dest/tagging/constants.d.ts.map +1 -1
  361. package/dest/tagging/constants.js +28 -2
  362. package/dest/tagging/get_all_logs_by_tags.d.ts +48 -0
  363. package/dest/tagging/get_all_logs_by_tags.d.ts.map +1 -0
  364. package/dest/tagging/get_all_logs_by_tags.js +59 -0
  365. package/dest/tagging/index.d.ts +18 -7
  366. package/dest/tagging/index.d.ts.map +1 -1
  367. package/dest/tagging/index.js +16 -5
  368. package/dest/tagging/persist_sender_tagging_index_ranges.d.ts +29 -0
  369. package/dest/tagging/persist_sender_tagging_index_ranges.d.ts.map +1 -0
  370. package/dest/tagging/persist_sender_tagging_index_ranges.js +42 -0
  371. package/dest/tagging/recipient_sync/sync_tagged_private_logs.d.ts +74 -0
  372. package/dest/tagging/recipient_sync/sync_tagged_private_logs.d.ts.map +1 -0
  373. package/dest/tagging/recipient_sync/sync_tagged_private_logs.js +238 -0
  374. package/dest/tagging/recipient_sync/utils/find_highest_indexes.d.ts +12 -0
  375. package/dest/tagging/recipient_sync/utils/find_highest_indexes.d.ts.map +1 -0
  376. package/dest/tagging/recipient_sync/utils/find_highest_indexes.js +20 -0
  377. package/dest/tagging/reconcile_tagging_index_ranges.d.ts +36 -0
  378. package/dest/tagging/reconcile_tagging_index_ranges.d.ts.map +1 -0
  379. package/dest/tagging/reconcile_tagging_index_ranges.js +74 -0
  380. package/dest/tagging/sender_sync/sync_sender_tagging_indexes.d.ts +16 -0
  381. package/dest/tagging/sender_sync/sync_sender_tagging_indexes.d.ts.map +1 -0
  382. package/dest/tagging/sender_sync/sync_sender_tagging_indexes.js +92 -0
  383. package/dest/tagging/sender_sync/utils/get_status_change_of_pending.d.ts +17 -0
  384. package/dest/tagging/sender_sync/utils/get_status_change_of_pending.d.ts.map +1 -0
  385. package/dest/tagging/sender_sync/utils/get_status_change_of_pending.js +60 -0
  386. package/dest/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.d.ts +19 -0
  387. package/dest/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.d.ts.map +1 -0
  388. package/dest/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.js +76 -0
  389. package/dest/tagging/testing/tag_query_test_utils.d.ts +6 -0
  390. package/dest/tagging/testing/tag_query_test_utils.d.ts.map +1 -0
  391. package/dest/tagging/testing/tag_query_test_utils.js +10 -0
  392. package/package.json +31 -19
  393. package/src/bin/check_oracle_version.ts +56 -34
  394. package/src/bin/index.ts +1 -0
  395. package/src/bin/oracle_version_helpers.ts +54 -0
  396. package/src/block_synchronizer/block_stream_source.ts +42 -0
  397. package/src/block_synchronizer/block_synchronizer.ts +241 -0
  398. package/src/block_synchronizer/index.ts +1 -0
  399. package/src/config/index.ts +25 -4
  400. package/src/config/package_info.ts +1 -1
  401. package/src/contract/contract_class_service.ts +83 -0
  402. package/src/contract/contract_sync_service.ts +176 -0
  403. package/src/contract/helpers.ts +35 -0
  404. package/src/contract/skip_sync_contracts.ts +23 -0
  405. package/src/contract_function_simulator/anchored_contract_data.ts +74 -0
  406. package/src/contract_function_simulator/aztec_node_read_cache.ts +89 -0
  407. package/src/contract_function_simulator/benchmarked_node.ts +103 -0
  408. package/src/contract_function_simulator/contract_function_simulator.ts +513 -124
  409. package/src/contract_function_simulator/ephemeral_array_service.ts +110 -0
  410. package/src/contract_function_simulator/execution_note_cache.ts +39 -38
  411. package/src/contract_function_simulator/execution_tagging_index_cache.ts +19 -18
  412. package/src/contract_function_simulator/hashed_values_cache.ts +1 -1
  413. package/src/contract_function_simulator/index.ts +90 -5
  414. package/src/contract_function_simulator/noir-structs/bounded_vec.ts +43 -0
  415. package/src/contract_function_simulator/noir-structs/contract_class_log_data.ts +9 -0
  416. package/src/contract_function_simulator/noir-structs/embedded_curve_point.ts +4 -0
  417. package/src/contract_function_simulator/noir-structs/ephemeral_array.ts +66 -0
  418. package/src/contract_function_simulator/noir-structs/event_validation_request.ts +16 -11
  419. package/src/contract_function_simulator/noir-structs/fact.ts +13 -0
  420. package/src/contract_function_simulator/noir-structs/fact_collection.ts +64 -0
  421. package/src/contract_function_simulator/noir-structs/log_retrieval_request.ts +28 -20
  422. package/src/contract_function_simulator/noir-structs/log_retrieval_response.ts +14 -64
  423. package/src/contract_function_simulator/noir-structs/note_data.ts +27 -0
  424. package/src/contract_function_simulator/noir-structs/note_validation_request.ts +8 -13
  425. package/src/contract_function_simulator/noir-structs/option.ts +75 -0
  426. package/src/contract_function_simulator/noir-structs/origin_block.ts +8 -0
  427. package/src/contract_function_simulator/noir-structs/pending_tagged_log.ts +12 -0
  428. package/src/contract_function_simulator/noir-structs/provided_secret.ts +5 -0
  429. package/src/contract_function_simulator/noir-structs/resolved_tagging_strategy.ts +66 -0
  430. package/src/contract_function_simulator/noir-structs/resolved_tx.ts +19 -0
  431. package/src/contract_function_simulator/noir-structs/tx_effect_data.ts +16 -0
  432. package/src/contract_function_simulator/noir-structs/utility_context.ts +6 -37
  433. package/src/contract_function_simulator/oracle/acir_callback.ts +154 -0
  434. package/src/contract_function_simulator/oracle/index.ts +1 -15
  435. package/src/contract_function_simulator/oracle/interfaces.ts +11 -166
  436. package/src/contract_function_simulator/oracle/legacy_oracle_registry.ts +147 -0
  437. package/src/contract_function_simulator/oracle/message_load_oracle_inputs.ts +6 -21
  438. package/src/contract_function_simulator/oracle/note_packing_utils.ts +28 -14
  439. package/src/contract_function_simulator/oracle/oracle_registry.ts +710 -0
  440. package/src/contract_function_simulator/oracle/oracle_type_mappings.ts +1052 -0
  441. package/src/contract_function_simulator/oracle/private_execution.ts +8 -76
  442. package/src/contract_function_simulator/oracle/private_execution_oracle.ts +355 -189
  443. package/src/contract_function_simulator/oracle/utility_execution_oracle.ts +1027 -166
  444. package/src/contract_function_simulator/pick_notes.ts +23 -4
  445. package/src/contract_function_simulator/transient_array_service.ts +91 -0
  446. package/src/contract_logging.ts +52 -0
  447. package/src/debug/pxe_debug_utils.ts +85 -0
  448. package/src/entrypoints/client/bundle/index.ts +3 -1
  449. package/src/entrypoints/client/bundle/utils.ts +52 -21
  450. package/src/entrypoints/client/lazy/index.ts +3 -1
  451. package/src/entrypoints/client/lazy/utils.ts +54 -23
  452. package/src/entrypoints/client/store.ts +54 -0
  453. package/src/entrypoints/pxe_creation_options.ts +27 -3
  454. package/src/entrypoints/server/index.ts +10 -2
  455. package/src/entrypoints/server/store.ts +47 -0
  456. package/src/entrypoints/server/utils.ts +68 -45
  457. package/src/error_enriching.ts +20 -12
  458. package/src/events/event_service.ts +119 -0
  459. package/src/events/index.ts +1 -0
  460. package/src/events/private_event_filter_validator.ts +66 -0
  461. package/src/hooks/authorize_utility_call.ts +44 -0
  462. package/src/hooks/execution_hooks.ts +68 -0
  463. package/src/hooks/index.ts +13 -0
  464. package/src/hooks/resolve_custom_request.ts +24 -0
  465. package/src/hooks/resolve_tagging_secret_strategy.ts +60 -0
  466. package/src/job_coordinator/job_coordinator.ts +150 -0
  467. package/src/logs/log_service.ts +300 -0
  468. package/src/messages/tx_resolver_service.ts +69 -0
  469. package/src/notes/index.ts +1 -0
  470. package/src/notes/note_service.ts +230 -0
  471. package/src/notes_filter.ts +24 -0
  472. package/src/oracle_version.ts +20 -9
  473. package/src/private_kernel/batch_planner.ts +168 -0
  474. package/src/private_kernel/hints/{compute_tx_include_by_timestamp.ts → compute_tx_expiration_timestamp.ts} +13 -13
  475. package/src/private_kernel/hints/index.ts +2 -2
  476. package/src/private_kernel/hints/{build_private_kernel_reset_private_inputs.ts → private_kernel_reset_private_inputs_builder.ts} +209 -141
  477. package/src/private_kernel/hints/test_utils.ts +318 -0
  478. package/src/private_kernel/private_kernel_execution_prover.ts +352 -130
  479. package/src/private_kernel/private_kernel_oracle.ts +149 -39
  480. package/src/pxe.ts +846 -457
  481. package/src/storage/{address_data_provider/address_data_provider.ts → address_store/address_store.ts} +16 -16
  482. package/src/storage/address_store/index.ts +1 -0
  483. package/src/storage/allowed_scopes.ts +14 -0
  484. package/src/storage/anchor_block_store/anchor_block_store.ts +35 -0
  485. package/src/storage/anchor_block_store/index.ts +1 -0
  486. package/src/storage/backwards_compatibility_tests/__snapshots__/AddressStore.json +22 -0
  487. package/src/storage/backwards_compatibility_tests/__snapshots__/AnchorBlockStore.json +3 -0
  488. package/src/storage/backwards_compatibility_tests/__snapshots__/CapsuleStore.json +16 -0
  489. package/src/storage/backwards_compatibility_tests/__snapshots__/ContractStore.json +28 -0
  490. package/src/storage/backwards_compatibility_tests/__snapshots__/FactStore.json +40 -0
  491. package/src/storage/backwards_compatibility_tests/__snapshots__/KeyStore.json +52 -0
  492. package/src/storage/backwards_compatibility_tests/__snapshots__/L2TipsKVStore.json +40 -0
  493. package/src/storage/backwards_compatibility_tests/__snapshots__/NoteStore.json +56 -0
  494. package/src/storage/backwards_compatibility_tests/__snapshots__/PrivateEventStore.json +44 -0
  495. package/src/storage/backwards_compatibility_tests/__snapshots__/RecipientTaggingStore.json +26 -0
  496. package/src/storage/backwards_compatibility_tests/__snapshots__/SenderTaggingStore.json +30 -0
  497. package/src/storage/backwards_compatibility_tests/__snapshots__/TaggingSecretSourcesStore.json +30 -0
  498. package/src/storage/backwards_compatibility_tests/__snapshots__/opened_stores.json +117 -0
  499. package/src/storage/backwards_compatibility_tests/kv_store_snapshot.ts +122 -0
  500. package/src/storage/backwards_compatibility_tests/schema_tests.ts +803 -0
  501. package/src/storage/backwards_compatibility_tests/store_spy.ts +73 -0
  502. package/src/storage/capsule_store/capsule_service.ts +85 -0
  503. package/src/storage/capsule_store/capsule_store.ts +333 -0
  504. package/src/storage/capsule_store/index.ts +2 -0
  505. package/src/storage/contract_store/contract_store.ts +401 -0
  506. package/src/storage/contract_store/index.ts +1 -0
  507. package/src/storage/{contract_data_provider → contract_store}/private_functions_tree.ts +1 -1
  508. package/src/storage/fact_store/fact_service.ts +69 -0
  509. package/src/storage/fact_store/fact_store.ts +487 -0
  510. package/src/storage/fact_store/fact_store_keys.ts +75 -0
  511. package/src/storage/fact_store/index.ts +15 -0
  512. package/src/storage/fact_store/origin_state.ts +84 -0
  513. package/src/storage/fact_store/stored_fact.ts +80 -0
  514. package/src/storage/index.ts +8 -7
  515. package/src/storage/metadata.ts +1 -1
  516. package/src/storage/note_store/index.ts +2 -0
  517. package/src/storage/note_store/note_store.ts +454 -0
  518. package/src/storage/note_store/stored_note.ts +26 -0
  519. package/src/storage/open_pxe_stores.ts +52 -0
  520. package/src/storage/private_event_store/private_event_store.ts +382 -0
  521. package/src/storage/private_event_store/stored_private_event.ts +73 -0
  522. package/src/storage/store_identity.ts +72 -0
  523. package/src/storage/tagging_store/index.ts +3 -0
  524. package/src/storage/tagging_store/recipient_tagging_store.ts +139 -0
  525. package/src/storage/tagging_store/sender_tagging_store.ts +523 -0
  526. package/src/storage/tagging_store/tagging_secret_sources_store.ts +138 -0
  527. package/src/tagging/constants.ts +30 -2
  528. package/src/tagging/get_all_logs_by_tags.ts +120 -0
  529. package/src/tagging/index.ts +20 -6
  530. package/src/tagging/persist_sender_tagging_index_ranges.ts +57 -0
  531. package/src/tagging/recipient_sync/sync_tagged_private_logs.ts +358 -0
  532. package/src/tagging/recipient_sync/utils/find_highest_indexes.ts +34 -0
  533. package/src/tagging/reconcile_tagging_index_ranges.ts +102 -0
  534. package/src/tagging/sender_sync/sync_sender_tagging_indexes.ts +134 -0
  535. package/src/tagging/sender_sync/utils/get_status_change_of_pending.ts +66 -0
  536. package/src/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.ts +88 -0
  537. package/src/tagging/testing/tag_query_test_utils.ts +11 -0
  538. package/dest/contract_function_simulator/execution_data_provider.d.ts +0 -267
  539. package/dest/contract_function_simulator/execution_data_provider.d.ts.map +0 -1
  540. package/dest/contract_function_simulator/execution_data_provider.js +0 -14
  541. package/dest/contract_function_simulator/oracle/oracle.d.ts +0 -58
  542. package/dest/contract_function_simulator/oracle/oracle.d.ts.map +0 -1
  543. package/dest/contract_function_simulator/oracle/oracle.js +0 -334
  544. package/dest/contract_function_simulator/proxied_contract_data_source.d.ts +0 -6
  545. package/dest/contract_function_simulator/proxied_contract_data_source.d.ts.map +0 -1
  546. package/dest/contract_function_simulator/proxied_contract_data_source.js +0 -62
  547. package/dest/contract_function_simulator/proxied_node.d.ts +0 -9
  548. package/dest/contract_function_simulator/proxied_node.d.ts.map +0 -1
  549. package/dest/contract_function_simulator/proxied_node.js +0 -27
  550. package/dest/contract_function_simulator/pxe_oracle_interface.d.ts +0 -123
  551. package/dest/contract_function_simulator/pxe_oracle_interface.d.ts.map +0 -1
  552. package/dest/contract_function_simulator/pxe_oracle_interface.js +0 -696
  553. package/dest/private_kernel/hints/build_private_kernel_reset_private_inputs.d.ts +0 -28
  554. package/dest/private_kernel/hints/build_private_kernel_reset_private_inputs.d.ts.map +0 -1
  555. package/dest/private_kernel/hints/compute_tx_include_by_timestamp.d.ts +0 -4
  556. package/dest/private_kernel/hints/compute_tx_include_by_timestamp.d.ts.map +0 -1
  557. package/dest/private_kernel/private_kernel_oracle_impl.d.ts +0 -45
  558. package/dest/private_kernel/private_kernel_oracle_impl.d.ts.map +0 -1
  559. package/dest/private_kernel/private_kernel_oracle_impl.js +0 -86
  560. package/dest/storage/address_data_provider/address_data_provider.d.ts +0 -11
  561. package/dest/storage/address_data_provider/address_data_provider.d.ts.map +0 -1
  562. package/dest/storage/address_data_provider/index.d.ts +0 -2
  563. package/dest/storage/address_data_provider/index.d.ts.map +0 -1
  564. package/dest/storage/address_data_provider/index.js +0 -1
  565. package/dest/storage/capsule_data_provider/capsule_data_provider.d.ts +0 -25
  566. package/dest/storage/capsule_data_provider/capsule_data_provider.d.ts.map +0 -1
  567. package/dest/storage/capsule_data_provider/capsule_data_provider.js +0 -118
  568. package/dest/storage/capsule_data_provider/index.d.ts +0 -2
  569. package/dest/storage/capsule_data_provider/index.d.ts.map +0 -1
  570. package/dest/storage/capsule_data_provider/index.js +0 -1
  571. package/dest/storage/contract_data_provider/contract_data_provider.d.ts +0 -64
  572. package/dest/storage/contract_data_provider/contract_data_provider.d.ts.map +0 -1
  573. package/dest/storage/contract_data_provider/contract_data_provider.js +0 -193
  574. package/dest/storage/contract_data_provider/index.d.ts +0 -2
  575. package/dest/storage/contract_data_provider/index.d.ts.map +0 -1
  576. package/dest/storage/contract_data_provider/index.js +0 -1
  577. package/dest/storage/contract_data_provider/private_functions_tree.d.ts.map +0 -1
  578. package/dest/storage/note_data_provider/index.d.ts +0 -3
  579. package/dest/storage/note_data_provider/index.d.ts.map +0 -1
  580. package/dest/storage/note_data_provider/index.js +0 -2
  581. package/dest/storage/note_data_provider/note_data_provider.d.ts +0 -83
  582. package/dest/storage/note_data_provider/note_data_provider.d.ts.map +0 -1
  583. package/dest/storage/note_data_provider/note_data_provider.js +0 -314
  584. package/dest/storage/private_event_data_provider/private_event_data_provider.d.ts +0 -37
  585. package/dest/storage/private_event_data_provider/private_event_data_provider.d.ts.map +0 -1
  586. package/dest/storage/private_event_data_provider/private_event_data_provider.js +0 -105
  587. package/dest/storage/sync_data_provider/index.d.ts.map +0 -1
  588. package/dest/storage/sync_data_provider/index.js +0 -1
  589. package/dest/storage/sync_data_provider/sync_data_provider.d.ts +0 -11
  590. package/dest/storage/sync_data_provider/sync_data_provider.d.ts.map +0 -1
  591. package/dest/storage/sync_data_provider/sync_data_provider.js +0 -26
  592. package/dest/storage/tagging_data_provider/index.d.ts +0 -2
  593. package/dest/storage/tagging_data_provider/index.d.ts.map +0 -1
  594. package/dest/storage/tagging_data_provider/index.js +0 -1
  595. package/dest/storage/tagging_data_provider/tagging_data_provider.d.ts +0 -40
  596. package/dest/storage/tagging_data_provider/tagging_data_provider.d.ts.map +0 -1
  597. package/dest/storage/tagging_data_provider/tagging_data_provider.js +0 -89
  598. package/dest/synchronizer/index.d.ts +0 -2
  599. package/dest/synchronizer/index.d.ts.map +0 -1
  600. package/dest/synchronizer/index.js +0 -1
  601. package/dest/synchronizer/synchronizer.d.ts +0 -36
  602. package/dest/synchronizer/synchronizer.d.ts.map +0 -1
  603. package/dest/synchronizer/synchronizer.js +0 -102
  604. package/dest/tagging/siloed_tag.d.ts +0 -14
  605. package/dest/tagging/siloed_tag.d.ts.map +0 -1
  606. package/dest/tagging/siloed_tag.js +0 -20
  607. package/dest/tagging/tag.d.ts +0 -12
  608. package/dest/tagging/tag.d.ts.map +0 -1
  609. package/dest/tagging/tag.js +0 -17
  610. package/dest/tagging/utils.d.ts +0 -18
  611. package/dest/tagging/utils.d.ts.map +0 -1
  612. package/dest/tagging/utils.js +0 -24
  613. package/src/contract_function_simulator/execution_data_provider.ts +0 -342
  614. package/src/contract_function_simulator/oracle/oracle.ts +0 -591
  615. package/src/contract_function_simulator/proxied_contract_data_source.ts +0 -66
  616. package/src/contract_function_simulator/proxied_node.ts +0 -33
  617. package/src/contract_function_simulator/pxe_oracle_interface.ts +0 -1023
  618. package/src/private_kernel/private_kernel_oracle_impl.ts +0 -132
  619. package/src/storage/address_data_provider/index.ts +0 -1
  620. package/src/storage/capsule_data_provider/capsule_data_provider.ts +0 -147
  621. package/src/storage/capsule_data_provider/index.ts +0 -1
  622. package/src/storage/contract_data_provider/contract_data_provider.ts +0 -277
  623. package/src/storage/contract_data_provider/index.ts +0 -1
  624. package/src/storage/note_data_provider/index.ts +0 -2
  625. package/src/storage/note_data_provider/note_data_provider.ts +0 -403
  626. package/src/storage/private_event_data_provider/private_event_data_provider.ts +0 -143
  627. package/src/storage/sync_data_provider/index.ts +0 -1
  628. package/src/storage/sync_data_provider/sync_data_provider.ts +0 -35
  629. package/src/storage/tagging_data_provider/index.ts +0 -1
  630. package/src/storage/tagging_data_provider/tagging_data_provider.ts +0 -120
  631. package/src/synchronizer/index.ts +0 -1
  632. package/src/synchronizer/synchronizer.ts +0 -121
  633. package/src/tagging/siloed_tag.ts +0 -22
  634. package/src/tagging/tag.ts +0 -16
  635. package/src/tagging/utils.ts +0 -31
package/dest/pxe.js CHANGED
@@ -1,69 +1,97 @@
1
- import { Fr } from '@aztec/foundation/fields';
1
+ import { BlockNumber } from '@aztec/foundation/branded-types';
2
+ import { Point } from '@aztec/foundation/curves/grumpkin';
2
3
  import { createLogger } from '@aztec/foundation/log';
3
4
  import { SerialQueue } from '@aztec/foundation/queue';
4
5
  import { Timer } from '@aztec/foundation/timer';
5
- import { KeyStore } from '@aztec/key-store';
6
- import { L2TipsKVStore } from '@aztec/kv-store/stores';
7
6
  import { protocolContractNames } from '@aztec/protocol-contracts';
8
- import { FunctionSelector, FunctionType, decodeFunctionSignature, encodeArguments } from '@aztec/stdlib/abi';
9
- import { computeContractAddressFromInstance, getContractClassFromArtifact } from '@aztec/stdlib/contract';
7
+ import { FunctionType, decodeFunctionSignature } from '@aztec/stdlib/abi';
8
+ import { GENESIS_BLOCK_HEADER_HASH } from '@aztec/stdlib/block';
9
+ import { computeContractAddressFromInstance } from '@aztec/stdlib/contract';
10
10
  import { SimulationError } from '@aztec/stdlib/errors';
11
- import { computeProtocolNullifier, siloNullifier } from '@aztec/stdlib/hash';
11
+ import { computeAddressSecret } from '@aztec/stdlib/keys';
12
+ import { deriveEcdhSharedSecretPoint, protectFromForgery } from '@aztec/stdlib/logs';
12
13
  import { PrivateSimulationResult, TxProfileResult, TxProvingResult, TxSimulationResult } from '@aztec/stdlib/tx';
13
14
  import { inspect } from 'util';
15
+ import { BlockSynchronizer } from './block_synchronizer/index.js';
16
+ import { ContractClassService } from './contract/contract_class_service.js';
17
+ import { ContractSyncService } from './contract/contract_sync_service.js';
18
+ import { BenchmarkedNodeFactory } from './contract_function_simulator/benchmarked_node.js';
14
19
  import { ContractFunctionSimulator, generateSimulatedProvingResult } from './contract_function_simulator/contract_function_simulator.js';
15
- import { readCurrentClassId } from './contract_function_simulator/oracle/private_execution.js';
16
- import { ProxiedContractDataProviderFactory } from './contract_function_simulator/proxied_contract_data_source.js';
17
- import { ProxiedNodeFactory } from './contract_function_simulator/proxied_node.js';
18
- import { PXEOracleInterface } from './contract_function_simulator/pxe_oracle_interface.js';
20
+ import { displayDebugLogs } from './contract_logging.js';
21
+ import { PXEDebugUtils } from './debug/pxe_debug_utils.js';
19
22
  import { enrichPublicSimulationError, enrichSimulationError } from './error_enriching.js';
23
+ import { PrivateEventFilterValidator } from './events/private_event_filter_validator.js';
24
+ import { JobCoordinator } from './job_coordinator/job_coordinator.js';
25
+ import { TxResolverService } from './messages/tx_resolver_service.js';
20
26
  import { PrivateKernelExecutionProver } from './private_kernel/private_kernel_execution_prover.js';
21
- import { PrivateKernelOracleImpl } from './private_kernel/private_kernel_oracle_impl.js';
22
- import { AddressDataProvider } from './storage/address_data_provider/address_data_provider.js';
23
- import { CapsuleDataProvider } from './storage/capsule_data_provider/capsule_data_provider.js';
24
- import { ContractDataProvider } from './storage/contract_data_provider/contract_data_provider.js';
25
- import { NoteDataProvider } from './storage/note_data_provider/note_data_provider.js';
26
- import { PrivateEventDataProvider } from './storage/private_event_data_provider/private_event_data_provider.js';
27
- import { SyncDataProvider } from './storage/sync_data_provider/sync_data_provider.js';
28
- import { TaggingDataProvider } from './storage/tagging_data_provider/tagging_data_provider.js';
29
- import { Synchronizer } from './synchronizer/index.js';
27
+ import { PrivateKernelOracle } from './private_kernel/private_kernel_oracle.js';
28
+ import { openPxeStores } from './storage/open_pxe_stores.js';
29
+ import { persistSenderTaggingIndexRangesForTx } from './tagging/index.js';
30
30
  /**
31
31
  * Private eXecution Environment (PXE) is a library used by wallets to simulate private phase of transactions and to
32
32
  * manage private state of users.
33
33
  */ export class PXE {
34
34
  node;
35
- synchronizer;
35
+ nodeDebug;
36
+ db;
37
+ blockStateSynchronizer;
36
38
  keyStore;
37
- contractDataProvider;
38
- noteDataProvider;
39
- capsuleDataProvider;
40
- syncDataProvider;
41
- taggingDataProvider;
42
- addressDataProvider;
43
- privateEventDataProvider;
39
+ contractStore;
40
+ noteStore;
41
+ capsuleStore;
42
+ factStore;
43
+ anchorBlockStore;
44
+ senderTaggingStore;
45
+ taggingSecretSourcesStore;
46
+ recipientTaggingStore;
47
+ addressStore;
48
+ privateEventStore;
49
+ contractSyncService;
50
+ contractClassService;
51
+ txResolver;
52
+ l2TipsStore;
44
53
  simulator;
45
54
  proverEnabled;
55
+ autoSync;
46
56
  proofCreator;
47
57
  protocolContractsProvider;
58
+ preloadedContractsProvider;
48
59
  log;
49
60
  jobQueue;
50
- constructor(node, synchronizer, keyStore, contractDataProvider, noteDataProvider, capsuleDataProvider, syncDataProvider, taggingDataProvider, addressDataProvider, privateEventDataProvider, simulator, proverEnabled, proofCreator, protocolContractsProvider, log, jobQueue){
61
+ jobCoordinator;
62
+ debug;
63
+ hooks;
64
+ constructor(node, nodeDebug, db, blockStateSynchronizer, keyStore, contractStore, noteStore, capsuleStore, factStore, anchorBlockStore, senderTaggingStore, taggingSecretSourcesStore, recipientTaggingStore, addressStore, privateEventStore, contractSyncService, contractClassService, txResolver, l2TipsStore, simulator, proverEnabled, autoSync, proofCreator, protocolContractsProvider, preloadedContractsProvider, log, jobQueue, jobCoordinator, debug, hooks){
51
65
  this.node = node;
52
- this.synchronizer = synchronizer;
66
+ this.nodeDebug = nodeDebug;
67
+ this.db = db;
68
+ this.blockStateSynchronizer = blockStateSynchronizer;
53
69
  this.keyStore = keyStore;
54
- this.contractDataProvider = contractDataProvider;
55
- this.noteDataProvider = noteDataProvider;
56
- this.capsuleDataProvider = capsuleDataProvider;
57
- this.syncDataProvider = syncDataProvider;
58
- this.taggingDataProvider = taggingDataProvider;
59
- this.addressDataProvider = addressDataProvider;
60
- this.privateEventDataProvider = privateEventDataProvider;
70
+ this.contractStore = contractStore;
71
+ this.noteStore = noteStore;
72
+ this.capsuleStore = capsuleStore;
73
+ this.factStore = factStore;
74
+ this.anchorBlockStore = anchorBlockStore;
75
+ this.senderTaggingStore = senderTaggingStore;
76
+ this.taggingSecretSourcesStore = taggingSecretSourcesStore;
77
+ this.recipientTaggingStore = recipientTaggingStore;
78
+ this.addressStore = addressStore;
79
+ this.privateEventStore = privateEventStore;
80
+ this.contractSyncService = contractSyncService;
81
+ this.contractClassService = contractClassService;
82
+ this.txResolver = txResolver;
83
+ this.l2TipsStore = l2TipsStore;
61
84
  this.simulator = simulator;
62
85
  this.proverEnabled = proverEnabled;
86
+ this.autoSync = autoSync;
63
87
  this.proofCreator = proofCreator;
64
88
  this.protocolContractsProvider = protocolContractsProvider;
89
+ this.preloadedContractsProvider = preloadedContractsProvider;
65
90
  this.log = log;
66
91
  this.jobQueue = jobQueue;
92
+ this.jobCoordinator = jobCoordinator;
93
+ this.debug = debug;
94
+ this.hooks = hooks;
67
95
  }
68
96
  /**
69
97
  * Creates an instance of a PXE by instantiating all the necessary data providers and services.
@@ -71,31 +99,84 @@ import { Synchronizer } from './synchronizer/index.js';
71
99
  * can be contacted.
72
100
  *
73
101
  * @returns A promise that resolves PXE is ready to be used.
74
- */ static async create(node, store, proofCreator, simulator, protocolContractsProvider, config, loggerOrSuffix) {
102
+ */ static async create({ node, nodeDebug, store, proofCreator, simulator, protocolContractsProvider, preloadedContractsProvider, config, loggerOrSuffix, hooks }) {
103
+ // Extract bindings from the logger, or use empty bindings if a string suffix is provided.
104
+ const bindings = loggerOrSuffix && typeof loggerOrSuffix !== 'string' ? loggerOrSuffix.getBindings() : undefined;
75
105
  const log = !loggerOrSuffix || typeof loggerOrSuffix === 'string' ? createLogger(loggerOrSuffix ? `pxe:service:${loggerOrSuffix}` : `pxe:service`) : loggerOrSuffix;
76
- const proverEnabled = !!config.proverEnabled;
77
- const addressDataProvider = new AddressDataProvider(store);
78
- const privateEventDataProvider = new PrivateEventDataProvider(store);
79
- const contractDataProvider = new ContractDataProvider(store);
80
- const noteDataProvider = await NoteDataProvider.create(store);
81
- const syncDataProvider = new SyncDataProvider(store);
82
- const taggingDataProvider = new TaggingDataProvider(store);
83
- const capsuleDataProvider = new CapsuleDataProvider(store);
84
- const keyStore = new KeyStore(store);
85
- const tipsStore = new L2TipsKVStore(store, 'pxe');
86
- const synchronizer = new Synchronizer(node, syncDataProvider, noteDataProvider, taggingDataProvider, tipsStore, config, loggerOrSuffix);
106
+ const info = await node.getNodeInfo();
107
+ // Source the genesis block hash from the node so PXE's L2BlockStream agrees with the node's
108
+ // archiver on the dynamic initial header hash. Without this the tip store would fall back to
109
+ // the static `GENESIS_BLOCK_HEADER_HASH` constant, which only matches deployments with the
110
+ // default empty genesis (timestamp 0, no prefilled public data) and diverges otherwise — the
111
+ // sync at block 0 would then get stuck in `areBlockHashesEqualAt` and abort. If the node does
112
+ // not return a genesis block (older node or test fixture) we fall back to the static constant.
113
+ const initialBlockHash = (await node.getBlock(BlockNumber.ZERO))?.hash ?? GENESIS_BLOCK_HEADER_HASH;
114
+ const proverEnabled = config.proverEnabled !== undefined ? config.proverEnabled : info.realProofs;
115
+ const { addressStore, privateEventStore, contractStore, noteStore, anchorBlockStore, senderTaggingStore, taggingSecretSourcesStore, recipientTaggingStore, capsuleStore, keyStore, l2TipsStore, factStore } = openPxeStores(store, initialBlockHash);
116
+ const contractClassService = new ContractClassService(node, contractStore);
117
+ const contractSyncService = new ContractSyncService(node, contractStore, contractClassService, noteStore, createLogger('pxe:contract_sync', bindings));
118
+ const txResolver = new TxResolverService(node);
119
+ const synchronizer = new BlockSynchronizer(node, store, anchorBlockStore, noteStore, privateEventStore, factStore, l2TipsStore, contractSyncService, contractClassService, config, bindings);
120
+ const jobCoordinator = new JobCoordinator(store, bindings);
121
+ jobCoordinator.registerStores([
122
+ capsuleStore,
123
+ senderTaggingStore,
124
+ recipientTaggingStore,
125
+ privateEventStore,
126
+ noteStore,
127
+ factStore,
128
+ contractSyncService
129
+ ]);
130
+ const debugUtils = new PXEDebugUtils(contractSyncService, noteStore, synchronizer, anchorBlockStore);
87
131
  const jobQueue = new SerialQueue();
88
- const pxe = new PXE(node, synchronizer, keyStore, contractDataProvider, noteDataProvider, capsuleDataProvider, syncDataProvider, taggingDataProvider, addressDataProvider, privateEventDataProvider, simulator, proverEnabled, proofCreator, protocolContractsProvider, log, jobQueue);
132
+ const pxe = new PXE(node, nodeDebug, store, synchronizer, keyStore, contractStore, noteStore, capsuleStore, factStore, anchorBlockStore, senderTaggingStore, taggingSecretSourcesStore, recipientTaggingStore, addressStore, privateEventStore, contractSyncService, contractClassService, txResolver, l2TipsStore, simulator, proverEnabled, config.autoSync, proofCreator, protocolContractsProvider, preloadedContractsProvider, log, jobQueue, jobCoordinator, debugUtils, hooks);
133
+ debugUtils.setPXEHelpers(pxe.#putInJobQueue.bind(pxe), pxe.#getSimulatorForTx.bind(pxe), pxe.#executeUtility.bind(pxe));
89
134
  pxe.jobQueue.start();
90
- await pxe.#registerProtocolContracts();
91
- const info = await node.getNodeInfo();
135
+ await Promise.all([
136
+ pxe.#registerProtocolContracts(),
137
+ pxe.#registerPreloadedContracts()
138
+ ]);
92
139
  log.info(`Started PXE connected to chain ${info.l1ChainId} version ${info.rollupVersion}`);
93
140
  return pxe;
94
141
  }
95
142
  // Internal methods
96
143
  #getSimulatorForTx(overrides) {
97
- const pxeOracleInterface = new PXEOracleInterface(ProxiedNodeFactory.create(this.node), this.keyStore, ProxiedContractDataProviderFactory.create(this.contractDataProvider, overrides?.contracts), this.noteDataProvider, this.capsuleDataProvider, this.syncDataProvider, this.taggingDataProvider, this.addressDataProvider, this.privateEventDataProvider, this.log);
98
- return new ContractFunctionSimulator(pxeOracleInterface, this.simulator);
144
+ return new ContractFunctionSimulator({
145
+ contractStore: this.contractStore,
146
+ contractClassService: this.contractClassService,
147
+ overrides: overrides?.contracts,
148
+ noteStore: this.noteStore,
149
+ keyStore: this.keyStore,
150
+ addressStore: this.addressStore,
151
+ aztecNode: BenchmarkedNodeFactory.create(this.node),
152
+ l2TipsStore: this.l2TipsStore,
153
+ senderTaggingStore: this.senderTaggingStore,
154
+ recipientTaggingStore: this.recipientTaggingStore,
155
+ taggingSecretSourcesStore: this.taggingSecretSourcesStore,
156
+ capsuleStore: this.capsuleStore,
157
+ factStore: this.factStore,
158
+ privateEventStore: this.privateEventStore,
159
+ simulator: this.simulator,
160
+ contractSyncService: this.contractSyncService,
161
+ txResolver: this.txResolver,
162
+ hooks: this.hooks
163
+ });
164
+ }
165
+ /** Best-effort debug function name for the class `address` runs at `anchorBlockHeader`. Used for log display only. */ async #getDebugFunctionName(address, selector, anchorBlockHeader) {
166
+ try {
167
+ const classId = await this.contractClassService.getCurrentClassId(address, anchorBlockHeader);
168
+ return classId ? await this.contractStore.getDebugFunctionName(classId, selector) : `${address}:${selector}`;
169
+ } catch {
170
+ return `${address}:${selector}`;
171
+ }
172
+ }
173
+ /** Best-effort debug contract name for the class `address` runs at `anchorBlockHeader`. Used for log display only. */ async #getDebugContractName(address, anchorBlockHeader) {
174
+ try {
175
+ const classId = await this.contractClassService.getCurrentClassId(address, anchorBlockHeader);
176
+ return classId ? await this.contractStore.getDebugContractName(classId) : undefined;
177
+ } catch {
178
+ return undefined;
179
+ }
99
180
  }
100
181
  #contextualizeError(err, ...context) {
101
182
  let contextStr = '';
@@ -120,79 +201,87 @@ import { Synchronizer } from './synchronizer/index.js';
120
201
  if (this.jobQueue.length() != 0) {
121
202
  this.log.warn(`PXE is already processing ${this.jobQueue.length()} jobs, concurrent execution is not supported. Will run once those are complete.`);
122
203
  }
123
- return this.jobQueue.put(fn);
204
+ return this.jobQueue.put(async ()=>{
205
+ const jobId = this.jobCoordinator.beginJob();
206
+ this.log.verbose(`Beginning job ${jobId}`);
207
+ try {
208
+ const result = await fn(jobId);
209
+ this.log.verbose(`Committing job ${jobId}`);
210
+ await this.jobCoordinator.commitJob(jobId);
211
+ return result;
212
+ } catch (err) {
213
+ this.log.verbose(`Aborting job ${jobId}`);
214
+ await this.jobCoordinator.abortJob(jobId);
215
+ throw err;
216
+ }
217
+ });
124
218
  }
125
219
  async #registerProtocolContracts() {
126
- const registered = {};
127
- for (const name of protocolContractNames){
128
- const { address, contractClass, instance, artifact } = await this.protocolContractsProvider.getProtocolContractArtifact(name);
129
- await this.contractDataProvider.addContractArtifact(contractClass.id, artifact);
130
- await this.contractDataProvider.addContractInstance(instance);
131
- registered[name] = address.toString();
132
- }
220
+ const registered = Object.fromEntries(await Promise.all(protocolContractNames.map(async (name)=>{
221
+ const { address, instance, artifact } = await this.protocolContractsProvider.getProtocolContractArtifact(name);
222
+ await this.contractStore.addContractArtifact(artifact);
223
+ await this.contractStore.addContractInstance(instance);
224
+ return [
225
+ name,
226
+ address.toString()
227
+ ];
228
+ })));
133
229
  this.log.verbose(`Registered protocol contracts in pxe`, registered);
134
230
  }
135
- async #isContractClassPubliclyRegistered(id) {
136
- return !!await this.node.getContractClass(id);
137
- }
138
- async #isContractPublished(address) {
139
- return !!await this.node.getContract(address);
140
- }
141
- async #isContractInitialized(address) {
142
- const initNullifier = await siloNullifier(address, address.toField());
143
- return !!await this.node.getNullifierMembershipWitness('latest', initNullifier);
144
- }
145
- async #getFunctionCall(functionName, args, to) {
146
- const contract = await this.contractDataProvider.getContract(to);
147
- if (!contract) {
148
- throw new Error(`Unknown contract ${to}: add it to PXE by calling server.addContracts(...).\nSee docs for context: https://docs.aztec.network/developers/resources/debugging/aztecnr-errors#unknown-contract-0x0-add-it-to-pxe-by-calling-serveraddcontracts`);
149
- }
150
- const functionDao = contract.functions.find((f)=>f.name === functionName);
151
- if (!functionDao) {
152
- throw new Error(`Unknown function ${functionName} in contract ${contract.name}.`);
153
- }
154
- return {
155
- name: functionDao.name,
156
- args: encodeArguments(functionDao, args),
157
- selector: await FunctionSelector.fromNameAndParameters(functionDao.name, functionDao.parameters),
158
- type: functionDao.functionType,
159
- to,
160
- hideMsgSender: false,
161
- isStatic: functionDao.isStatic,
162
- returnTypes: functionDao.returnTypes
163
- };
231
+ async #registerPreloadedContracts() {
232
+ const contracts = await this.preloadedContractsProvider.getPreloadedContracts();
233
+ await Promise.all(contracts.map(async ({ instance, artifact })=>{
234
+ if (artifact) {
235
+ await this.registerContractClass(artifact);
236
+ }
237
+ await this.registerContract(instance);
238
+ }));
239
+ this.log.verbose(`Registered preloaded contracts in pxe`, {
240
+ contracts: contracts.map(({ instance })=>instance.address.toString())
241
+ });
164
242
  }
165
243
  // Executes the entrypoint private function, as well as all nested private
166
244
  // functions that might arise.
167
- async #executePrivate(contractFunctionSimulator, txRequest, scopes) {
245
+ async #executePrivate({ contractFunctionSimulator, txRequest, anchorBlockHeader, scopes, jobId, senderForTags }) {
168
246
  const { origin: contractAddress, functionSelector } = txRequest;
169
247
  try {
170
- const result = await contractFunctionSimulator.run(txRequest, contractAddress, functionSelector, undefined, // The sender for tags is set by contracts, typically by an account
171
- // contract entrypoint
172
- undefined, scopes);
248
+ await this.contractSyncService.ensureContractSynced(contractAddress, functionSelector, (privateSyncCall, execScopes)=>this.#executeUtility(contractFunctionSimulator, privateSyncCall, [], execScopes, jobId), anchorBlockHeader, jobId, scopes);
249
+ const result = await contractFunctionSimulator.run(txRequest, {
250
+ anchorBlockHeader,
251
+ scopes,
252
+ jobId,
253
+ senderForTags
254
+ });
173
255
  this.log.debug(`Private simulation completed for ${contractAddress.toString()}:${functionSelector}`);
174
256
  return result;
175
257
  } catch (err) {
176
258
  if (err instanceof SimulationError) {
177
- await enrichSimulationError(err, this.contractDataProvider, this.log);
259
+ await enrichSimulationError(err, this.contractStore, this.contractClassService, anchorBlockHeader, this.log);
178
260
  }
179
261
  throw err;
180
262
  }
181
263
  }
182
264
  /**
183
- * Simulate a utility function call on the given contract.
265
+ * Execute a utility function call on the given contract.
184
266
  * @param contractFunctionSimulator - The simulator to use for the function call.
185
267
  * @param call - The function call to execute.
186
268
  * @param authWitnesses - Authentication witnesses required for the function call.
187
269
  * @param scopes - Optional array of account addresses whose notes can be accessed in this call. Defaults to all
188
270
  * accounts if not specified.
189
- * @returns The simulation result containing the outputs of the utility function.
190
- */ async #simulateUtility(contractFunctionSimulator, call, authWitnesses, scopes) {
271
+ * @param jobId - The job ID for staged writes.
272
+ * @returns The execution result containing the outputs of the utility function.
273
+ */ async #executeUtility(contractFunctionSimulator, call, authWitnesses, scopes, jobId) {
191
274
  try {
192
- return contractFunctionSimulator.runUtility(call, authWitnesses ?? [], scopes);
275
+ const anchorBlockHeader = await this.anchorBlockStore.getBlockHeader();
276
+ const { result, offchainEffects } = await contractFunctionSimulator.runUtility(call, authWitnesses ?? [], anchorBlockHeader, scopes, jobId);
277
+ return {
278
+ result,
279
+ offchainEffects
280
+ };
193
281
  } catch (err) {
194
282
  if (err instanceof SimulationError) {
195
- await enrichSimulationError(err, this.contractDataProvider, this.log);
283
+ const anchorBlockHeader = await this.anchorBlockStore.getBlockHeader();
284
+ await enrichSimulationError(err, this.contractStore, this.contractClassService, anchorBlockHeader, this.log);
196
285
  }
197
286
  throw err;
198
287
  }
@@ -202,11 +291,11 @@ import { Synchronizer } from './synchronizer/index.js';
202
291
  * This allows to catch public execution errors before submitting the transaction.
203
292
  * It can also be used for estimating gas in the future.
204
293
  * @param tx - The transaction to be simulated.
205
- */ async #simulatePublicCalls(tx, skipFeeEnforcement) {
294
+ */ async #simulatePublicCalls(tx, skipFeeEnforcement, overrides) {
206
295
  // Simulating public calls can throw if the TX fails in a phase that doesn't allow reverts (setup)
207
296
  // Or return as reverted if it fails in a phase that allows reverts (app logic, teardown)
208
297
  try {
209
- const result = await this.node.simulatePublicCalls(tx, skipFeeEnforcement);
298
+ const result = await this.node.simulatePublicCalls(tx, skipFeeEnforcement, overrides);
210
299
  if (result.revertReason) {
211
300
  throw result.revertReason;
212
301
  }
@@ -214,7 +303,8 @@ import { Synchronizer } from './synchronizer/index.js';
214
303
  } catch (err) {
215
304
  if (err instanceof SimulationError) {
216
305
  try {
217
- await enrichPublicSimulationError(err, this.contractDataProvider, this.log);
306
+ const anchorBlockHeader = await this.anchorBlockStore.getBlockHeader();
307
+ await enrichPublicSimulationError(err, this.contractStore, this.contractClassService, anchorBlockHeader, this.log);
218
308
  } catch (enrichErr) {
219
309
  this.log.error(`Failed to enrich public simulation error: ${enrichErr}`);
220
310
  }
@@ -232,131 +322,223 @@ import { Synchronizer } from './synchronizer/index.js';
232
322
  * @param privateExecutionResult - The result of the private execution
233
323
  * @param config - The configuration for the kernel execution prover.
234
324
  * @returns An object that contains the output of the kernel execution, including the ChonkProof if proving is enabled.
235
- */ async #prove(txExecutionRequest, proofCreator, privateExecutionResult, config) {
236
- const simulationAnchorBlock = privateExecutionResult.getSimulationAnchorBlockNumber();
237
- const kernelOracle = new PrivateKernelOracleImpl(this.contractDataProvider, this.keyStore, this.node, simulationAnchorBlock);
238
- const kernelTraceProver = new PrivateKernelExecutionProver(kernelOracle, proofCreator, !this.proverEnabled);
325
+ */ async #prove(txExecutionRequest, proofCreator, privateExecutionResult, anchorBlockHeader, config) {
326
+ const kernelOracle = new PrivateKernelOracle(this.contractStore, this.contractClassService, this.keyStore, this.node, anchorBlockHeader);
327
+ const kernelTraceProver = new PrivateKernelExecutionProver(kernelOracle, proofCreator, !this.proverEnabled, this.log.getBindings());
239
328
  this.log.debug(`Executing kernel trace prover (${JSON.stringify(config)})...`);
240
329
  return await kernelTraceProver.proveWithKernels(txExecutionRequest.toTxRequest(), privateExecutionResult, config);
241
330
  }
331
+ /**
332
+ * Syncs with the node only when `autoSync` is enabled.
333
+ * When `autoSync` is disabled, callers (typically a wallet) are
334
+ * responsible for invoking `pxe.sync()` at the right granularity.
335
+ */ async #maybeSync() {
336
+ if (this.autoSync) {
337
+ await this.blockStateSynchronizer.sync();
338
+ }
339
+ }
242
340
  // Public API
243
- getContractInstance(address) {
244
- return this.contractDataProvider.getContractInstance(address);
341
+ /**
342
+ * Triggers a sync of PXE state with the node, regardless of the `autoSync` config flag. Use this to
343
+ * batch syncs across composite flows when `autoSync` is disabled (e.g. one sync per simulate+send
344
+ * instead of one per inner PXE call). Serialized through the job queue.
345
+ */ sync() {
346
+ return this.#putInJobQueue(()=>this.blockStateSynchronizer.sync());
245
347
  }
246
348
  /**
247
- * Returns the contract class metadata given a contract class id.
248
- * The metadata consists of its contract class, whether it has been publicly registered, and its artifact.
249
- * @remark - it queries the node to check whether the contract class with the given id has been publicly registered.
250
- * @param id - Identifier of the class.
251
- * @param includeArtifact - Identifier of the class.
252
- * @returns - It returns the contract class metadata, with the artifact field being optional, and will only be returned if true is passed in
253
- * for `includeArtifact`
254
- * TODO(@spalladino): The PXE actually holds artifacts and not classes, what should we return? Also,
255
- * should the pxe query the node for contract public info, and merge it with its own definitions?
256
- * TODO(@spalladino): This method is strictly needed to decide whether to publicly register a class or not
257
- * during a public deployment. We probably want a nicer and more general API for this, but it'll have to
258
- * do for the time being.
259
- */ async getContractClassMetadata(id, includeArtifact = false) {
260
- const artifact = await this.contractDataProvider.getContractArtifact(id);
261
- if (!artifact) {
262
- this.log.warn(`No artifact found for contract class ${id.toString()} when looking for its metadata`);
263
- }
264
- return {
265
- contractClass: artifact && await getContractClassFromArtifact(artifact),
266
- isContractClassPubliclyRegistered: await this.#isContractClassPubliclyRegistered(id),
267
- artifact: includeArtifact ? artifact : undefined
268
- };
349
+ * Returns the block header up to which the PXE has synced.
350
+ * @returns The synced block header
351
+ */ getSyncedBlockHeader() {
352
+ return this.#putInJobQueue(()=>{
353
+ return this.anchorBlockStore.getBlockHeader();
354
+ });
269
355
  }
270
356
  /**
271
- * Returns the contract metadata given an address.
272
- * The metadata consists of its contract instance, which includes the contract class identifier,
273
- * initialization hash, deployment salt, and public keys hash; whether the contract instance has been initialized;
274
- * and whether the contract instance with the given address has been publicly deployed.
275
- * @remark - it queries the node to check whether the contract instance has been initialized / publicly deployed through a node.
276
- * This query is not dependent on the PXE.
277
- * @param address - The address that the contract instance resides at.
278
- * @returns - It returns the contract metadata
279
- * TODO(@spalladino): Should we return the public keys in plain as well here?
280
- */ async getContractMetadata(address) {
281
- let instance;
282
- try {
283
- instance = await this.contractDataProvider.getContractInstance(address);
284
- } catch {
285
- this.log.warn(`No instance found for contract ${address.toString()} when looking for its metadata`);
286
- }
287
- return {
288
- contractInstance: instance,
289
- isContractInitialized: await this.#isContractInitialized(address),
290
- isContractPublished: await this.#isContractPublished(address)
291
- };
357
+ * Returns the address preimage of the contract instance at a given address, if it's registered in the PXE.
358
+ * @param address - The contract address.
359
+ * @returns The contract instance address preimage if found, undefined otherwise.
360
+ */ getContractInstance(address) {
361
+ return this.contractStore.getContractInstance(address);
362
+ }
363
+ /**
364
+ * Returns the contract artifact for a given contract class id, if it's registered in the PXE.
365
+ * @param id - Identifier of the contract class.
366
+ * @returns The contract artifact if found, undefined otherwise.
367
+ */ async getContractArtifact(id) {
368
+ return await this.contractStore.getContractArtifact(id);
292
369
  }
293
370
  /**
294
- * Registers a user account in PXE given its master encryption private key.
295
- * Once a new account is registered, the PXE will trial-decrypt all published notes on
296
- * the chain and store those that correspond to the registered account. Will do nothing if the
297
- * account is already registered.
371
+ * Registers a user account in PXE.
372
+ *
373
+ * PXE holds the account's four privacy secret keys but only the *public* message-signing and fallback keys: their
374
+ * secret keys are withheld, since PXE is not trusted to hold them.
375
+ *
376
+ * Does nothing if the account is already registered.
298
377
  *
299
- * @param secretKey - Secret key of the corresponding user master public key.
378
+ * The four privacy secret keys can be retrieved later with {@link getAccountSecretKeys}.
379
+ *
380
+ * @param keys - The account's privacy keys: four secret keys plus the message-signing and fallback public keys.
300
381
  * @param partialAddress - The partial address of the account contract corresponding to the account being registered.
301
382
  * @returns The complete address of the account.
302
- */ async registerAccount(secretKey, partialAddress) {
383
+ */ async registerAccount(keys, partialAddress) {
303
384
  const accounts = await this.keyStore.getAccounts();
304
- const accountCompleteAddress = await this.keyStore.addAccount(secretKey, partialAddress);
305
- if (accounts.includes(accountCompleteAddress.address)) {
385
+ const accountCompleteAddress = await this.keyStore.addAccount(keys, partialAddress);
386
+ if (accounts.some((a)=>a.equals(accountCompleteAddress.address))) {
306
387
  this.log.info(`Account:\n "${accountCompleteAddress.address.toString()}"\n already registered.`);
307
388
  return accountCompleteAddress;
308
389
  } else {
309
390
  this.log.info(`Registered account ${accountCompleteAddress.address.toString()}`);
310
391
  this.log.debug(`Registered account\n ${accountCompleteAddress.toReadableString()}`);
311
392
  }
312
- await this.addressDataProvider.addCompleteAddress(accountCompleteAddress);
313
- await this.noteDataProvider.addScope(accountCompleteAddress.address);
393
+ await this.addressStore.addCompleteAddress(accountCompleteAddress);
314
394
  return accountCompleteAddress;
315
395
  }
316
396
  /**
317
- * Registers a user contact in PXE.
397
+ * Retrieves the four privacy secret keys PXE holds for a registered account (nullifier-hiding, incoming-viewing,
398
+ * outgoing-viewing, tagging).
318
399
  *
319
- * Once a new contact is registered, the PXE will be able to receive notes tagged from this contact.
320
- * Will do nothing if the account is already registered.
400
+ * These do NOT grant control over an account's assets, e.g. they are insufficient to impersonate the account or to
401
+ * spend notes, but they _do_ guard the account's privacy. Parties that have knowledge of these keys can decrypt all
402
+ * messages sent to the account, discover all of their on-chain activity, including notes, events, etc.
321
403
  *
322
- * @param address - Address of the user to add to the address book
323
- * @returns The address address of the account.
324
- */ async registerSender(address) {
325
- const accounts = await this.keyStore.getAccounts();
326
- if (accounts.includes(address)) {
327
- this.log.info(`Sender:\n "${address.toString()}"\n already registered.`);
328
- return address;
404
+ * Security is paramount when handling these keys, which should itself be a very rare occurrence. Other than exporting
405
+ * and then importing an account into a separate PXE/wallet, there is typically no need for a wallet to ever access
406
+ * these keys. Applications should NEVER be given access to them.
407
+ *
408
+ * @throws If the account is not registered.
409
+ */ getAccountSecretKeys(account) {
410
+ return this.keyStore.getAccountSecretKeys(account);
411
+ }
412
+ /**
413
+ * Registers a source from which this PXE derives the tagging secrets it scans for to discover incoming private logs.
414
+ * See {@link TaggingSecretSource} for the meaning of each variant. Does nothing if the source is already registered.
415
+ *
416
+ * After a new source is added we clear the cache tracking which contracts have finished syncing, so every contract
417
+ * re-syncs against the new source's logs (whose notes/events could belong to any contract). Already-discovered
418
+ * notes/events are not discarded.
419
+ */ async registerTaggingSecretSource(source) {
420
+ let wasAdded;
421
+ switch(source.kind){
422
+ case 'address-derived':
423
+ wasAdded = await this.#registerSender(source.sender);
424
+ break;
425
+ case 'arbitrary-secret':
426
+ wasAdded = await this.#registerSharedSecret(source.recipient, 'arbitrary-secret', source.secret);
427
+ break;
428
+ case 'handshake':
429
+ wasAdded = await this.#registerSharedSecret(source.recipient, 'handshake', await this.#deriveHandshakeSecret(source.recipient, source.ephPk));
430
+ break;
431
+ default:
432
+ {
433
+ const _ = source;
434
+ throw new Error('Unhandled tagging secret source kind');
435
+ }
329
436
  }
330
- const wasAdded = await this.taggingDataProvider.addSenderAddress(address);
331
437
  if (wasAdded) {
332
- this.log.info(`Added sender:\n ${address.toString()}`);
333
- } else {
334
- this.log.info(`Sender:\n "${address.toString()}"\n already registered.`);
438
+ // Queued to avoid wiping while a job is in flight.
439
+ await this.#putInJobQueue(()=>Promise.resolve(this.contractSyncService.wipe()));
335
440
  }
336
- return address;
337
441
  }
338
442
  /**
339
- * Retrieves the addresses stored as senders on this PXE.
340
- * @returns An array of the senders on this PXE.
341
- */ getSenders() {
342
- return this.taggingDataProvider.getSenderAddresses();
443
+ * Removes a previously registered tagging secret source, identified by its registered form (see
444
+ * {@link getTaggingSecretSources}). Does nothing if it was not registered.
445
+ */ async removeTaggingSecretSource(source) {
446
+ switch(source.kind){
447
+ case 'address-derived':
448
+ {
449
+ const { sender } = source;
450
+ const wasRemoved = await this.taggingSecretSourcesStore.removeSender(sender);
451
+ this.log.info(wasRemoved ? `Removed sender:\n ${sender.toString()}` : `Sender:\n "${sender.toString()}"\n not registered in PXE.`);
452
+ break;
453
+ }
454
+ case 'arbitrary-secret':
455
+ case 'handshake':
456
+ {
457
+ const { kind, recipient, secret } = source;
458
+ const wasRemoved = await this.taggingSecretSourcesStore.removeSharedSecret(recipient, kind, secret);
459
+ this.log.info(wasRemoved ? `Removed ${kind} shared secret for recipient:\n ${recipient.toString()}` : `No ${kind} shared secret registered for recipient:\n ${recipient.toString()}`);
460
+ break;
461
+ }
462
+ default:
463
+ {
464
+ const _ = source;
465
+ throw new Error('Unhandled tagging secret source kind');
466
+ }
467
+ }
468
+ }
469
+ async getTaggingSecretSources(filter) {
470
+ const [senders, secrets] = await Promise.all([
471
+ this.taggingSecretSourcesStore.getSenders(),
472
+ this.taggingSecretSourcesStore.getAllSharedSecrets()
473
+ ]);
474
+ const sources = [
475
+ ...senders.map((sender)=>({
476
+ kind: 'address-derived',
477
+ sender
478
+ })),
479
+ ...secrets.map(({ recipient, kind, secret })=>({
480
+ kind,
481
+ recipient,
482
+ secret
483
+ }))
484
+ ];
485
+ return filter?.kind ? sources.filter((source)=>source.kind === filter.kind) : sources;
486
+ }
487
+ /** Registers a sender, skipping addresses that belong to a local account. Returns whether it was newly added. */ async #registerSender(address) {
488
+ if (!await address.isValid()) {
489
+ throw new Error(`Address ${address} is not valid: it does not correspond to a point on the Grumpkin curve. Cannot register it as a sender.`);
490
+ }
491
+ const accounts = await this.keyStore.getAccounts();
492
+ if (accounts.some((a)=>a.equals(address))) {
493
+ this.log.info(`Sender:\n "${address.toString()}"\n already registered.`);
494
+ return false;
495
+ }
496
+ const wasAdded = await this.taggingSecretSourcesStore.addSender(address);
497
+ this.log.info(wasAdded ? `Added sender:\n ${address.toString()}` : `Sender:\n "${address.toString()}"\n already registered.`);
498
+ return wasAdded;
343
499
  }
344
500
  /**
345
- * Removes a sender in the address book.
346
- */ async removeSender(address) {
347
- const wasRemoved = await this.taggingDataProvider.removeSenderAddress(address);
348
- if (wasRemoved) {
349
- this.log.info(`Removed sender:\n ${address.toString()}`);
350
- } else {
351
- this.log.info(`Sender:\n "${address.toString()}"\n not in address book.`);
501
+ * Derives the shared secret of a handshake from its ephemeral public key: the raw ECDH secret
502
+ * `S = addressSecret(recipient) * ephPk` with the forgery protection applied,
503
+ * matching the protected secret the registry stores and the derivation the recipient-side scan uses for
504
+ * handshakes discovered onchain. The ephemeral key is reconstructed from its x-coordinate with a positive y,
505
+ * matching how the protocol generates it.
506
+ *
507
+ * @throws If `ephPk` is not the x-coordinate of a Grumpkin curve point, or if `recipient` is not an account of
508
+ * this PXE, since the derivation needs its keys.
509
+ */ async #deriveHandshakeSecret(recipient, ephPk) {
510
+ let ephPkPoint;
511
+ try {
512
+ ephPkPoint = await Point.fromXAndSign(ephPk, true);
513
+ } catch {
514
+ throw new Error(`Ephemeral public key x-coordinate ${ephPk} does not correspond to a Grumpkin curve point.`);
352
515
  }
516
+ const completeAddress = await this.addressStore.getCompleteAddress(recipient);
517
+ if (!completeAddress || !await this.keyStore.hasAccount(recipient)) {
518
+ throw new Error(`Recipient ${recipient} is not an account of this PXE. A handshake's shared secret can only be derived for an account whose keys are held.`);
519
+ }
520
+ const ivskM = await this.keyStore.getMasterIncomingViewingSecretKey(recipient);
521
+ const addressSecret = await computeAddressSecret(await completeAddress.getPreaddress(), ivskM);
522
+ const rawSecret = await deriveEcdhSharedSecretPoint(addressSecret, ephPkPoint);
523
+ return protectFromForgery(rawSecret, ephPkPoint, await recipient.toAddressPoint());
524
+ }
525
+ /** Registers a resolved shared secret scoped to a recipient. Returns whether it was newly added. */ async #registerSharedSecret(recipient, kind, secret) {
526
+ if (!await recipient.isValid()) {
527
+ throw new Error(`Recipient ${recipient} is not valid: it does not correspond to a point on the Grumpkin curve. Cannot register a shared secret for it.`);
528
+ }
529
+ if (secret.isZero() || !secret.isOnCurve()) {
530
+ throw new Error(`Shared secret ${secret} is not a valid non-zero point on the Grumpkin curve.`);
531
+ }
532
+ const wasAdded = await this.taggingSecretSourcesStore.addSharedSecret(recipient, kind, secret);
533
+ this.log.info(wasAdded ? `Added ${kind} shared secret for recipient:\n ${recipient.toString()}` : `${kind} shared secret already registered for recipient:\n ${recipient.toString()}`);
534
+ return wasAdded;
353
535
  }
354
536
  /**
355
537
  * Retrieves the user accounts registered on this PXE.
356
538
  * @returns An array of the accounts registered on this PXE.
357
539
  */ async getRegisteredAccounts() {
358
540
  // Get complete addresses of both the recipients and the accounts
359
- const completeAddresses = await this.addressDataProvider.getCompleteAddresses();
541
+ const completeAddresses = await this.addressStore.getCompleteAddresses();
360
542
  // Filter out the addresses not corresponding to accounts
361
543
  const accounts = await this.keyStore.getAccounts();
362
544
  return completeAddresses.filter((completeAddress)=>accounts.find((address)=>address.equals(completeAddress.address)));
@@ -366,118 +548,73 @@ import { Synchronizer } from './synchronizer/index.js';
366
548
  *
367
549
  * @param artifact - The build artifact for the contract class.
368
550
  */ async registerContractClass(artifact) {
369
- const { id: contractClassId } = await getContractClassFromArtifact(artifact);
370
- await this.contractDataProvider.addContractArtifact(contractClassId, artifact);
551
+ const contractClassId = await this.contractStore.addContractArtifact(artifact);
552
+ // Publishing the artifact's public function signatures to the node is part of "registering a class", so that
553
+ // node-side debugging works regardless of which entrypoint (registerContractClass or registerContract) was used.
554
+ const publicFunctionSignatures = artifact.functions.filter((fn)=>fn.functionType === FunctionType.PUBLIC).map((fn)=>decodeFunctionSignature(fn.name, fn.parameters));
555
+ if (publicFunctionSignatures.length > 0) {
556
+ await this.nodeDebug?.registerContractFunctionSignatures(publicFunctionSignatures);
557
+ }
371
558
  this.log.info(`Added contract class ${artifact.name} with id ${contractClassId}`);
372
559
  }
373
560
  /**
374
- * Adds deployed contracts to the PXE. Deployed contract information is used to access the
375
- * contract code when simulating local transactions. This is automatically called by aztec.js when
376
- * deploying a contract. Dapps that wish to interact with contracts already deployed should register
377
- * these contracts in their users' PXE through this method.
561
+ * Registers a deployed contract instance so its private state can be synced and its functions simulated. The
562
+ * artifact for the class the instance runs must be registered separately via {@link registerContractClass}, before
563
+ * or after this call; registration performs no validation, so a missing or mismatched artifact only surfaces when
564
+ * the contract is later simulated. This is automatically called by aztec.js when deploying a contract.
378
565
  *
379
- * @param contract - A contract instance to register, with an optional artifact which can be omitted if the contract class has already been registered.
380
- */ async registerContract(contract) {
381
- const { instance } = contract;
382
- let { artifact } = contract;
383
- if (artifact) {
384
- // If the user provides an artifact, validate it against the expected class id and register it
385
- const contractClass = await getContractClassFromArtifact(artifact);
386
- const contractClassId = contractClass.id;
387
- if (!contractClassId.equals(instance.currentContractClassId)) {
388
- throw new Error(`Artifact does not match expected class id (computed ${contractClassId} but instance refers to ${instance.currentContractClassId})`);
389
- }
390
- const computedAddress = await computeContractAddressFromInstance(instance);
391
- if (!computedAddress.equals(instance.address)) {
392
- throw new Error('Added a contract in which the address does not match the contract instance.');
393
- }
394
- await this.contractDataProvider.addContractArtifact(contractClass.id, artifact);
395
- const publicFunctionSignatures = artifact.functions.filter((fn)=>fn.functionType === FunctionType.PUBLIC).map((fn)=>decodeFunctionSignature(fn.name, fn.parameters));
396
- await this.node.registerContractFunctionSignatures(publicFunctionSignatures);
397
- } else {
398
- // Otherwise, make sure there is an artifact already registered for that class id
399
- artifact = await this.contractDataProvider.getContractArtifact(instance.currentContractClassId);
400
- if (!artifact) {
401
- throw new Error(`Artifact not found when registering an instance. Contract class: ${instance.currentContractClassId}.`);
402
- }
403
- }
404
- await this.contractDataProvider.addContractInstance(instance);
405
- this.log.info(`Added contract ${artifact.name} at ${instance.address.toString()} with class ${instance.currentContractClassId}`);
406
- }
407
- /**
408
- * Updates a deployed contract in the PXE. This is used to update the contract artifact when
409
- * an update has happened, so the new code can be used in the simulation of local transactions.
410
- * This is called by aztec.js when instantiating a contract in a given address with a mismatching artifact.
411
- * @param contractAddress - The address of the contract to update.
412
- * @param artifact - The updated artifact for the contract.
413
- * @throws If the artifact's contract class is not found in the PXE or if the contract class is different from
414
- * the current one (current one from the point of view of the node to which the PXE is connected).
415
- */ updateContract(contractAddress, artifact) {
416
- // We disable concurrently updating contracts to avoid concurrently syncing with the node, or changing a contract's
417
- // class while we're simulating it.
566
+ * @param instance - The address preimage of the contract instance to register. The address is derived from it.
567
+ * @returns The address of the registered instance.
568
+ */ registerContract(instance) {
569
+ // Run inside the job queue so we can't race a concurrent simulation while writing the instance to the store.
418
570
  return this.#putInJobQueue(async ()=>{
419
- const currentInstance = await this.contractDataProvider.getContractInstance(contractAddress);
420
- if (!currentInstance) {
421
- throw new Error(`Instance not found when updating a contract. Contract address: ${contractAddress}.`);
422
- }
423
- const contractClass = await getContractClassFromArtifact(artifact);
424
- await this.synchronizer.sync();
425
- const header = await this.syncDataProvider.getBlockHeader();
426
- const currentClassId = await readCurrentClassId(contractAddress, currentInstance, this.node, header.globalVariables.blockNumber, header.globalVariables.timestamp);
427
- if (!contractClass.id.equals(currentClassId)) {
428
- throw new Error('Could not update contract to a class different from the current one.');
429
- }
430
- await this.contractDataProvider.addContractArtifact(contractClass.id, artifact);
431
- const publicFunctionSignatures = artifact.functions.filter((fn)=>fn.functionType === FunctionType.PUBLIC).map((fn)=>decodeFunctionSignature(fn.name, fn.parameters));
432
- await this.node.registerContractFunctionSignatures(publicFunctionSignatures);
433
- currentInstance.currentContractClassId = contractClass.id;
434
- await this.contractDataProvider.addContractInstance(currentInstance);
435
- this.log.info(`Updated contract ${artifact.name} at ${contractAddress.toString()} to class ${contractClass.id}`);
571
+ const address = await computeContractAddressFromInstance(instance);
572
+ await this.contractStore.addContractInstance({
573
+ ...instance,
574
+ address
575
+ });
576
+ this.log.info(`Added contract at ${address}`, {
577
+ address
578
+ });
579
+ return address;
436
580
  });
437
581
  }
438
582
  /**
439
583
  * Retrieves the addresses of contracts added to this PXE.
440
584
  * @returns An array of contracts addresses registered on this PXE.
441
585
  */ getContracts() {
442
- return this.contractDataProvider.getContractsAddresses();
443
- }
444
- /**
445
- * A debugging utility to get notes based on the provided filter.
446
- *
447
- * Note that this should not be used in production code because the structure of notes is considered to be
448
- * an implementation detail of contracts. This is only meant to be used for debugging purposes. If you need to obtain
449
- * note-related information in production code, please implement a custom utility function on your contract and call
450
- * that function instead (e.g. `get_balance(owner: AztecAddress) -> u128` utility function on a Token contract).
451
- *
452
- * @param filter - The filter to apply to the notes.
453
- * @returns The requested notes.
454
- */ async getNotes(filter) {
455
- // We need to manually trigger private state sync to have a guarantee that all the notes are available.
456
- const call = await this.#getFunctionCall('sync_private_state', [], filter.contractAddress);
457
- await this.simulateUtility(call);
458
- return this.noteDataProvider.getNotes(filter);
586
+ return this.contractStore.getContractsAddresses();
459
587
  }
460
588
  /**
461
589
  * Proves the private portion of a simulated transaction, ready to send to the network
462
590
  * (where validators prove the public portion).
463
591
  *
464
592
  * @param txRequest - An authenticated tx request ready for proving
593
+ * @param scopes - Addresses whose private state and keys are accessible during private execution.
465
594
  * @returns A result containing the proof and public inputs of the tail circuit.
466
595
  * @throws If contract code not found, or public simulation reverts.
467
596
  * Also throws if simulatePublic is true and public simulation reverts.
468
- */ proveTx(txRequest) {
597
+ */ proveTx(txRequest, { scopes, senderForTags }) {
469
598
  let privateExecutionResult;
470
599
  // We disable proving concurrently mostly out of caution, since it accesses some of our stores. Proving is so
471
600
  // computationally demanding that it'd be rare for someone to try to do it concurrently regardless.
472
- return this.#putInJobQueue(async ()=>{
601
+ return this.#putInJobQueue(async (jobId)=>{
473
602
  const totalTimer = new Timer();
474
603
  try {
475
604
  const syncTimer = new Timer();
476
- await this.synchronizer.sync();
605
+ await this.#maybeSync();
606
+ const anchorBlockHeader = await this.anchorBlockStore.getBlockHeader();
477
607
  const syncTime = syncTimer.ms();
478
608
  const contractFunctionSimulator = this.#getSimulatorForTx();
479
- privateExecutionResult = await this.#executePrivate(contractFunctionSimulator, txRequest);
480
- const { publicInputs, chonkProof, executionSteps, timings: { proving } = {} } = await this.#prove(txRequest, this.proofCreator, privateExecutionResult, {
609
+ privateExecutionResult = await this.#executePrivate({
610
+ contractFunctionSimulator,
611
+ txRequest,
612
+ anchorBlockHeader,
613
+ scopes,
614
+ jobId,
615
+ senderForTags
616
+ });
617
+ const { publicInputs, chonkProof, executionSteps, timings: { proving } = {} } = await this.#prove(txRequest, this.proofCreator, privateExecutionResult, anchorBlockHeader, {
481
618
  simulate: false,
482
619
  skipFeeEnforcement: false,
483
620
  profileMode: 'none'
@@ -502,15 +639,13 @@ import { Synchronizer } from './synchronizer/index.js';
502
639
  timings,
503
640
  nodeRPCCalls: contractFunctionSimulator?.getStats().nodeRPCCalls
504
641
  });
505
- const preTagsUsedInTheTx = privateExecutionResult.entrypoint.preTags;
506
- if (preTagsUsedInTheTx.length > 0) {
507
- await this.taggingDataProvider.setLastUsedIndexesAsSender(preTagsUsedInTheTx);
508
- this.log.debug(`Stored used pre tags as sender for the tx`, {
509
- preTagsUsedInTheTx
510
- });
511
- } else {
512
- this.log.debug(`No pre tags used in the tx`);
513
- }
642
+ // We keep track of which tagging indices we've used in this tx so that we don't repeat them in future txs
643
+ // (which would link them) without having to rely on this tx being mined (and us seeing the indices being used
644
+ // onchain).
645
+ // Note that this must happen _after_ proving as it requires the proof's public inputs, from which the kernels
646
+ // may have removed some logs due to note-nullifier squashing - this may lead to range of tagging indices we've
647
+ // actually used to being reduced.
648
+ await persistSenderTaggingIndexRangesForTx(this.senderTaggingStore, privateExecutionResult.entrypoint.taggingIndexRanges, publicInputs, ()=>txProvingResult.getTxHash(), jobId, this.log);
514
649
  return txProvingResult;
515
650
  } catch (err) {
516
651
  throw this.#contextualizeError(err, inspect(txRequest), inspect(privateExecutionResult));
@@ -519,15 +654,12 @@ import { Synchronizer } from './synchronizer/index.js';
519
654
  }
520
655
  /**
521
656
  * Profiles a transaction, reporting gate counts (unless disabled) and returns an execution trace.
522
- *
523
- * @param txRequest - An authenticated tx request ready for simulation
524
- * @param msgSender - (Optional) The message sender to use for the simulation.
525
- * @param skipTxValidation - (Optional) If false, this function throws if the transaction is unable to be included in a block at the current state.
657
+ * @param txRequest - An authenticated tx request ready for simulation.
526
658
  * @returns A trace of the program execution with gate counts.
527
659
  * @throws If the code for the functions executed in this transaction have not been made available via `addContracts`.
528
- */ profileTx(txRequest, profileMode, skipProofGeneration = true) {
660
+ */ profileTx(txRequest, { profileMode, skipProofGeneration = true, scopes, senderForTags }) {
529
661
  // We disable concurrent profiles for consistency with simulateTx.
530
- return this.#putInJobQueue(async ()=>{
662
+ return this.#putInJobQueue(async (jobId)=>{
531
663
  const totalTimer = new Timer();
532
664
  try {
533
665
  const txInfo = {
@@ -540,11 +672,19 @@ import { Synchronizer } from './synchronizer/index.js';
540
672
  };
541
673
  this.log.info(`Profiling transaction execution request to ${txRequest.functionSelector} at ${txRequest.origin}`, txInfo);
542
674
  const syncTimer = new Timer();
543
- await this.synchronizer.sync();
675
+ await this.#maybeSync();
676
+ const anchorBlockHeader = await this.anchorBlockStore.getBlockHeader();
544
677
  const syncTime = syncTimer.ms();
545
678
  const contractFunctionSimulator = this.#getSimulatorForTx();
546
- const privateExecutionResult = await this.#executePrivate(contractFunctionSimulator, txRequest);
547
- const { executionSteps, timings: { proving } = {} } = await this.#prove(txRequest, this.proofCreator, privateExecutionResult, {
679
+ const privateExecutionResult = await this.#executePrivate({
680
+ contractFunctionSimulator,
681
+ txRequest,
682
+ anchorBlockHeader,
683
+ scopes,
684
+ jobId,
685
+ senderForTags
686
+ });
687
+ const { executionSteps, timings: { proving } = {} } = await this.#prove(txRequest, this.proofCreator, privateExecutionResult, anchorBlockHeader, {
548
688
  simulate: skipProofGeneration,
549
689
  skipFeeEnforcement: false,
550
690
  profileMode
@@ -588,22 +728,17 @@ import { Synchronizer } from './synchronizer/index.js';
588
728
  * In that case, the transaction returned is only potentially ready to be sent to the network for execution.
589
729
  *
590
730
  *
591
- * @param txRequest - An authenticated tx request ready for simulation
592
- * @param simulatePublic - Whether to simulate the public part of the transaction.
593
- * @param skipTxValidation - (Optional) If false, this function throws if the transaction is unable to be included in a block at the current state.
594
- * @param skipFeeEnforcement - (Optional) If false, fees are enforced.
595
- * @param overrides - (Optional) State overrides for the simulation, such as msgSender, contract instances and artifacts.
596
- * @param scopes - (Optional) The accounts whose notes we can access in this call. Currently optional and will default to all.
731
+ * @param txRequest - An authenticated tx request ready for simulation.
597
732
  * @returns A simulated transaction result object that includes public and private return values.
598
733
  * @throws If the code for the functions executed in this transaction have not been made available via `addContracts`.
599
734
  * Also throws if simulatePublic is true and public simulation reverts.
600
735
  *
601
736
  * TODO(#7456) Prevent msgSender being defined here for the first call
602
- */ simulateTx(txRequest, simulatePublic, skipTxValidation = false, skipFeeEnforcement = false, overrides, scopes) {
737
+ */ simulateTx(txRequest, { simulatePublic, skipTxValidation = false, skipFeeEnforcement = false, skipKernels = true, overrides, scopes, senderForTags }) {
603
738
  // We disable concurrent simulations since those might execute oracles which read and write to the PXE stores (e.g.
604
739
  // to the capsules), and we need to prevent concurrent runs from interfering with one another (e.g. attempting to
605
740
  // delete the same read value, or reading values that another simulation is currently modifying).
606
- return this.#putInJobQueue(async ()=>{
741
+ return this.#putInJobQueue(async (jobId)=>{
607
742
  try {
608
743
  const totalTimer = new Timer();
609
744
  const txInfo = {
@@ -616,25 +751,29 @@ import { Synchronizer } from './synchronizer/index.js';
616
751
  };
617
752
  this.log.info(`Simulating transaction execution request to ${txRequest.functionSelector} at ${txRequest.origin}`, txInfo);
618
753
  const syncTimer = new Timer();
619
- await this.synchronizer.sync();
754
+ await this.#maybeSync();
755
+ const anchorBlockHeader = await this.anchorBlockStore.getBlockHeader();
620
756
  const syncTime = syncTimer.ms();
757
+ if (overrides?.contracts && Object.keys(overrides.contracts).length > 0 && !skipKernels) {
758
+ throw new Error('Simulating with overridden contracts is not compatible with kernel execution. Please set skipKernels to true when simulating with overridden contracts.');
759
+ }
621
760
  const contractFunctionSimulator = this.#getSimulatorForTx(overrides);
622
- // Temporary: in case there are overrides, we have to skip the kernels or validations
623
- // will fail. Consider handing control to the user/wallet on whether they want to run them
624
- // or not.
625
- const skipKernels = overrides?.contracts !== undefined && Object.keys(overrides.contracts ?? {}).length > 0;
626
761
  // Execution of private functions only; no proving, and no kernel logic.
627
- const privateExecutionResult = await this.#executePrivate(contractFunctionSimulator, txRequest, scopes);
762
+ const privateExecutionResult = await this.#executePrivate({
763
+ contractFunctionSimulator,
764
+ txRequest,
765
+ anchorBlockHeader,
766
+ scopes,
767
+ jobId,
768
+ senderForTags
769
+ });
628
770
  let publicInputs;
629
771
  let executionSteps = [];
630
772
  if (skipKernels) {
631
- // According to the protocol rules, the nonce generator for the note hashes
632
- // can either be the first nullifier in the tx or the protocol nullifier if there are none.
633
- const nonceGenerator = privateExecutionResult.firstNullifier.equals(Fr.ZERO) ? await computeProtocolNullifier(await txRequest.toTxRequest().hash()) : privateExecutionResult.firstNullifier;
634
- ({ publicInputs, executionSteps } = await generateSimulatedProvingResult(privateExecutionResult, nonceGenerator, this.contractDataProvider));
773
+ ({ publicInputs, executionSteps } = await generateSimulatedProvingResult(privateExecutionResult, (addr, sel)=>this.#getDebugFunctionName(addr, sel, anchorBlockHeader), this.node));
635
774
  } else {
636
775
  // Kernel logic, plus proving of all private functions and kernels.
637
- ({ publicInputs, executionSteps } = await this.#prove(txRequest, this.proofCreator, privateExecutionResult, {
776
+ ({ publicInputs, executionSteps } = await this.#prove(txRequest, this.proofCreator, privateExecutionResult, anchorBlockHeader, {
638
777
  simulate: true,
639
778
  skipFeeEnforcement,
640
779
  profileMode: 'none'
@@ -646,8 +785,11 @@ import { Synchronizer } from './synchronizer/index.js';
646
785
  let publicOutput;
647
786
  if (simulatePublic && publicInputs.forPublic) {
648
787
  const publicSimulationTimer = new Timer();
649
- publicOutput = await this.#simulatePublicCalls(simulatedTx, skipFeeEnforcement);
788
+ publicOutput = await this.#simulatePublicCalls(simulatedTx, skipFeeEnforcement, overrides);
650
789
  publicSimulationTime = publicSimulationTimer.ms();
790
+ if (publicOutput?.debugLogs?.length) {
791
+ await displayDebugLogs(publicOutput.debugLogs, (addr)=>this.#getDebugContractName(addr, anchorBlockHeader));
792
+ }
651
793
  }
652
794
  let validationTime;
653
795
  if (!skipTxValidation) {
@@ -658,7 +800,8 @@ import { Synchronizer } from './synchronizer/index.js';
658
800
  });
659
801
  validationTime = validationTimer.ms();
660
802
  if (validationResult.result === 'invalid') {
661
- throw new Error('The simulated transaction is unable to be added to state and is invalid.');
803
+ const reason = validationResult.reason.length > 0 ? ` Reason: ${validationResult.reason.join(', ')}` : '';
804
+ throw new Error(`The simulated transaction is unable to be added to state and is invalid.${reason}`);
662
805
  }
663
806
  }
664
807
  const txHash = simulatedTx.getTxHash();
@@ -691,31 +834,30 @@ import { Synchronizer } from './synchronizer/index.js';
691
834
  nodeRPCCalls: simulatorStats.nodeRPCCalls
692
835
  });
693
836
  } catch (err) {
694
- throw this.#contextualizeError(err, inspect(txRequest), `simulatePublic=${simulatePublic}`, `skipTxValidation=${skipTxValidation}`, `scopes=${scopes?.map((s)=>s.toString()).join(', ') ?? 'undefined'}`);
837
+ throw this.#contextualizeError(err, inspect(txRequest), `simulatePublic=${simulatePublic}`, `skipTxValidation=${skipTxValidation}`, `scopes=${scopes.map((s)=>s.toString()).join(', ')}`);
695
838
  }
696
839
  });
697
840
  }
698
841
  /**
699
- * Simulate the execution of a contract utility function.
700
- *
842
+ * Executes a contract utility function.
701
843
  * @param call - The function call containing the function details, arguments, and target contract address.
702
- * @param authwits - (Optional) The authentication witnesses required for the function call.
703
- * @param scopes - (Optional) The accounts whose notes we can access in this call. Currently optional and will
704
- * default to all.
705
- * @returns The result of the utility function call, structured based on the function ABI.
706
- */ simulateUtility(call, authwits, scopes) {
707
- // We disable concurrent simulations since those might execute oracles which read and write to the PXE stores (e.g.
844
+ */ executeUtility(call, { authwits, scopes } = {
845
+ scopes: []
846
+ }) {
847
+ // We disable concurrent executions since those might execute oracles which read and write to the PXE stores (e.g.
708
848
  // to the capsules), and we need to prevent concurrent runs from interfering with one another (e.g. attempting to
709
- // delete the same read value, or reading values that another simulation is currently modifying).
710
- return this.#putInJobQueue(async ()=>{
849
+ // delete the same read value, or reading values that another execution is currently modifying).
850
+ return this.#putInJobQueue(async (jobId)=>{
711
851
  try {
712
852
  const totalTimer = new Timer();
713
853
  const syncTimer = new Timer();
714
- await this.synchronizer.sync();
854
+ await this.#maybeSync();
715
855
  const syncTime = syncTimer.ms();
716
856
  const functionTimer = new Timer();
717
857
  const contractFunctionSimulator = this.#getSimulatorForTx();
718
- const executionResult = await this.#simulateUtility(contractFunctionSimulator, call, authwits ?? [], scopes);
858
+ const anchorBlockHeader = await this.anchorBlockStore.getBlockHeader();
859
+ await this.contractSyncService.ensureContractSynced(call.to, call.selector, (privateSyncCall, execScopes)=>this.#executeUtility(contractFunctionSimulator, privateSyncCall, [], execScopes, jobId), anchorBlockHeader, jobId, scopes);
860
+ const { result: executionResult, offchainEffects } = await this.#executeUtility(contractFunctionSimulator, call, authwits ?? [], scopes, jobId);
719
861
  const functionTime = functionTimer.ms();
720
862
  const totalTime = totalTimer.ms();
721
863
  const perFunction = [
@@ -733,6 +875,8 @@ import { Synchronizer } from './synchronizer/index.js';
733
875
  const simulationStats = contractFunctionSimulator.getStats();
734
876
  return {
735
877
  result: executionResult,
878
+ offchainEffects,
879
+ anchorBlockTimestamp: anchorBlockHeader.globalVariables.timestamp,
736
880
  stats: {
737
881
  timings,
738
882
  nodeRPCCalls: simulationStats.nodeRPCCalls
@@ -741,31 +885,41 @@ import { Synchronizer } from './synchronizer/index.js';
741
885
  } catch (err) {
742
886
  const { to, name, args } = call;
743
887
  const stringifiedArgs = args.map((arg)=>arg.toString()).join(', ');
744
- throw this.#contextualizeError(err, `simulateUtility ${to}:${name}(${stringifiedArgs})`, `scopes=${scopes?.map((s)=>s.toString()).join(', ') ?? 'undefined'}`);
888
+ throw this.#contextualizeError(err, `executeUtility ${to}:${name}(${stringifiedArgs})`, `scopes=${scopes.map((s)=>s.toString()).join(', ')}`);
745
889
  }
746
890
  });
747
891
  }
748
892
  /**
749
893
  * Returns the private events given search parameters.
750
- * @param contractAddress - The address of the contract to get events from.
751
894
  * @param eventSelector - Event selector to search for.
752
- * @param from - The block number to search from.
753
- * @param numBlocks - The amount of blocks to search.
754
- * @param recipients - The addresses that decrypted the logs.
895
+ * @param filter
896
+ * contractAddress - The address of the contract to get events from. Required.
897
+ * scopes - One or more event scope addresses to filter by. Required.
898
+ * fromBlock - The block number to search from (inclusive). Optional. If provided, it must be >= 0.
899
+ * Defaults to 0.
900
+ * If toBlock is defined but fromBlock is not, fromBlock defaults to toBlock - 1.
901
+ * toBlock - The block number to search up to (exclusive). Optional. If provided, it must be > 0.
902
+ * Defaults to the latest known block to PXE + 1.
755
903
  * @returns - The packed events with block and tx metadata.
756
- */ async getPrivateEvents(contractAddress, eventSelector, from, numBlocks, recipients) {
757
- if (recipients.length === 0) {
758
- throw new Error('Recipients are required to get private events');
759
- }
760
- this.log.verbose(`Getting private events for ${contractAddress.toString()} from ${from} to ${from + numBlocks}`);
761
- // We need to manually trigger private state sync to have a guarantee that all the events are available.
762
- const call = await this.#getFunctionCall('sync_private_state', [], contractAddress);
763
- await this.simulateUtility(call);
764
- return this.privateEventDataProvider.getPrivateEvents(contractAddress, from, numBlocks, recipients, eventSelector);
904
+ */ async getPrivateEvents(eventSelector, filter) {
905
+ let anchorBlockNumber;
906
+ await this.#putInJobQueue(async (jobId)=>{
907
+ await this.#maybeSync();
908
+ const anchorBlockHeader = await this.anchorBlockStore.getBlockHeader();
909
+ anchorBlockNumber = anchorBlockHeader.getBlockNumber();
910
+ const contractFunctionSimulator = this.#getSimulatorForTx();
911
+ await this.contractSyncService.ensureContractSynced(filter.contractAddress, null, async (privateSyncCall, execScopes)=>await this.#executeUtility(contractFunctionSimulator, privateSyncCall, [], execScopes, jobId), anchorBlockHeader, jobId, filter.scopes);
912
+ });
913
+ // anchorBlockNumber is set during the job and fixed to whatever it is after a block sync
914
+ const sanitizedFilter = new PrivateEventFilterValidator(anchorBlockNumber).validate(filter);
915
+ this.log.debug(`Getting private events for ${sanitizedFilter.contractAddress.toString()} from ${sanitizedFilter.fromBlock} to ${sanitizedFilter.toBlock}`);
916
+ return this.privateEventStore.getPrivateEvents(eventSelector, sanitizedFilter);
765
917
  }
766
918
  /**
767
- * Stops the PXE's job queue.
768
- */ stop() {
769
- return this.jobQueue.end();
919
+ * Stops the PXE's job queue and closes the backing store.
920
+ */ async stop() {
921
+ await this.jobQueue.end();
922
+ await this.blockStateSynchronizer.stop();
923
+ await this.db.close();
770
924
  }
771
925
  }