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

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 (383) hide show
  1. package/dest/bin/check_oracle_version.js +105 -15
  2. package/dest/block_synchronizer/block_synchronizer.d.ts +43 -0
  3. package/dest/block_synchronizer/block_synchronizer.d.ts.map +1 -0
  4. package/dest/block_synchronizer/block_synchronizer.js +147 -0
  5. package/dest/block_synchronizer/index.d.ts +2 -0
  6. package/dest/block_synchronizer/index.d.ts.map +1 -0
  7. package/dest/block_synchronizer/index.js +1 -0
  8. package/dest/config/index.d.ts +6 -4
  9. package/dest/config/index.d.ts.map +1 -1
  10. package/dest/config/index.js +17 -0
  11. package/dest/config/package_info.js +1 -1
  12. package/dest/contract_function_simulator/benchmarked_node.d.ts +9 -0
  13. package/dest/contract_function_simulator/benchmarked_node.d.ts.map +1 -0
  14. package/dest/contract_function_simulator/benchmarked_node.js +77 -0
  15. package/dest/contract_function_simulator/contract_function_simulator.d.ts +40 -14
  16. package/dest/contract_function_simulator/contract_function_simulator.d.ts.map +1 -1
  17. package/dest/contract_function_simulator/contract_function_simulator.js +72 -33
  18. package/dest/contract_function_simulator/execution_note_cache.d.ts +21 -12
  19. package/dest/contract_function_simulator/execution_note_cache.d.ts.map +1 -1
  20. package/dest/contract_function_simulator/execution_note_cache.js +48 -31
  21. package/dest/contract_function_simulator/execution_tagging_index_cache.d.ts +1 -1
  22. package/dest/contract_function_simulator/execution_tagging_index_cache.js +1 -1
  23. package/dest/contract_function_simulator/hashed_values_cache.d.ts +2 -2
  24. package/dest/contract_function_simulator/hashed_values_cache.d.ts.map +1 -1
  25. package/dest/contract_function_simulator/index.d.ts +2 -2
  26. package/dest/contract_function_simulator/index.d.ts.map +1 -1
  27. package/dest/contract_function_simulator/index.js +1 -1
  28. package/dest/contract_function_simulator/noir-structs/event_validation_request.d.ts +5 -4
  29. package/dest/contract_function_simulator/noir-structs/event_validation_request.d.ts.map +1 -1
  30. package/dest/contract_function_simulator/noir-structs/event_validation_request.js +6 -3
  31. package/dest/contract_function_simulator/noir-structs/log_retrieval_request.d.ts +5 -4
  32. package/dest/contract_function_simulator/noir-structs/log_retrieval_request.d.ts.map +1 -1
  33. package/dest/contract_function_simulator/noir-structs/log_retrieval_request.js +7 -6
  34. package/dest/contract_function_simulator/noir-structs/log_retrieval_response.d.ts +2 -2
  35. package/dest/contract_function_simulator/noir-structs/log_retrieval_response.d.ts.map +1 -1
  36. package/dest/contract_function_simulator/noir-structs/log_retrieval_response.js +1 -1
  37. package/dest/contract_function_simulator/noir-structs/note_validation_request.d.ts +3 -3
  38. package/dest/contract_function_simulator/noir-structs/note_validation_request.d.ts.map +1 -1
  39. package/dest/contract_function_simulator/noir-structs/note_validation_request.js +1 -1
  40. package/dest/contract_function_simulator/noir-structs/utility_context.d.ts +4 -10
  41. package/dest/contract_function_simulator/noir-structs/utility_context.d.ts.map +1 -1
  42. package/dest/contract_function_simulator/noir-structs/utility_context.js +7 -18
  43. package/dest/contract_function_simulator/oracle/interfaces.d.ts +20 -16
  44. package/dest/contract_function_simulator/oracle/interfaces.d.ts.map +1 -1
  45. package/dest/contract_function_simulator/oracle/message_load_oracle_inputs.d.ts +4 -2
  46. package/dest/contract_function_simulator/oracle/message_load_oracle_inputs.d.ts.map +1 -1
  47. package/dest/contract_function_simulator/oracle/message_load_oracle_inputs.js +1 -1
  48. package/dest/contract_function_simulator/oracle/note_packing_utils.d.ts +11 -7
  49. package/dest/contract_function_simulator/oracle/note_packing_utils.d.ts.map +1 -1
  50. package/dest/contract_function_simulator/oracle/note_packing_utils.js +14 -10
  51. package/dest/contract_function_simulator/oracle/oracle.d.ts +10 -8
  52. package/dest/contract_function_simulator/oracle/oracle.d.ts.map +1 -1
  53. package/dest/contract_function_simulator/oracle/oracle.js +58 -36
  54. package/dest/contract_function_simulator/oracle/private_execution.d.ts +2 -28
  55. package/dest/contract_function_simulator/oracle/private_execution.d.ts.map +1 -1
  56. package/dest/contract_function_simulator/oracle/private_execution.js +2 -38
  57. package/dest/contract_function_simulator/oracle/private_execution_oracle.d.ts +32 -25
  58. package/dest/contract_function_simulator/oracle/private_execution_oracle.d.ts.map +1 -1
  59. package/dest/contract_function_simulator/oracle/private_execution_oracle.js +41 -45
  60. package/dest/contract_function_simulator/oracle/utility_execution_oracle.d.ts +73 -25
  61. package/dest/contract_function_simulator/oracle/utility_execution_oracle.d.ts.map +1 -1
  62. package/dest/contract_function_simulator/oracle/utility_execution_oracle.js +168 -64
  63. package/dest/contract_function_simulator/pick_notes.d.ts +2 -2
  64. package/dest/contract_function_simulator/pick_notes.d.ts.map +1 -1
  65. package/dest/contract_function_simulator/pick_notes.js +1 -1
  66. package/dest/contract_function_simulator/proxied_contract_data_source.d.ts +4 -4
  67. package/dest/contract_function_simulator/proxied_contract_data_source.d.ts.map +1 -1
  68. package/dest/contract_function_simulator/proxied_contract_data_source.js +23 -5
  69. package/dest/contract_sync/index.d.ts +23 -0
  70. package/dest/contract_sync/index.d.ts.map +1 -0
  71. package/dest/contract_sync/index.js +54 -0
  72. package/dest/debug/pxe_debug_utils.d.ts +41 -0
  73. package/dest/debug/pxe_debug_utils.d.ts.map +1 -0
  74. package/dest/debug/pxe_debug_utils.js +47 -0
  75. package/dest/entrypoints/client/bundle/index.d.ts +1 -2
  76. package/dest/entrypoints/client/bundle/index.d.ts.map +1 -1
  77. package/dest/entrypoints/client/bundle/index.js +0 -1
  78. package/dest/entrypoints/client/bundle/utils.d.ts +1 -1
  79. package/dest/entrypoints/client/bundle/utils.d.ts.map +1 -1
  80. package/dest/entrypoints/client/bundle/utils.js +23 -8
  81. package/dest/entrypoints/client/lazy/index.d.ts +1 -2
  82. package/dest/entrypoints/client/lazy/index.d.ts.map +1 -1
  83. package/dest/entrypoints/client/lazy/index.js +0 -1
  84. package/dest/entrypoints/client/lazy/utils.d.ts +2 -2
  85. package/dest/entrypoints/client/lazy/utils.d.ts.map +1 -1
  86. package/dest/entrypoints/client/lazy/utils.js +24 -9
  87. package/dest/entrypoints/pxe_creation_options.d.ts +7 -3
  88. package/dest/entrypoints/pxe_creation_options.d.ts.map +1 -1
  89. package/dest/entrypoints/server/index.d.ts +4 -2
  90. package/dest/entrypoints/server/index.d.ts.map +1 -1
  91. package/dest/entrypoints/server/index.js +3 -1
  92. package/dest/entrypoints/server/utils.d.ts +1 -1
  93. package/dest/entrypoints/server/utils.d.ts.map +1 -1
  94. package/dest/entrypoints/server/utils.js +30 -15
  95. package/dest/error_enriching.d.ts +4 -4
  96. package/dest/error_enriching.d.ts.map +1 -1
  97. package/dest/error_enriching.js +6 -6
  98. package/dest/events/event_service.d.ts +15 -0
  99. package/dest/events/event_service.d.ts.map +1 -0
  100. package/dest/events/event_service.js +44 -0
  101. package/dest/events/index.d.ts +2 -0
  102. package/dest/events/index.d.ts.map +1 -0
  103. package/dest/events/index.js +1 -0
  104. package/dest/events/private_event_filter_validator.d.ts +9 -0
  105. package/dest/events/private_event_filter_validator.d.ts.map +1 -0
  106. package/dest/events/private_event_filter_validator.js +38 -0
  107. package/dest/job_coordinator/job_coordinator.d.ts +75 -0
  108. package/dest/job_coordinator/job_coordinator.d.ts.map +1 -0
  109. package/dest/job_coordinator/job_coordinator.js +94 -0
  110. package/dest/logs/log_service.d.ts +28 -0
  111. package/dest/logs/log_service.d.ts.map +1 -0
  112. package/dest/logs/log_service.js +125 -0
  113. package/dest/notes/index.d.ts +2 -0
  114. package/dest/notes/index.d.ts.map +1 -0
  115. package/dest/notes/index.js +1 -0
  116. package/dest/notes/note_service.d.ts +48 -0
  117. package/dest/notes/note_service.d.ts.map +1 -0
  118. package/dest/notes/note_service.js +147 -0
  119. package/dest/oracle_version.d.ts +3 -3
  120. package/dest/oracle_version.d.ts.map +1 -1
  121. package/dest/oracle_version.js +4 -3
  122. package/dest/private_kernel/hints/index.d.ts +2 -2
  123. package/dest/private_kernel/hints/index.d.ts.map +1 -1
  124. package/dest/private_kernel/hints/index.js +1 -1
  125. package/dest/private_kernel/hints/private_kernel_reset_private_inputs_builder.d.ts +28 -0
  126. package/dest/private_kernel/hints/private_kernel_reset_private_inputs_builder.d.ts.map +1 -0
  127. package/dest/private_kernel/hints/{build_private_kernel_reset_private_inputs.js → private_kernel_reset_private_inputs_builder.js} +13 -7
  128. package/dest/private_kernel/private_kernel_execution_prover.d.ts +3 -2
  129. package/dest/private_kernel/private_kernel_execution_prover.d.ts.map +1 -1
  130. package/dest/private_kernel/private_kernel_execution_prover.js +10 -11
  131. package/dest/private_kernel/private_kernel_oracle.d.ts +26 -29
  132. package/dest/private_kernel/private_kernel_oracle.d.ts.map +1 -1
  133. package/dest/private_kernel/private_kernel_oracle.js +90 -2
  134. package/dest/pxe.d.ts +45 -81
  135. package/dest/pxe.d.ts.map +1 -1
  136. package/dest/pxe.js +188 -217
  137. package/dest/storage/address_store/address_store.d.ts +11 -0
  138. package/dest/storage/address_store/address_store.d.ts.map +1 -0
  139. package/dest/storage/{address_data_provider/address_data_provider.js → address_store/address_store.js} +13 -12
  140. package/dest/storage/address_store/index.d.ts +2 -0
  141. package/dest/storage/address_store/index.d.ts.map +1 -0
  142. package/dest/storage/address_store/index.js +1 -0
  143. package/dest/storage/anchor_block_store/anchor_block_store.d.ts +17 -0
  144. package/dest/storage/anchor_block_store/anchor_block_store.d.ts.map +1 -0
  145. package/dest/storage/{sync_data_provider/sync_data_provider.js → anchor_block_store/anchor_block_store.js} +10 -10
  146. package/dest/storage/{sync_data_provider → anchor_block_store}/index.d.ts +2 -2
  147. package/dest/storage/anchor_block_store/index.d.ts.map +1 -0
  148. package/dest/storage/anchor_block_store/index.js +1 -0
  149. package/dest/storage/capsule_store/capsule_store.d.ts +72 -0
  150. package/dest/storage/capsule_store/capsule_store.d.ts.map +1 -0
  151. package/dest/storage/capsule_store/capsule_store.js +253 -0
  152. package/dest/storage/capsule_store/index.d.ts +2 -0
  153. package/dest/storage/capsule_store/index.d.ts.map +1 -0
  154. package/dest/storage/capsule_store/index.js +1 -0
  155. package/dest/storage/{contract_data_provider/contract_data_provider.d.ts → contract_store/contract_store.d.ts} +7 -5
  156. package/dest/storage/contract_store/contract_store.d.ts.map +1 -0
  157. package/dest/storage/{contract_data_provider/contract_data_provider.js → contract_store/contract_store.js} +56 -16
  158. package/dest/storage/contract_store/index.d.ts +2 -0
  159. package/dest/storage/contract_store/index.d.ts.map +1 -0
  160. package/dest/storage/contract_store/index.js +1 -0
  161. package/dest/storage/{contract_data_provider → contract_store}/private_functions_tree.d.ts +1 -1
  162. package/dest/storage/contract_store/private_functions_tree.d.ts.map +1 -0
  163. package/dest/storage/{contract_data_provider → contract_store}/private_functions_tree.js +1 -1
  164. package/dest/storage/index.d.ts +8 -8
  165. package/dest/storage/index.d.ts.map +1 -1
  166. package/dest/storage/index.js +7 -7
  167. package/dest/storage/metadata.d.ts +1 -1
  168. package/dest/storage/metadata.js +1 -1
  169. package/dest/storage/note_store/index.d.ts +3 -0
  170. package/dest/storage/note_store/index.d.ts.map +1 -0
  171. package/dest/storage/note_store/index.js +2 -0
  172. package/dest/storage/note_store/note_store.d.ts +83 -0
  173. package/dest/storage/note_store/note_store.d.ts.map +1 -0
  174. package/dest/storage/note_store/note_store.js +341 -0
  175. package/dest/storage/note_store/stored_note.d.ts +16 -0
  176. package/dest/storage/note_store/stored_note.d.ts.map +1 -0
  177. package/dest/storage/note_store/stored_note.js +43 -0
  178. package/dest/storage/private_event_store/private_event_store.d.ts +91 -0
  179. package/dest/storage/private_event_store/private_event_store.d.ts.map +1 -0
  180. package/dest/storage/private_event_store/private_event_store.js +273 -0
  181. package/dest/storage/private_event_store/stored_private_event.d.ts +23 -0
  182. package/dest/storage/private_event_store/stored_private_event.d.ts.map +1 -0
  183. package/dest/storage/private_event_store/stored_private_event.js +56 -0
  184. package/dest/storage/tagging_store/index.d.ts +4 -0
  185. package/dest/storage/tagging_store/index.d.ts.map +1 -0
  186. package/dest/storage/tagging_store/index.js +3 -0
  187. package/dest/storage/tagging_store/recipient_tagging_store.d.ts +28 -0
  188. package/dest/storage/tagging_store/recipient_tagging_store.d.ts.map +1 -0
  189. package/dest/storage/tagging_store/recipient_tagging_store.js +111 -0
  190. package/dest/storage/tagging_store/sender_address_book_store.d.ts +14 -0
  191. package/dest/storage/tagging_store/sender_address_book_store.d.ts.map +1 -0
  192. package/dest/storage/tagging_store/sender_address_book_store.js +36 -0
  193. package/dest/storage/tagging_store/sender_tagging_store.d.ts +77 -0
  194. package/dest/storage/tagging_store/sender_tagging_store.d.ts.map +1 -0
  195. package/dest/storage/tagging_store/sender_tagging_store.js +348 -0
  196. package/dest/tagging/constants.d.ts +2 -2
  197. package/dest/tagging/constants.d.ts.map +1 -1
  198. package/dest/tagging/constants.js +10 -2
  199. package/dest/tagging/get_all_logs_by_tags.d.ts +24 -0
  200. package/dest/tagging/get_all_logs_by_tags.d.ts.map +1 -0
  201. package/dest/tagging/get_all_logs_by_tags.js +46 -0
  202. package/dest/tagging/index.d.ts +16 -6
  203. package/dest/tagging/index.d.ts.map +1 -1
  204. package/dest/tagging/index.js +15 -5
  205. package/dest/tagging/recipient_sync/load_private_logs_for_sender_recipient_pair.d.ts +15 -0
  206. package/dest/tagging/recipient_sync/load_private_logs_for_sender_recipient_pair.d.ts.map +1 -0
  207. package/dest/tagging/recipient_sync/load_private_logs_for_sender_recipient_pair.js +99 -0
  208. package/dest/tagging/recipient_sync/utils/find_highest_indexes.d.ts +12 -0
  209. package/dest/tagging/recipient_sync/utils/find_highest_indexes.d.ts.map +1 -0
  210. package/dest/tagging/recipient_sync/utils/find_highest_indexes.js +20 -0
  211. package/dest/tagging/recipient_sync/utils/load_logs_for_range.d.ts +15 -0
  212. package/dest/tagging/recipient_sync/utils/load_logs_for_range.d.ts.map +1 -0
  213. package/dest/tagging/recipient_sync/utils/load_logs_for_range.js +32 -0
  214. package/dest/tagging/sender_sync/sync_sender_tagging_indexes.d.ts +21 -0
  215. package/dest/tagging/sender_sync/sync_sender_tagging_indexes.d.ts.map +1 -0
  216. package/dest/tagging/sender_sync/sync_sender_tagging_indexes.js +74 -0
  217. package/dest/tagging/sender_sync/utils/get_status_change_of_pending.d.ts +11 -0
  218. package/dest/tagging/sender_sync/utils/get_status_change_of_pending.d.ts.map +1 -0
  219. package/dest/tagging/sender_sync/utils/get_status_change_of_pending.js +29 -0
  220. package/dest/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.d.ts +21 -0
  221. package/dest/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.d.ts.map +1 -0
  222. package/dest/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.js +60 -0
  223. package/package.json +18 -18
  224. package/src/bin/check_oracle_version.ts +131 -20
  225. package/src/block_synchronizer/block_synchronizer.ts +172 -0
  226. package/src/block_synchronizer/index.ts +1 -0
  227. package/src/config/index.ts +17 -3
  228. package/src/config/package_info.ts +1 -1
  229. package/src/contract_function_simulator/benchmarked_node.ts +103 -0
  230. package/src/contract_function_simulator/contract_function_simulator.ts +114 -34
  231. package/src/contract_function_simulator/execution_note_cache.ts +51 -29
  232. package/src/contract_function_simulator/execution_tagging_index_cache.ts +1 -1
  233. package/src/contract_function_simulator/hashed_values_cache.ts +1 -1
  234. package/src/contract_function_simulator/index.ts +1 -1
  235. package/src/contract_function_simulator/noir-structs/event_validation_request.ts +6 -2
  236. package/src/contract_function_simulator/noir-structs/log_retrieval_request.ts +6 -5
  237. package/src/contract_function_simulator/noir-structs/log_retrieval_response.ts +1 -1
  238. package/src/contract_function_simulator/noir-structs/note_validation_request.ts +2 -2
  239. package/src/contract_function_simulator/noir-structs/utility_context.ts +6 -25
  240. package/src/contract_function_simulator/oracle/interfaces.ts +25 -15
  241. package/src/contract_function_simulator/oracle/message_load_oracle_inputs.ts +1 -1
  242. package/src/contract_function_simulator/oracle/note_packing_utils.ts +27 -13
  243. package/src/contract_function_simulator/oracle/oracle.ts +74 -45
  244. package/src/contract_function_simulator/oracle/private_execution.ts +2 -69
  245. package/src/contract_function_simulator/oracle/private_execution_oracle.ts +120 -59
  246. package/src/contract_function_simulator/oracle/utility_execution_oracle.ts +259 -81
  247. package/src/contract_function_simulator/pick_notes.ts +1 -1
  248. package/src/contract_function_simulator/proxied_contract_data_source.ts +24 -7
  249. package/src/contract_sync/index.ts +98 -0
  250. package/src/debug/pxe_debug_utils.ts +63 -0
  251. package/src/entrypoints/client/bundle/index.ts +0 -1
  252. package/src/entrypoints/client/bundle/utils.ts +15 -16
  253. package/src/entrypoints/client/lazy/index.ts +0 -1
  254. package/src/entrypoints/client/lazy/utils.ts +16 -17
  255. package/src/entrypoints/pxe_creation_options.ts +6 -2
  256. package/src/entrypoints/server/index.ts +3 -1
  257. package/src/entrypoints/server/utils.ts +26 -34
  258. package/src/error_enriching.ts +7 -15
  259. package/src/events/event_service.ts +71 -0
  260. package/src/events/index.ts +1 -0
  261. package/src/events/private_event_filter_validator.ts +46 -0
  262. package/src/job_coordinator/job_coordinator.ts +150 -0
  263. package/src/logs/log_service.ts +220 -0
  264. package/src/notes/index.ts +1 -0
  265. package/src/notes/note_service.ts +195 -0
  266. package/src/oracle_version.ts +4 -3
  267. package/src/private_kernel/hints/index.ts +1 -1
  268. package/src/private_kernel/hints/{build_private_kernel_reset_private_inputs.ts → private_kernel_reset_private_inputs_builder.ts} +34 -23
  269. package/src/private_kernel/private_kernel_execution_prover.ts +13 -12
  270. package/src/private_kernel/private_kernel_oracle.ts +118 -37
  271. package/src/pxe.ts +267 -282
  272. package/src/storage/{address_data_provider/address_data_provider.ts → address_store/address_store.ts} +16 -16
  273. package/src/storage/address_store/index.ts +1 -0
  274. package/src/storage/{sync_data_provider/sync_data_provider.ts → anchor_block_store/anchor_block_store.ts} +10 -12
  275. package/src/storage/anchor_block_store/index.ts +1 -0
  276. package/src/storage/capsule_store/capsule_store.ts +315 -0
  277. package/src/storage/capsule_store/index.ts +1 -0
  278. package/src/storage/{contract_data_provider/contract_data_provider.ts → contract_store/contract_store.ts} +67 -14
  279. package/src/storage/contract_store/index.ts +1 -0
  280. package/src/storage/{contract_data_provider → contract_store}/private_functions_tree.ts +1 -1
  281. package/src/storage/index.ts +7 -7
  282. package/src/storage/metadata.ts +1 -1
  283. package/src/storage/note_store/index.ts +2 -0
  284. package/src/storage/note_store/note_store.ts +411 -0
  285. package/src/storage/note_store/stored_note.ts +48 -0
  286. package/src/storage/private_event_store/private_event_store.ts +384 -0
  287. package/src/storage/private_event_store/stored_private_event.ts +73 -0
  288. package/src/storage/tagging_store/index.ts +3 -0
  289. package/src/storage/tagging_store/recipient_tagging_store.ts +139 -0
  290. package/src/storage/tagging_store/sender_address_book_store.ts +48 -0
  291. package/src/storage/tagging_store/sender_tagging_store.ts +429 -0
  292. package/src/tagging/constants.ts +10 -2
  293. package/src/tagging/get_all_logs_by_tags.ts +68 -0
  294. package/src/tagging/index.ts +18 -5
  295. package/src/tagging/recipient_sync/load_private_logs_for_sender_recipient_pair.ts +143 -0
  296. package/src/tagging/recipient_sync/utils/find_highest_indexes.ts +34 -0
  297. package/src/tagging/recipient_sync/utils/load_logs_for_range.ts +49 -0
  298. package/src/tagging/sender_sync/sync_sender_tagging_indexes.ts +99 -0
  299. package/src/tagging/sender_sync/utils/get_status_change_of_pending.ts +36 -0
  300. package/src/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.ts +84 -0
  301. package/dest/contract_function_simulator/execution_data_provider.d.ts +0 -267
  302. package/dest/contract_function_simulator/execution_data_provider.d.ts.map +0 -1
  303. package/dest/contract_function_simulator/execution_data_provider.js +0 -14
  304. package/dest/contract_function_simulator/proxied_node.d.ts +0 -9
  305. package/dest/contract_function_simulator/proxied_node.d.ts.map +0 -1
  306. package/dest/contract_function_simulator/proxied_node.js +0 -27
  307. package/dest/contract_function_simulator/pxe_oracle_interface.d.ts +0 -123
  308. package/dest/contract_function_simulator/pxe_oracle_interface.d.ts.map +0 -1
  309. package/dest/contract_function_simulator/pxe_oracle_interface.js +0 -696
  310. package/dest/private_kernel/hints/build_private_kernel_reset_private_inputs.d.ts +0 -28
  311. package/dest/private_kernel/hints/build_private_kernel_reset_private_inputs.d.ts.map +0 -1
  312. package/dest/private_kernel/private_kernel_oracle_impl.d.ts +0 -45
  313. package/dest/private_kernel/private_kernel_oracle_impl.d.ts.map +0 -1
  314. package/dest/private_kernel/private_kernel_oracle_impl.js +0 -86
  315. package/dest/storage/address_data_provider/address_data_provider.d.ts +0 -11
  316. package/dest/storage/address_data_provider/address_data_provider.d.ts.map +0 -1
  317. package/dest/storage/address_data_provider/index.d.ts +0 -2
  318. package/dest/storage/address_data_provider/index.d.ts.map +0 -1
  319. package/dest/storage/address_data_provider/index.js +0 -1
  320. package/dest/storage/capsule_data_provider/capsule_data_provider.d.ts +0 -25
  321. package/dest/storage/capsule_data_provider/capsule_data_provider.d.ts.map +0 -1
  322. package/dest/storage/capsule_data_provider/capsule_data_provider.js +0 -118
  323. package/dest/storage/capsule_data_provider/index.d.ts +0 -2
  324. package/dest/storage/capsule_data_provider/index.d.ts.map +0 -1
  325. package/dest/storage/capsule_data_provider/index.js +0 -1
  326. package/dest/storage/contract_data_provider/contract_data_provider.d.ts.map +0 -1
  327. package/dest/storage/contract_data_provider/index.d.ts +0 -2
  328. package/dest/storage/contract_data_provider/index.d.ts.map +0 -1
  329. package/dest/storage/contract_data_provider/index.js +0 -1
  330. package/dest/storage/contract_data_provider/private_functions_tree.d.ts.map +0 -1
  331. package/dest/storage/note_data_provider/index.d.ts +0 -3
  332. package/dest/storage/note_data_provider/index.d.ts.map +0 -1
  333. package/dest/storage/note_data_provider/index.js +0 -2
  334. package/dest/storage/note_data_provider/note_data_provider.d.ts +0 -83
  335. package/dest/storage/note_data_provider/note_data_provider.d.ts.map +0 -1
  336. package/dest/storage/note_data_provider/note_data_provider.js +0 -314
  337. package/dest/storage/private_event_data_provider/private_event_data_provider.d.ts +0 -37
  338. package/dest/storage/private_event_data_provider/private_event_data_provider.d.ts.map +0 -1
  339. package/dest/storage/private_event_data_provider/private_event_data_provider.js +0 -105
  340. package/dest/storage/sync_data_provider/index.d.ts.map +0 -1
  341. package/dest/storage/sync_data_provider/index.js +0 -1
  342. package/dest/storage/sync_data_provider/sync_data_provider.d.ts +0 -11
  343. package/dest/storage/sync_data_provider/sync_data_provider.d.ts.map +0 -1
  344. package/dest/storage/tagging_data_provider/index.d.ts +0 -2
  345. package/dest/storage/tagging_data_provider/index.d.ts.map +0 -1
  346. package/dest/storage/tagging_data_provider/index.js +0 -1
  347. package/dest/storage/tagging_data_provider/tagging_data_provider.d.ts +0 -40
  348. package/dest/storage/tagging_data_provider/tagging_data_provider.d.ts.map +0 -1
  349. package/dest/storage/tagging_data_provider/tagging_data_provider.js +0 -89
  350. package/dest/synchronizer/index.d.ts +0 -2
  351. package/dest/synchronizer/index.d.ts.map +0 -1
  352. package/dest/synchronizer/index.js +0 -1
  353. package/dest/synchronizer/synchronizer.d.ts +0 -36
  354. package/dest/synchronizer/synchronizer.d.ts.map +0 -1
  355. package/dest/synchronizer/synchronizer.js +0 -102
  356. package/dest/tagging/siloed_tag.d.ts +0 -14
  357. package/dest/tagging/siloed_tag.d.ts.map +0 -1
  358. package/dest/tagging/siloed_tag.js +0 -20
  359. package/dest/tagging/tag.d.ts +0 -12
  360. package/dest/tagging/tag.d.ts.map +0 -1
  361. package/dest/tagging/tag.js +0 -17
  362. package/dest/tagging/utils.d.ts +0 -18
  363. package/dest/tagging/utils.d.ts.map +0 -1
  364. package/dest/tagging/utils.js +0 -24
  365. package/src/contract_function_simulator/execution_data_provider.ts +0 -342
  366. package/src/contract_function_simulator/proxied_node.ts +0 -33
  367. package/src/contract_function_simulator/pxe_oracle_interface.ts +0 -1023
  368. package/src/private_kernel/private_kernel_oracle_impl.ts +0 -132
  369. package/src/storage/address_data_provider/index.ts +0 -1
  370. package/src/storage/capsule_data_provider/capsule_data_provider.ts +0 -147
  371. package/src/storage/capsule_data_provider/index.ts +0 -1
  372. package/src/storage/contract_data_provider/index.ts +0 -1
  373. package/src/storage/note_data_provider/index.ts +0 -2
  374. package/src/storage/note_data_provider/note_data_provider.ts +0 -403
  375. package/src/storage/private_event_data_provider/private_event_data_provider.ts +0 -143
  376. package/src/storage/sync_data_provider/index.ts +0 -1
  377. package/src/storage/tagging_data_provider/index.ts +0 -1
  378. package/src/storage/tagging_data_provider/tagging_data_provider.ts +0 -120
  379. package/src/synchronizer/index.ts +0 -1
  380. package/src/synchronizer/synchronizer.ts +0 -121
  381. package/src/tagging/siloed_tag.ts +0 -22
  382. package/src/tagging/tag.ts +0 -16
  383. package/src/tagging/utils.ts +0 -31
@@ -0,0 +1,77 @@
1
+ import type { AztecAsyncKVStore } from '@aztec/kv-store';
2
+ import type { DirectionalAppTaggingSecret, PreTag } from '@aztec/stdlib/logs';
3
+ import { TxHash } from '@aztec/stdlib/tx';
4
+ import type { StagedStore } from '../../job_coordinator/job_coordinator.js';
5
+ /**
6
+ * Data provider of tagging data used when syncing the sender tagging indexes. The recipient counterpart of this class
7
+ * is called RecipientTaggingStore. We have the data stores separate for sender and recipient because
8
+ * the algorithms are completely disjoint and there is not data reuse between the two.
9
+ */
10
+ export declare class SenderTaggingStore implements StagedStore {
11
+ #private;
12
+ readonly storeName = "sender_tagging";
13
+ constructor(store: AztecAsyncKVStore);
14
+ /**
15
+ * Writes all job-specific in-memory data to persistent storage.
16
+ *
17
+ * @remark This method must run in a DB transaction context. It's designed to be called from JobCoordinator#commitJob.
18
+ */
19
+ commit(jobId: string): Promise<void>;
20
+ discardStaged(jobId: string): Promise<void>;
21
+ /**
22
+ * Stores pending indexes.
23
+ * @remarks Ignores the index if the same preTag + txHash combination already exists in the db with the same index.
24
+ * This is expected to happen because whenever we start sync we start from the last finalized index and we can have
25
+ * pending indexes already stored from previous syncs.
26
+ * @param preTags - The pre-tags containing the directional app tagging secrets and the indexes that are to be
27
+ * stored in the db.
28
+ * @param txHash - The tx in which the pretags were used in private logs.
29
+ * @param jobId - job context for staged writes to this store. See `JobCoordinator` for more details.
30
+ * @throws If any two pre-tags contain the same directional app tagging secret. This is enforced because we care
31
+ * only about the highest index for a given secret that was used in the tx. Hence this check is a good way to catch
32
+ * bugs.
33
+ * @throws If the newly stored pending index is further than window length from the highest finalized index for the
34
+ * same secret. This is enforced in order to give a guarantee to a recipient that he doesn't need to look further than
35
+ * window length ahead of the highest finalized index.
36
+ * @throws If a secret + txHash pair already exists in the db with a different index value. It should never happen
37
+ * that we would attempt to store a different index for a given secret-txHash pair because we always store just the
38
+ * highest index for a given secret-txHash pair. Hence this is a good way to catch bugs.
39
+ * @throws If the newly stored pending index is lower than or equal to the last finalized index for the same secret.
40
+ * This is enforced because this should never happen if the syncing is done correctly as we look for logs from higher
41
+ * indexes than finalized ones.
42
+ */
43
+ storePendingIndexes(preTags: PreTag[], txHash: TxHash, jobId: string): Promise<void>;
44
+ /**
45
+ * Returns the transaction hashes of all pending transactions that contain indexes within a specified range
46
+ * for a given directional app tagging secret.
47
+ * @param secret - The directional app tagging secret to query pending indexes for.
48
+ * @param startIndex - The lower bound of the index range (inclusive).
49
+ * @param endIndex - The upper bound of the index range (exclusive).
50
+ * @returns An array of unique transaction hashes for pending transactions that contain indexes in the range
51
+ * [startIndex, endIndex). Returns an empty array if no pending indexes exist in the range.
52
+ */
53
+ getTxHashesOfPendingIndexes(secret: DirectionalAppTaggingSecret, startIndex: number, endIndex: number, jobId: string): Promise<TxHash[]>;
54
+ /**
55
+ * Returns the last (highest) finalized index for a given secret.
56
+ * @param secret - The secret to get the last finalized index for.
57
+ * @returns The last (highest) finalized index for the given secret.
58
+ */
59
+ getLastFinalizedIndex(secret: DirectionalAppTaggingSecret, jobId: string): Promise<number | undefined>;
60
+ /**
61
+ * Returns the last used index for a given directional app tagging secret, considering both finalized and pending
62
+ * indexes.
63
+ * @param secret - The directional app tagging secret to query the last used index for.
64
+ * @returns The last used index.
65
+ */
66
+ getLastUsedIndex(secret: DirectionalAppTaggingSecret, jobId: string): Promise<number | undefined>;
67
+ /**
68
+ * Drops all pending indexes corresponding to the given transaction hashes.
69
+ */
70
+ dropPendingIndexes(txHashes: TxHash[], jobId: string): Promise<void>;
71
+ /**
72
+ * Updates pending indexes corresponding to the given transaction hashes to be finalized and prunes any lower pending
73
+ * indexes.
74
+ */
75
+ finalizePendingIndexes(txHashes: TxHash[], jobId: string): Promise<void>;
76
+ }
77
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VuZGVyX3RhZ2dpbmdfc3RvcmUuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9zdG9yYWdlL3RhZ2dpbmdfc3RvcmUvc2VuZGVyX3RhZ2dpbmdfc3RvcmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxLQUFLLEVBQUUsaUJBQWlCLEVBQWlCLE1BQU0saUJBQWlCLENBQUM7QUFDeEUsT0FBTyxLQUFLLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDOUUsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBRTFDLE9BQU8sS0FBSyxFQUFFLFdBQVcsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBRzVFOzs7O0dBSUc7QUFDSCxxQkFBYSxrQkFBbUIsWUFBVyxXQUFXOztJQUNwRCxRQUFRLENBQUMsU0FBUyxvQkFBb0I7SUE2QnRDLFlBQVksS0FBSyxFQUFFLGlCQUFpQixFQVFuQztJQTRDRDs7OztPQUlHO0lBQ0csTUFBTSxDQUFDLEtBQUssRUFBRSxNQUFNLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxDQW9CekM7SUFFRCxhQUFhLENBQUMsS0FBSyxFQUFFLE1BQU0sR0FBRyxPQUFPLENBQUMsSUFBSSxDQUFDLENBSTFDO0lBRUQ7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztPQXFCRztJQUNILG1CQUFtQixDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxNQUFNLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxDQTBFbkY7SUFFRDs7Ozs7Ozs7T0FRRztJQUNILDJCQUEyQixDQUN6QixNQUFNLEVBQUUsMkJBQTJCLEVBQ25DLFVBQVUsRUFBRSxNQUFNLEVBQ2xCLFFBQVEsRUFBRSxNQUFNLEVBQ2hCLEtBQUssRUFBRSxNQUFNLEdBQ1osT0FBTyxDQUFDLE1BQU0sRUFBRSxDQUFDLENBUW5CO0lBRUQ7Ozs7T0FJRztJQUNILHFCQUFxQixDQUFDLE1BQU0sRUFBRSwyQkFBMkIsRUFBRSxLQUFLLEVBQUUsTUFBTSxHQUFHLE9BQU8sQ0FBQyxNQUFNLEdBQUcsU0FBUyxDQUFDLENBRXJHO0lBRUQ7Ozs7O09BS0c7SUFDSCxnQkFBZ0IsQ0FBQyxNQUFNLEVBQUUsMkJBQTJCLEVBQUUsS0FBSyxFQUFFLE1BQU0sR0FBRyxPQUFPLENBQUMsTUFBTSxHQUFHLFNBQVMsQ0FBQyxDQWtCaEc7SUFFRDs7T0FFRztJQUNILGtCQUFrQixDQUFDLFFBQVEsRUFBRSxNQUFNLEVBQUUsRUFBRSxLQUFLLEVBQUUsTUFBTSxHQUFHLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0EyQ25FO0lBRUQ7OztPQUdHO0lBQ0gsc0JBQXNCLENBQUMsUUFBUSxFQUFFLE1BQU0sRUFBRSxFQUFFLEtBQUssRUFBRSxNQUFNLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxDQTJGdkU7Q0FDRiJ9
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sender_tagging_store.d.ts","sourceRoot":"","sources":["../../../src/storage/tagging_store/sender_tagging_store.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAiB,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE1C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAC;AAG5E;;;;GAIG;AACH,qBAAa,kBAAmB,YAAW,WAAW;;IACpD,QAAQ,CAAC,SAAS,oBAAoB;IA6BtC,YAAY,KAAK,EAAE,iBAAiB,EAQnC;IA4CD;;;;OAIG;IACG,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAoBzC;IAED,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAI1C;IAED;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,mBAAmB,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CA0EnF;IAED;;;;;;;;OAQG;IACH,2BAA2B,CACzB,MAAM,EAAE,2BAA2B,EACnC,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,EAChB,KAAK,EAAE,MAAM,GACZ,OAAO,CAAC,MAAM,EAAE,CAAC,CAQnB;IAED;;;;OAIG;IACH,qBAAqB,CAAC,MAAM,EAAE,2BAA2B,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAErG;IAED;;;;;OAKG;IACH,gBAAgB,CAAC,MAAM,EAAE,2BAA2B,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAkBhG;IAED;;OAEG;IACH,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CA2CnE;IAED;;;OAGG;IACH,sBAAsB,CAAC,QAAQ,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CA2FvE;CACF"}
@@ -0,0 +1,348 @@
1
+ import { TxHash } from '@aztec/stdlib/tx';
2
+ import { UNFINALIZED_TAGGING_INDEXES_WINDOW_LEN } from '../../tagging/constants.js';
3
+ /**
4
+ * Data provider of tagging data used when syncing the sender tagging indexes. The recipient counterpart of this class
5
+ * is called RecipientTaggingStore. We have the data stores separate for sender and recipient because
6
+ * the algorithms are completely disjoint and there is not data reuse between the two.
7
+ */ export class SenderTaggingStore {
8
+ storeName = 'sender_tagging';
9
+ #store;
10
+ // Stores the pending indexes for each directional app tagging secret. Pending here means that the tx that contained
11
+ // the private logs with tags corresponding to these indexes has not been finalized yet.
12
+ //
13
+ // We don't store just the highest index because if their transaction is dropped we'd then need the information about
14
+ // the lower pending indexes. For each secret-tx pair however we only store the largest index used in that tx, since
15
+ // the smaller ones are irrelevant due to tx atomicity.
16
+ //
17
+ // TODO(#17615): This assumes no logs are used in the non-revertible phase.
18
+ //
19
+ // directional app tagging secret => { pending index, txHash }[]
20
+ #pendingIndexes;
21
+ // jobId => directional app tagging secret => { pending index, txHash }[]
22
+ #pendingIndexesForJob;
23
+ // Stores the last (highest) finalized index for each directional app tagging secret. We care only about the last
24
+ // index because unlike the pending indexes, it will never happen that a finalized index would be removed and hence
25
+ // we don't need to store the history.
26
+ //
27
+ // directional app tagging secret => highest finalized index
28
+ #lastFinalizedIndexes;
29
+ // jobId => directional app tagging secret => highest finalized index
30
+ #lastFinalizedIndexesForJob;
31
+ constructor(store){
32
+ this.#store = store;
33
+ this.#pendingIndexes = this.#store.openMap('pending_indexes');
34
+ this.#lastFinalizedIndexes = this.#store.openMap('last_finalized_indexes');
35
+ this.#pendingIndexesForJob = new Map();
36
+ this.#lastFinalizedIndexesForJob = new Map();
37
+ }
38
+ #getPendingIndexesForJob(jobId) {
39
+ let pendingIndexesForJob = this.#pendingIndexesForJob.get(jobId);
40
+ if (!pendingIndexesForJob) {
41
+ pendingIndexesForJob = new Map();
42
+ this.#pendingIndexesForJob.set(jobId, pendingIndexesForJob);
43
+ }
44
+ return pendingIndexesForJob;
45
+ }
46
+ #getLastFinalizedIndexesForJob(jobId) {
47
+ let jobStagedLastFinalizedIndexes = this.#lastFinalizedIndexesForJob.get(jobId);
48
+ if (!jobStagedLastFinalizedIndexes) {
49
+ jobStagedLastFinalizedIndexes = new Map();
50
+ this.#lastFinalizedIndexesForJob.set(jobId, jobStagedLastFinalizedIndexes);
51
+ }
52
+ return jobStagedLastFinalizedIndexes;
53
+ }
54
+ async #readPendingIndexes(jobId, secret) {
55
+ // Always issue DB read to keep IndexedDB transaction alive (they auto-commit when a new micro-task starts and there
56
+ // are no pending read requests). The staged value still takes precedence if it exists.
57
+ const dbValue = await this.#pendingIndexes.getAsync(secret);
58
+ const staged = this.#getPendingIndexesForJob(jobId).get(secret);
59
+ return staged !== undefined ? staged : dbValue ?? [];
60
+ }
61
+ #writePendingIndexes(jobId, secret, pendingIndexes) {
62
+ this.#getPendingIndexesForJob(jobId).set(secret, pendingIndexes);
63
+ }
64
+ async #readLastFinalizedIndex(jobId, secret) {
65
+ // Always issue DB read to keep IndexedDB transaction alive (they auto-commit when a new micro-task starts and there
66
+ // are no pending read requests). The staged value still takes precedence if it exists.
67
+ const dbValue = await this.#lastFinalizedIndexes.getAsync(secret);
68
+ const staged = this.#getLastFinalizedIndexesForJob(jobId).get(secret);
69
+ return staged ?? dbValue;
70
+ }
71
+ #writeLastFinalizedIndex(jobId, secret, lastFinalizedIndex) {
72
+ this.#getLastFinalizedIndexesForJob(jobId).set(secret, lastFinalizedIndex);
73
+ }
74
+ /**
75
+ * Writes all job-specific in-memory data to persistent storage.
76
+ *
77
+ * @remark This method must run in a DB transaction context. It's designed to be called from JobCoordinator#commitJob.
78
+ */ async commit(jobId) {
79
+ const pendingIndexesForJob = this.#pendingIndexesForJob.get(jobId);
80
+ if (pendingIndexesForJob) {
81
+ for (const [secret, pendingIndexes] of pendingIndexesForJob.entries()){
82
+ if (pendingIndexes.length === 0) {
83
+ await this.#pendingIndexes.delete(secret);
84
+ } else {
85
+ await this.#pendingIndexes.set(secret, pendingIndexes);
86
+ }
87
+ }
88
+ }
89
+ const lastFinalizedIndexesForJob = this.#lastFinalizedIndexesForJob.get(jobId);
90
+ if (lastFinalizedIndexesForJob) {
91
+ for (const [secret, lastFinalizedIndex] of lastFinalizedIndexesForJob.entries()){
92
+ await this.#lastFinalizedIndexes.set(secret, lastFinalizedIndex);
93
+ }
94
+ }
95
+ return this.discardStaged(jobId);
96
+ }
97
+ discardStaged(jobId) {
98
+ this.#pendingIndexesForJob.delete(jobId);
99
+ this.#lastFinalizedIndexesForJob.delete(jobId);
100
+ return Promise.resolve();
101
+ }
102
+ /**
103
+ * Stores pending indexes.
104
+ * @remarks Ignores the index if the same preTag + txHash combination already exists in the db with the same index.
105
+ * This is expected to happen because whenever we start sync we start from the last finalized index and we can have
106
+ * pending indexes already stored from previous syncs.
107
+ * @param preTags - The pre-tags containing the directional app tagging secrets and the indexes that are to be
108
+ * stored in the db.
109
+ * @param txHash - The tx in which the pretags were used in private logs.
110
+ * @param jobId - job context for staged writes to this store. See `JobCoordinator` for more details.
111
+ * @throws If any two pre-tags contain the same directional app tagging secret. This is enforced because we care
112
+ * only about the highest index for a given secret that was used in the tx. Hence this check is a good way to catch
113
+ * bugs.
114
+ * @throws If the newly stored pending index is further than window length from the highest finalized index for the
115
+ * same secret. This is enforced in order to give a guarantee to a recipient that he doesn't need to look further than
116
+ * window length ahead of the highest finalized index.
117
+ * @throws If a secret + txHash pair already exists in the db with a different index value. It should never happen
118
+ * that we would attempt to store a different index for a given secret-txHash pair because we always store just the
119
+ * highest index for a given secret-txHash pair. Hence this is a good way to catch bugs.
120
+ * @throws If the newly stored pending index is lower than or equal to the last finalized index for the same secret.
121
+ * This is enforced because this should never happen if the syncing is done correctly as we look for logs from higher
122
+ * indexes than finalized ones.
123
+ */ storePendingIndexes(preTags, txHash, jobId) {
124
+ if (preTags.length === 0) {
125
+ return Promise.resolve();
126
+ }
127
+ // The secrets in pre-tags should be unique because we always store just the highest index per given secret-txHash
128
+ // pair. Below we check that this is the case.
129
+ const secretsSet = new Set(preTags.map((preTag)=>preTag.secret.toString()));
130
+ if (secretsSet.size !== preTags.length) {
131
+ return Promise.reject(new Error(`Duplicate secrets found when storing pending indexes`));
132
+ }
133
+ const txHashStr = txHash.toString();
134
+ return this.#store.transactionAsync(async ()=>{
135
+ // Prefetch all data, start reads during iteration to keep IndexedDB transaction alive
136
+ const preTagReadPromises = preTags.map(({ secret, index })=>{
137
+ const secretStr = secret.toString();
138
+ return {
139
+ secret,
140
+ secretStr,
141
+ index,
142
+ pending: this.#readPendingIndexes(jobId, secretStr),
143
+ finalized: this.#readLastFinalizedIndex(jobId, secretStr)
144
+ };
145
+ });
146
+ // Await all reads together
147
+ const preTagData = await Promise.all(preTagReadPromises.map(async (item)=>({
148
+ ...item,
149
+ pendingData: await item.pending,
150
+ finalizedIndex: await item.finalized
151
+ })));
152
+ // Process in memory and validate
153
+ for (const { secretStr, index, pendingData, finalizedIndex } of preTagData){
154
+ // First we check that for any secret the highest used index in tx is not further than window length from
155
+ // the highest finalized index.
156
+ if (index > (finalizedIndex ?? 0) + UNFINALIZED_TAGGING_INDEXES_WINDOW_LEN) {
157
+ throw new Error(`Highest used index ${index} is further than window length from the highest finalized index ${finalizedIndex ?? 0}.
158
+ Tagging window length ${UNFINALIZED_TAGGING_INDEXES_WINDOW_LEN} is configured too low. Contact the Aztec team
159
+ to increase it!`);
160
+ }
161
+ // Throw if the new pending index is lower than or equal to the last finalized index
162
+ if (finalizedIndex !== undefined && index <= finalizedIndex) {
163
+ throw new Error(`Cannot store pending index ${index} for secret ${secretStr}: ` + `it is lower than or equal to the last finalized index ${finalizedIndex}`);
164
+ }
165
+ // Check if this secret + txHash combination already exists
166
+ const existingForSecretAndTx = pendingData.find((entry)=>entry.txHash === txHashStr);
167
+ if (existingForSecretAndTx) {
168
+ // If it exists with a different index, throw an error
169
+ if (existingForSecretAndTx.index !== index) {
170
+ throw new Error(`Cannot store index ${index} for secret ${secretStr} and txHash ${txHashStr}: ` + `a different index ${existingForSecretAndTx.index} already exists for this secret-txHash pair`);
171
+ }
172
+ // If it exists with the same index, ignore the update (no-op)
173
+ } else {
174
+ // If it doesn't exist, add it
175
+ this.#writePendingIndexes(jobId, secretStr, [
176
+ ...pendingData,
177
+ {
178
+ index,
179
+ txHash: txHashStr
180
+ }
181
+ ]);
182
+ }
183
+ }
184
+ });
185
+ }
186
+ /**
187
+ * Returns the transaction hashes of all pending transactions that contain indexes within a specified range
188
+ * for a given directional app tagging secret.
189
+ * @param secret - The directional app tagging secret to query pending indexes for.
190
+ * @param startIndex - The lower bound of the index range (inclusive).
191
+ * @param endIndex - The upper bound of the index range (exclusive).
192
+ * @returns An array of unique transaction hashes for pending transactions that contain indexes in the range
193
+ * [startIndex, endIndex). Returns an empty array if no pending indexes exist in the range.
194
+ */ getTxHashesOfPendingIndexes(secret, startIndex, endIndex, jobId) {
195
+ return this.#store.transactionAsync(async ()=>{
196
+ const existing = await this.#readPendingIndexes(jobId, secret.toString());
197
+ const txHashes = existing.filter((entry)=>entry.index >= startIndex && entry.index < endIndex).map((entry)=>entry.txHash);
198
+ return Array.from(new Set(txHashes)).map(TxHash.fromString);
199
+ });
200
+ }
201
+ /**
202
+ * Returns the last (highest) finalized index for a given secret.
203
+ * @param secret - The secret to get the last finalized index for.
204
+ * @returns The last (highest) finalized index for the given secret.
205
+ */ getLastFinalizedIndex(secret, jobId) {
206
+ return this.#store.transactionAsync(()=>this.#readLastFinalizedIndex(jobId, secret.toString()));
207
+ }
208
+ /**
209
+ * Returns the last used index for a given directional app tagging secret, considering both finalized and pending
210
+ * indexes.
211
+ * @param secret - The directional app tagging secret to query the last used index for.
212
+ * @returns The last used index.
213
+ */ getLastUsedIndex(secret, jobId) {
214
+ const secretStr = secret.toString();
215
+ return this.#store.transactionAsync(async ()=>{
216
+ const pendingPromise = this.#readPendingIndexes(jobId, secretStr);
217
+ const finalizedPromise = this.#readLastFinalizedIndex(jobId, secretStr);
218
+ const [pendingTxScopedIndexes, lastFinalized] = await Promise.all([
219
+ pendingPromise,
220
+ finalizedPromise
221
+ ]);
222
+ const pendingIndexes = pendingTxScopedIndexes.map((entry)=>entry.index);
223
+ if (pendingTxScopedIndexes.length === 0) {
224
+ return lastFinalized;
225
+ }
226
+ // As the last used index we return the highest one from the pending indexes. Note that this value will be always
227
+ // higher than the last finalized index because we prune lower pending indexes when a tx is finalized.
228
+ return Math.max(...pendingIndexes);
229
+ });
230
+ }
231
+ /**
232
+ * Drops all pending indexes corresponding to the given transaction hashes.
233
+ */ dropPendingIndexes(txHashes, jobId) {
234
+ if (txHashes.length === 0) {
235
+ return Promise.resolve();
236
+ }
237
+ const txHashStrings = new Set(txHashes.map((txHash)=>txHash.toString()));
238
+ return this.#store.transactionAsync(async ()=>{
239
+ // Prefetch all data, start reads during iteration to keep IndexedDB transaction alive
240
+ const secretReadPromises = new Map();
241
+ for await (const secret of this.#pendingIndexes.keysAsync()){
242
+ secretReadPromises.set(secret, this.#readPendingIndexes(jobId, secret));
243
+ }
244
+ // Add staged-only secrets (sync, no DB)
245
+ for (const secret of this.#getPendingIndexesForJob(jobId).keys()){
246
+ if (!secretReadPromises.has(secret)) {
247
+ secretReadPromises.set(secret, Promise.resolve(this.#getPendingIndexesForJob(jobId).get(secret) ?? []));
248
+ }
249
+ }
250
+ // Await all reads together
251
+ const secrets = [
252
+ ...secretReadPromises.keys()
253
+ ];
254
+ const pendingDataResults = await Promise.all(secretReadPromises.values());
255
+ // Process in memory
256
+ for(let i = 0; i < secrets.length; i++){
257
+ const secret = secrets[i];
258
+ const pendingData = pendingDataResults[i];
259
+ if (pendingData && pendingData.length > 0) {
260
+ const filtered = pendingData.filter((item)=>!txHashStrings.has(item.txHash));
261
+ if (filtered.length === 0) {
262
+ this.#writePendingIndexes(jobId, secret, []);
263
+ } else if (filtered.length !== pendingData.length) {
264
+ // Some items were filtered out, so update the pending data
265
+ this.#writePendingIndexes(jobId, secret, filtered);
266
+ }
267
+ // else: No items were filtered out (txHashes not found for this secret) --> no-op
268
+ }
269
+ }
270
+ });
271
+ }
272
+ /**
273
+ * Updates pending indexes corresponding to the given transaction hashes to be finalized and prunes any lower pending
274
+ * indexes.
275
+ */ finalizePendingIndexes(txHashes, jobId) {
276
+ if (txHashes.length === 0) {
277
+ return Promise.resolve();
278
+ }
279
+ const txHashStrings = new Set(txHashes.map((tx)=>tx.toString()));
280
+ return this.#store.transactionAsync(async ()=>{
281
+ // Prefetch all data, start reads during iteration to keep IndexedDB transaction alive
282
+ const secretDataPromises = new Map();
283
+ for await (const secret of this.#pendingIndexes.keysAsync()){
284
+ secretDataPromises.set(secret, {
285
+ pending: this.#readPendingIndexes(jobId, secret),
286
+ finalized: this.#readLastFinalizedIndex(jobId, secret)
287
+ });
288
+ }
289
+ // Add staged-only secrets (sync, no DB)
290
+ for (const secret of this.#getPendingIndexesForJob(jobId).keys()){
291
+ if (!secretDataPromises.has(secret)) {
292
+ secretDataPromises.set(secret, {
293
+ pending: Promise.resolve(this.#getPendingIndexesForJob(jobId).get(secret) ?? []),
294
+ finalized: Promise.resolve(this.#getLastFinalizedIndexesForJob(jobId).get(secret))
295
+ });
296
+ }
297
+ }
298
+ // Await all reads together
299
+ const secrets = [
300
+ ...secretDataPromises.keys()
301
+ ];
302
+ const dataResults = await Promise.all(secrets.map(async (secret)=>({
303
+ secret,
304
+ pendingData: await secretDataPromises.get(secret).pending,
305
+ lastFinalized: await secretDataPromises.get(secret).finalized
306
+ })));
307
+ // Process all txHashes for each secret in memory
308
+ for (const { secret, pendingData, lastFinalized } of dataResults){
309
+ if (!pendingData || pendingData.length === 0) {
310
+ continue;
311
+ }
312
+ let currentPending = pendingData;
313
+ let currentFinalized = lastFinalized;
314
+ // Process all txHashes for this secret
315
+ for (const txHashStr of txHashStrings){
316
+ const matchingIndexes = currentPending.filter((item)=>item.txHash === txHashStr).map((item)=>item.index);
317
+ if (matchingIndexes.length === 0) {
318
+ continue;
319
+ }
320
+ if (matchingIndexes.length > 1) {
321
+ // We should always just store the highest pending index for a given tx hash and secret because the lower
322
+ // values are irrelevant.
323
+ throw new Error(`Multiple pending indexes found for tx hash ${txHashStr} and secret ${secret}`);
324
+ }
325
+ const newFinalized = matchingIndexes[0];
326
+ if (newFinalized < (currentFinalized ?? 0)) {
327
+ // This should never happen because when last finalized index was finalized we should have pruned the lower
328
+ // pending indexes.
329
+ throw new Error(`New finalized index ${newFinalized} is smaller than the current last finalized index ${currentFinalized}`);
330
+ }
331
+ currentFinalized = newFinalized;
332
+ // When we add pending indexes, we ensure they are higher than the last finalized index. However, because we
333
+ // cannot control the order in which transactions are finalized, there may be pending indexes that are now
334
+ // obsolete because they are lower than the most recently finalized index. For this reason, we prune these
335
+ // outdated pending indexes.
336
+ currentPending = currentPending.filter((item)=>item.index > currentFinalized);
337
+ }
338
+ // Write final state if changed
339
+ if (currentFinalized !== lastFinalized) {
340
+ this.#writeLastFinalizedIndex(jobId, secret, currentFinalized);
341
+ }
342
+ if (currentPending !== pendingData) {
343
+ this.#writePendingIndexes(jobId, secret, currentPending);
344
+ }
345
+ }
346
+ });
347
+ }
348
+ }
@@ -1,2 +1,2 @@
1
- export declare const WINDOW_HALF_SIZE = 10;
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RhbnRzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvdGFnZ2luZy9jb25zdGFudHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsZUFBTyxNQUFNLGdCQUFnQixLQUFLLENBQUMifQ==
1
+ export declare const UNFINALIZED_TAGGING_INDEXES_WINDOW_LEN = 20;
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RhbnRzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvdGFnZ2luZy9jb25zdGFudHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBU0EsZUFBTyxNQUFNLHNDQUFzQyxLQUFLLENBQUMifQ==
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/tagging/constants.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,gBAAgB,KAAK,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/tagging/constants.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,sCAAsC,KAAK,CAAC"}
@@ -1,2 +1,10 @@
1
- // Half the size of the window we slide over the tagging indexes.
2
- export const WINDOW_HALF_SIZE = 10;
1
+ // This window has to be as large as the largest expected number of logs emitted in a tx for a given directional app
2
+ // tagging secret. If we get more tag indexes consumed than this window, an error is thrown in `PXE::proveTx` function.
3
+ // This is set to a larger value than MAX_PRIVATE_LOGS_PER_TX (currently 64) because there could be more than
4
+ // MAX_PRIVATE_LOGS_PER_TX indexes consumed in case the logs are squashed. This happens when the log contains a note
5
+ // and the note is nullified in the same tx.
6
+ //
7
+ // Having a large window significantly slowed down `e2e_l1_with_wall_time` test as there we perform sync for more than
8
+ // 1000 secrets. For this reason we set it to a relatively low value of 20. 20 should be sufficient for all the use
9
+ // cases.
10
+ export const UNFINALIZED_TAGGING_INDEXES_WINDOW_LEN = 20;
@@ -0,0 +1,24 @@
1
+ import type { AztecAddress } from '@aztec/stdlib/aztec-address';
2
+ import type { BlockHash } from '@aztec/stdlib/block';
3
+ import type { AztecNode } from '@aztec/stdlib/interfaces/client';
4
+ import type { SiloedTag, Tag, TxScopedL2Log } from '@aztec/stdlib/logs';
5
+ /**
6
+ * Fetches all private logs for the given tags, automatically paginating through all pages.
7
+ * @param aztecNode - The Aztec node to query.
8
+ * @param tags - The siloed tags to search for.
9
+ * @param anchorBlockHash - reference block for the Aztec node query, throws if block is not found there (typically
10
+ * because of reorgs).
11
+ * @returns An array of log arrays, one per tag, containing all logs across all pages.
12
+ */
13
+ export declare function getAllPrivateLogsByTags(aztecNode: AztecNode, tags: SiloedTag[], anchorBlockHash: BlockHash): Promise<TxScopedL2Log[][]>;
14
+ /**
15
+ * Fetches all public logs for the given tags from a contract, automatically paginating through all pages.
16
+ * @param aztecNode - The Aztec node to query.
17
+ * @param contractAddress - The contract address to search logs for.
18
+ * @param tags - The tags to search for.
19
+ * @param anchorBlockHash - reference block for the Aztec node query, throws if block is not found there (typically
20
+ * because of reorgs).
21
+ * @returns An array of log arrays, one per tag, containing all logs across all pages.
22
+ */
23
+ export declare function getAllPublicLogsByTagsFromContract(aztecNode: AztecNode, contractAddress: AztecAddress, tags: Tag[], anchorBlockHash: BlockHash): Promise<TxScopedL2Log[][]>;
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0X2FsbF9sb2dzX2J5X3RhZ3MuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy90YWdnaW5nL2dldF9hbGxfbG9nc19ieV90YWdzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxFQUFFLFlBQVksRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ2hFLE9BQU8sS0FBSyxFQUFFLFNBQVMsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBRXJELE9BQU8sS0FBSyxFQUFFLFNBQVMsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQ2pFLE9BQU8sS0FBSyxFQUFFLFNBQVMsRUFBRSxHQUFHLEVBQUUsYUFBYSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUE2QnhFOzs7Ozs7O0dBT0c7QUFDSCx3QkFBZ0IsdUJBQXVCLENBQ3JDLFNBQVMsRUFBRSxTQUFTLEVBQ3BCLElBQUksRUFBRSxTQUFTLEVBQUUsRUFDakIsZUFBZSxFQUFFLFNBQVMsR0FDekIsT0FBTyxDQUFDLGFBQWEsRUFBRSxFQUFFLENBQUMsQ0FFNUI7QUFFRDs7Ozs7Ozs7R0FRRztBQUNILHdCQUFnQixrQ0FBa0MsQ0FDaEQsU0FBUyxFQUFFLFNBQVMsRUFDcEIsZUFBZSxFQUFFLFlBQVksRUFDN0IsSUFBSSxFQUFFLEdBQUcsRUFBRSxFQUNYLGVBQWUsRUFBRSxTQUFTLEdBQ3pCLE9BQU8sQ0FBQyxhQUFhLEVBQUUsRUFBRSxDQUFDLENBSTVCIn0=
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get_all_logs_by_tags.d.ts","sourceRoot":"","sources":["../../src/tagging/get_all_logs_by_tags.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AACjE,OAAO,KAAK,EAAE,SAAS,EAAE,GAAG,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AA6BxE;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CACrC,SAAS,EAAE,SAAS,EACpB,IAAI,EAAE,SAAS,EAAE,EACjB,eAAe,EAAE,SAAS,GACzB,OAAO,CAAC,aAAa,EAAE,EAAE,CAAC,CAE5B;AAED;;;;;;;;GAQG;AACH,wBAAgB,kCAAkC,CAChD,SAAS,EAAE,SAAS,EACpB,eAAe,EAAE,YAAY,EAC7B,IAAI,EAAE,GAAG,EAAE,EACX,eAAe,EAAE,SAAS,GACzB,OAAO,CAAC,aAAa,EAAE,EAAE,CAAC,CAI5B"}
@@ -0,0 +1,46 @@
1
+ import { MAX_LOGS_PER_TAG } from '@aztec/stdlib/interfaces/api-limit';
2
+ /**
3
+ * Generic pagination helper that fetches all pages of results.
4
+ * @param numTags - The number of tags being queried (determines result array size).
5
+ * @param fetchPage - Function that fetches a single page of results given a page number.
6
+ * @returns An array of arrays, one per tag, containing all results across all pages.
7
+ */ async function getAllPages(numTags, fetchPage) {
8
+ const allResultsPerTag = Array.from({
9
+ length: numTags
10
+ }, ()=>[]);
11
+ let page = 0;
12
+ let hasMore = true;
13
+ while(hasMore){
14
+ const resultsPage = await fetchPage(page);
15
+ hasMore = false;
16
+ for(let i = 0; i < resultsPage.length; i++){
17
+ allResultsPerTag[i].push(...resultsPage[i]);
18
+ if (resultsPage[i].length === MAX_LOGS_PER_TAG) {
19
+ hasMore = true;
20
+ }
21
+ }
22
+ page++;
23
+ }
24
+ return allResultsPerTag;
25
+ }
26
+ /**
27
+ * Fetches all private logs for the given tags, automatically paginating through all pages.
28
+ * @param aztecNode - The Aztec node to query.
29
+ * @param tags - The siloed tags to search for.
30
+ * @param anchorBlockHash - reference block for the Aztec node query, throws if block is not found there (typically
31
+ * because of reorgs).
32
+ * @returns An array of log arrays, one per tag, containing all logs across all pages.
33
+ */ export function getAllPrivateLogsByTags(aztecNode, tags, anchorBlockHash) {
34
+ return getAllPages(tags.length, (page)=>aztecNode.getPrivateLogsByTags(tags, page, anchorBlockHash));
35
+ }
36
+ /**
37
+ * Fetches all public logs for the given tags from a contract, automatically paginating through all pages.
38
+ * @param aztecNode - The Aztec node to query.
39
+ * @param contractAddress - The contract address to search logs for.
40
+ * @param tags - The tags to search for.
41
+ * @param anchorBlockHash - reference block for the Aztec node query, throws if block is not found there (typically
42
+ * because of reorgs).
43
+ * @returns An array of log arrays, one per tag, containing all logs across all pages.
44
+ */ export function getAllPublicLogsByTagsFromContract(aztecNode, contractAddress, tags, anchorBlockHash) {
45
+ return getAllPages(tags.length, (page)=>aztecNode.getPublicLogsByTagsFromContract(contractAddress, tags, page, anchorBlockHash));
46
+ }
@@ -1,7 +1,17 @@
1
- export * from './tag.js';
2
- export * from './constants.js';
3
- export * from './siloed_tag.js';
4
- export * from './utils.js';
5
- export { DirectionalAppTaggingSecret } from '@aztec/stdlib/logs';
1
+ /**
2
+ * This directory contains the sender and recipient synchronization algorithms that use tagging.
3
+ *
4
+ * The objective of the sender sync algorithm is to determine which tags have already been used by a sender, thereby
5
+ * deciding which tag should be used next.
6
+ *
7
+ * The objective of the recipient sync algorithm is to load and process the corresponding logs.
8
+ *
9
+ * @module tagging
10
+ */
11
+ export { loadPrivateLogsForSenderRecipientPair } from './recipient_sync/load_private_logs_for_sender_recipient_pair.js';
12
+ export { syncSenderTaggingIndexes } from './sender_sync/sync_sender_tagging_indexes.js';
13
+ export { UNFINALIZED_TAGGING_INDEXES_WINDOW_LEN } from './constants.js';
14
+ export { getAllPrivateLogsByTags, getAllPublicLogsByTagsFromContract } from './get_all_logs_by_tags.js';
15
+ export { DirectionalAppTaggingSecret, Tag, SiloedTag } from '@aztec/stdlib/logs';
6
16
  export { type PreTag } from '@aztec/stdlib/logs';
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy90YWdnaW5nL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsVUFBVSxDQUFDO0FBQ3pCLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLFlBQVksQ0FBQztBQUMzQixPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNqRSxPQUFPLEVBQUUsS0FBSyxNQUFNLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQyJ9
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy90YWdnaW5nL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7R0FTRztBQUVILE9BQU8sRUFBRSxxQ0FBcUMsRUFBRSxNQUFNLGlFQUFpRSxDQUFDO0FBQ3hILE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDhDQUE4QyxDQUFDO0FBQ3hGLE9BQU8sRUFBRSxzQ0FBc0MsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3hFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxrQ0FBa0MsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBR3hHLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxHQUFHLEVBQUUsU0FBUyxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDakYsT0FBTyxFQUFFLEtBQUssTUFBTSxFQUFFLE1BQU0sb0JBQW9CLENBQUMifQ==
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tagging/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tagging/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,qCAAqC,EAAE,MAAM,iEAAiE,CAAC;AACxH,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,sCAAsC,EAAE,MAAM,gBAAgB,CAAC;AACxE,OAAO,EAAE,uBAAuB,EAAE,kCAAkC,EAAE,MAAM,2BAA2B,CAAC;AAGxG,OAAO,EAAE,2BAA2B,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1,5 +1,15 @@
1
- export * from './tag.js';
2
- export * from './constants.js';
3
- export * from './siloed_tag.js';
4
- export * from './utils.js';
5
- export { DirectionalAppTaggingSecret } from '@aztec/stdlib/logs';
1
+ /**
2
+ * This directory contains the sender and recipient synchronization algorithms that use tagging.
3
+ *
4
+ * The objective of the sender sync algorithm is to determine which tags have already been used by a sender, thereby
5
+ * deciding which tag should be used next.
6
+ *
7
+ * The objective of the recipient sync algorithm is to load and process the corresponding logs.
8
+ *
9
+ * @module tagging
10
+ */ export { loadPrivateLogsForSenderRecipientPair } from './recipient_sync/load_private_logs_for_sender_recipient_pair.js';
11
+ export { syncSenderTaggingIndexes } from './sender_sync/sync_sender_tagging_indexes.js';
12
+ export { UNFINALIZED_TAGGING_INDEXES_WINDOW_LEN } from './constants.js';
13
+ export { getAllPrivateLogsByTags, getAllPublicLogsByTagsFromContract } from './get_all_logs_by_tags.js';
14
+ // Re-export tagging-related types from stdlib
15
+ export { DirectionalAppTaggingSecret, Tag, SiloedTag } from '@aztec/stdlib/logs';
@@ -0,0 +1,15 @@
1
+ import type { BlockNumber } from '@aztec/foundation/branded-types';
2
+ import type { AztecAddress } from '@aztec/stdlib/aztec-address';
3
+ import type { BlockHash } from '@aztec/stdlib/block';
4
+ import type { AztecNode } from '@aztec/stdlib/interfaces/client';
5
+ import type { DirectionalAppTaggingSecret, TxScopedL2Log } from '@aztec/stdlib/logs';
6
+ import type { RecipientTaggingStore } from '../../storage/tagging_store/recipient_tagging_store.js';
7
+ /**
8
+ * Loads private logs for `app` and sender-recipient pair defined by `secret` and updates the highest aged and
9
+ * finalized indexes in the db. At most load logs from blocks up to and including `anchorBlockNumber`.
10
+ *
11
+ * @dev This function can be safely executed "in parallel" for other sender-recipient pairs because the data in
12
+ * in the tagging data provider is indexed by the secret and hence completely disjoint.
13
+ */
14
+ export declare function loadPrivateLogsForSenderRecipientPair(secret: DirectionalAppTaggingSecret, app: AztecAddress, aztecNode: AztecNode, taggingStore: RecipientTaggingStore, anchorBlockNumber: BlockNumber, anchorBlockHash: BlockHash, jobId: string): Promise<TxScopedL2Log[]>;
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZF9wcml2YXRlX2xvZ3NfZm9yX3NlbmRlcl9yZWNpcGllbnRfcGFpci5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RhZ2dpbmcvcmVjaXBpZW50X3N5bmMvbG9hZF9wcml2YXRlX2xvZ3NfZm9yX3NlbmRlcl9yZWNpcGllbnRfcGFpci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxXQUFXLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUNuRSxPQUFPLEtBQUssRUFBRSxZQUFZLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUNoRSxPQUFPLEtBQUssRUFBRSxTQUFTLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNyRCxPQUFPLEtBQUssRUFBRSxTQUFTLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUNqRSxPQUFPLEtBQUssRUFBRSwyQkFBMkIsRUFBRSxhQUFhLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUVyRixPQUFPLEtBQUssRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHdEQUF3RCxDQUFDO0FBS3BHOzs7Ozs7R0FNRztBQUNILHdCQUFzQixxQ0FBcUMsQ0FDekQsTUFBTSxFQUFFLDJCQUEyQixFQUNuQyxHQUFHLEVBQUUsWUFBWSxFQUNqQixTQUFTLEVBQUUsU0FBUyxFQUNwQixZQUFZLEVBQUUscUJBQXFCLEVBQ25DLGlCQUFpQixFQUFFLFdBQVcsRUFDOUIsZUFBZSxFQUFFLFNBQVMsRUFDMUIsS0FBSyxFQUFFLE1BQU0sR0FDWixPQUFPLENBQUMsYUFBYSxFQUFFLENBQUMsQ0FvSDFCIn0=
@@ -0,0 +1 @@
1
+ {"version":3,"file":"load_private_logs_for_sender_recipient_pair.d.ts","sourceRoot":"","sources":["../../../src/tagging/recipient_sync/load_private_logs_for_sender_recipient_pair.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AACjE,OAAO,KAAK,EAAE,2BAA2B,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAErF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;AAKpG;;;;;;GAMG;AACH,wBAAsB,qCAAqC,CACzD,MAAM,EAAE,2BAA2B,EACnC,GAAG,EAAE,YAAY,EACjB,SAAS,EAAE,SAAS,EACpB,YAAY,EAAE,qBAAqB,EACnC,iBAAiB,EAAE,WAAW,EAC9B,eAAe,EAAE,SAAS,EAC1B,KAAK,EAAE,MAAM,GACZ,OAAO,CAAC,aAAa,EAAE,CAAC,CAoH1B"}