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