@aztec/pxe 3.0.0-nightly.20251127 → 3.0.0-nightly.20251128

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 (100) hide show
  1. package/dest/bin/check_oracle_version.d.ts +1 -1
  2. package/dest/config/index.d.ts +1 -1
  3. package/dest/config/package_info.d.ts +1 -1
  4. package/dest/contract_function_simulator/contract_function_simulator.d.ts +1 -1
  5. package/dest/contract_function_simulator/contract_function_simulator.d.ts.map +1 -1
  6. package/dest/contract_function_simulator/execution_data_provider.d.ts +1 -1
  7. package/dest/contract_function_simulator/execution_data_provider.d.ts.map +1 -1
  8. package/dest/contract_function_simulator/execution_note_cache.d.ts +1 -1
  9. package/dest/contract_function_simulator/execution_note_cache.d.ts.map +1 -1
  10. package/dest/contract_function_simulator/execution_tagging_index_cache.d.ts +1 -1
  11. package/dest/contract_function_simulator/execution_tagging_index_cache.d.ts.map +1 -1
  12. package/dest/contract_function_simulator/hashed_values_cache.d.ts +1 -1
  13. package/dest/contract_function_simulator/hashed_values_cache.d.ts.map +1 -1
  14. package/dest/contract_function_simulator/index.d.ts +1 -1
  15. package/dest/contract_function_simulator/noir-structs/event_validation_request.d.ts +1 -1
  16. package/dest/contract_function_simulator/noir-structs/event_validation_request.d.ts.map +1 -1
  17. package/dest/contract_function_simulator/noir-structs/log_retrieval_request.d.ts +1 -1
  18. package/dest/contract_function_simulator/noir-structs/log_retrieval_request.d.ts.map +1 -1
  19. package/dest/contract_function_simulator/noir-structs/log_retrieval_response.d.ts +1 -1
  20. package/dest/contract_function_simulator/noir-structs/log_retrieval_response.d.ts.map +1 -1
  21. package/dest/contract_function_simulator/noir-structs/note_validation_request.d.ts +1 -1
  22. package/dest/contract_function_simulator/noir-structs/note_validation_request.d.ts.map +1 -1
  23. package/dest/contract_function_simulator/noir-structs/utility_context.d.ts +1 -1
  24. package/dest/contract_function_simulator/noir-structs/utility_context.d.ts.map +1 -1
  25. package/dest/contract_function_simulator/oracle/index.d.ts +1 -1
  26. package/dest/contract_function_simulator/oracle/interfaces.d.ts +1 -1
  27. package/dest/contract_function_simulator/oracle/message_load_oracle_inputs.d.ts +1 -3
  28. package/dest/contract_function_simulator/oracle/message_load_oracle_inputs.d.ts.map +1 -1
  29. package/dest/contract_function_simulator/oracle/note_packing_utils.d.ts +3 -3
  30. package/dest/contract_function_simulator/oracle/note_packing_utils.d.ts.map +1 -1
  31. package/dest/contract_function_simulator/oracle/oracle.d.ts +1 -1
  32. package/dest/contract_function_simulator/oracle/oracle.d.ts.map +1 -1
  33. package/dest/contract_function_simulator/oracle/private_execution.d.ts +1 -1
  34. package/dest/contract_function_simulator/oracle/private_execution_oracle.d.ts +1 -8
  35. package/dest/contract_function_simulator/oracle/private_execution_oracle.d.ts.map +1 -1
  36. package/dest/contract_function_simulator/oracle/utility_execution_oracle.d.ts +2 -3
  37. package/dest/contract_function_simulator/oracle/utility_execution_oracle.d.ts.map +1 -1
  38. package/dest/contract_function_simulator/pick_notes.d.ts +1 -1
  39. package/dest/contract_function_simulator/proxied_contract_data_source.d.ts +1 -1
  40. package/dest/contract_function_simulator/proxied_contract_data_source.d.ts.map +1 -1
  41. package/dest/contract_function_simulator/proxied_node.d.ts +1 -1
  42. package/dest/contract_function_simulator/proxied_node.d.ts.map +1 -1
  43. package/dest/contract_function_simulator/pxe_oracle_interface.d.ts +1 -1
  44. package/dest/contract_function_simulator/pxe_oracle_interface.d.ts.map +1 -1
  45. package/dest/entrypoints/client/bundle/index.d.ts +1 -1
  46. package/dest/entrypoints/client/bundle/utils.d.ts +1 -1
  47. package/dest/entrypoints/client/lazy/index.d.ts +1 -1
  48. package/dest/entrypoints/client/lazy/utils.d.ts +1 -1
  49. package/dest/entrypoints/pxe_creation_options.d.ts +1 -1
  50. package/dest/entrypoints/server/index.d.ts +1 -1
  51. package/dest/entrypoints/server/utils.d.ts +1 -1
  52. package/dest/error_enriching.d.ts +1 -1
  53. package/dest/oracle_version.d.ts +1 -1
  54. package/dest/private_kernel/hints/build_private_kernel_reset_private_inputs.d.ts +1 -1
  55. package/dest/private_kernel/hints/build_private_kernel_reset_private_inputs.d.ts.map +1 -1
  56. package/dest/private_kernel/hints/compute_tx_include_by_timestamp.d.ts +1 -1
  57. package/dest/private_kernel/hints/index.d.ts +1 -1
  58. package/dest/private_kernel/index.d.ts +1 -1
  59. package/dest/private_kernel/private_kernel_execution_prover.d.ts +1 -1
  60. package/dest/private_kernel/private_kernel_execution_prover.d.ts.map +1 -1
  61. package/dest/private_kernel/private_kernel_oracle.d.ts +1 -1
  62. package/dest/private_kernel/private_kernel_oracle_impl.d.ts +2 -2
  63. package/dest/private_kernel/private_kernel_oracle_impl.d.ts.map +1 -1
  64. package/dest/pxe.d.ts +1 -1
  65. package/dest/pxe.d.ts.map +1 -1
  66. package/dest/storage/address_data_provider/address_data_provider.d.ts +1 -1
  67. package/dest/storage/address_data_provider/address_data_provider.d.ts.map +1 -1
  68. package/dest/storage/address_data_provider/index.d.ts +1 -1
  69. package/dest/storage/capsule_data_provider/capsule_data_provider.d.ts +1 -1
  70. package/dest/storage/capsule_data_provider/capsule_data_provider.d.ts.map +1 -1
  71. package/dest/storage/capsule_data_provider/index.d.ts +1 -1
  72. package/dest/storage/contract_data_provider/contract_data_provider.d.ts +1 -1
  73. package/dest/storage/contract_data_provider/contract_data_provider.d.ts.map +1 -1
  74. package/dest/storage/contract_data_provider/index.d.ts +1 -1
  75. package/dest/storage/contract_data_provider/private_functions_tree.d.ts +1 -1
  76. package/dest/storage/contract_data_provider/private_functions_tree.d.ts.map +1 -1
  77. package/dest/storage/index.d.ts +1 -1
  78. package/dest/storage/metadata.d.ts +1 -1
  79. package/dest/storage/note_data_provider/index.d.ts +1 -1
  80. package/dest/storage/note_data_provider/note_data_provider.d.ts +1 -1
  81. package/dest/storage/note_data_provider/note_data_provider.d.ts.map +1 -1
  82. package/dest/storage/private_event_data_provider/private_event_data_provider.d.ts +1 -1
  83. package/dest/storage/private_event_data_provider/private_event_data_provider.d.ts.map +1 -1
  84. package/dest/storage/sync_data_provider/index.d.ts +1 -1
  85. package/dest/storage/sync_data_provider/sync_data_provider.d.ts +1 -1
  86. package/dest/storage/sync_data_provider/sync_data_provider.d.ts.map +1 -1
  87. package/dest/storage/tagging_data_provider/index.d.ts +1 -1
  88. package/dest/storage/tagging_data_provider/tagging_data_provider.d.ts +1 -1
  89. package/dest/storage/tagging_data_provider/tagging_data_provider.d.ts.map +1 -1
  90. package/dest/synchronizer/index.d.ts +1 -1
  91. package/dest/synchronizer/synchronizer.d.ts +1 -1
  92. package/dest/synchronizer/synchronizer.d.ts.map +1 -1
  93. package/dest/tagging/constants.d.ts +1 -1
  94. package/dest/tagging/index.d.ts +1 -1
  95. package/dest/tagging/siloed_tag.d.ts +1 -1
  96. package/dest/tagging/siloed_tag.d.ts.map +1 -1
  97. package/dest/tagging/tag.d.ts +1 -1
  98. package/dest/tagging/tag.d.ts.map +1 -1
  99. package/dest/tagging/utils.d.ts +1 -1
  100. package/package.json +19 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/pxe",
3
- "version": "3.0.0-nightly.20251127",
3
+ "version": "3.0.0-nightly.20251128",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./server": "./dest/entrypoints/server/index.js",
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "bin": "./dest/bin/index.js",
13
13
  "scripts": {
14
- "build": "yarn clean && yarn generate && tsc -b",
15
- "build:dev": "tsc -b --watch",
14
+ "build": "yarn clean && yarn generate && tsgo -b",
15
+ "build:dev": "tsgo -b --watch",
16
16
  "clean": "rm -rf ./dest .tsbuildinfo ./src/config/package_info.ts",
17
17
  "test": "NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests --maxWorkers=${JEST_MAX_WORKERS:-8}",
18
18
  "generate": "node ./scripts/generate_package_info.js",
@@ -61,19 +61,19 @@
61
61
  ]
62
62
  },
63
63
  "dependencies": {
64
- "@aztec/bb-prover": "3.0.0-nightly.20251127",
65
- "@aztec/bb.js": "3.0.0-nightly.20251127",
66
- "@aztec/builder": "3.0.0-nightly.20251127",
67
- "@aztec/constants": "3.0.0-nightly.20251127",
68
- "@aztec/ethereum": "3.0.0-nightly.20251127",
69
- "@aztec/foundation": "3.0.0-nightly.20251127",
70
- "@aztec/key-store": "3.0.0-nightly.20251127",
71
- "@aztec/kv-store": "3.0.0-nightly.20251127",
72
- "@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251127",
73
- "@aztec/noir-types": "3.0.0-nightly.20251127",
74
- "@aztec/protocol-contracts": "3.0.0-nightly.20251127",
75
- "@aztec/simulator": "3.0.0-nightly.20251127",
76
- "@aztec/stdlib": "3.0.0-nightly.20251127",
64
+ "@aztec/bb-prover": "3.0.0-nightly.20251128",
65
+ "@aztec/bb.js": "3.0.0-nightly.20251128",
66
+ "@aztec/builder": "3.0.0-nightly.20251128",
67
+ "@aztec/constants": "3.0.0-nightly.20251128",
68
+ "@aztec/ethereum": "3.0.0-nightly.20251128",
69
+ "@aztec/foundation": "3.0.0-nightly.20251128",
70
+ "@aztec/key-store": "3.0.0-nightly.20251128",
71
+ "@aztec/kv-store": "3.0.0-nightly.20251128",
72
+ "@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251128",
73
+ "@aztec/noir-types": "3.0.0-nightly.20251128",
74
+ "@aztec/protocol-contracts": "3.0.0-nightly.20251128",
75
+ "@aztec/simulator": "3.0.0-nightly.20251128",
76
+ "@aztec/stdlib": "3.0.0-nightly.20251128",
77
77
  "koa": "^2.16.1",
78
78
  "koa-router": "^13.1.1",
79
79
  "lodash.omit": "^4.5.0",
@@ -82,13 +82,14 @@
82
82
  "viem": "npm:@aztec/viem@2.38.2"
83
83
  },
84
84
  "devDependencies": {
85
- "@aztec/merkle-tree": "3.0.0-nightly.20251127",
86
- "@aztec/noir-test-contracts.js": "3.0.0-nightly.20251127",
85
+ "@aztec/merkle-tree": "3.0.0-nightly.20251128",
86
+ "@aztec/noir-test-contracts.js": "3.0.0-nightly.20251128",
87
87
  "@jest/globals": "^30.0.0",
88
88
  "@types/jest": "^30.0.0",
89
89
  "@types/lodash.omit": "^4.5.7",
90
90
  "@types/lodash.times": "^4.3.9",
91
91
  "@types/node": "^22.15.17",
92
+ "@typescript/native-preview": "7.0.0-dev.20251126.1",
92
93
  "jest": "^30.0.0",
93
94
  "jest-mock-extended": "^4.0.0",
94
95
  "lodash.times": "^4.3.2",