@aztec/stdlib 3.0.0-nightly.20251127 → 3.0.0-nightly.20251201.2
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/abi/abi.d.ts +83 -83
- package/dest/abi/authorization_selector.d.ts +1 -1
- package/dest/abi/authorization_selector.d.ts.map +1 -1
- package/dest/abi/buffer.d.ts +1 -1
- package/dest/abi/contract_artifact.d.ts +1 -1
- package/dest/abi/decoder.d.ts +1 -1
- package/dest/abi/decoder.d.ts.map +1 -1
- package/dest/abi/encoder.d.ts +1 -1
- package/dest/abi/event_metadata_definition.d.ts +1 -1
- package/dest/abi/event_selector.d.ts +1 -1
- package/dest/abi/event_selector.d.ts.map +1 -1
- package/dest/abi/function_call.d.ts +1 -9
- package/dest/abi/function_call.d.ts.map +1 -1
- package/dest/abi/function_selector.d.ts +1 -1
- package/dest/abi/function_selector.d.ts.map +1 -1
- package/dest/abi/index.d.ts +1 -1
- package/dest/abi/mocked_keys.d.ts +1 -1
- package/dest/abi/note_selector.d.ts +1 -1
- package/dest/abi/note_selector.d.ts.map +1 -1
- package/dest/abi/selector.d.ts +1 -1
- package/dest/abi/selector.d.ts.map +1 -1
- package/dest/abi/utils.d.ts +1 -1
- package/dest/auth_witness/auth_witness.d.ts +1 -2
- package/dest/auth_witness/auth_witness.d.ts.map +1 -1
- package/dest/auth_witness/index.d.ts +1 -1
- package/dest/avm/avm.d.ts +2433 -2431
- package/dest/avm/avm.d.ts.map +1 -1
- package/dest/avm/avm_accumulated_data.d.ts +16 -43
- package/dest/avm/avm_accumulated_data.d.ts.map +1 -1
- package/dest/avm/avm_circuit_public_inputs.d.ts +175 -173
- package/dest/avm/avm_circuit_public_inputs.d.ts.map +1 -1
- package/dest/avm/avm_proving_request.d.ts +1660 -1656
- package/dest/avm/avm_proving_request.d.ts.map +1 -1
- package/dest/avm/contract_storage_read.d.ts +1 -13
- package/dest/avm/contract_storage_read.d.ts.map +1 -1
- package/dest/avm/contract_storage_update_request.d.ts +1 -13
- package/dest/avm/contract_storage_update_request.d.ts.map +1 -1
- package/dest/avm/index.d.ts +1 -1
- package/dest/avm/message_pack.d.ts +1 -1
- package/dest/avm/public_call_stack_item_compressed.d.ts +1 -3
- package/dest/avm/public_call_stack_item_compressed.d.ts.map +1 -1
- package/dest/avm/public_data_read.d.ts +1 -10
- package/dest/avm/public_data_read.d.ts.map +1 -1
- package/dest/avm/public_data_update_request.d.ts +1 -10
- package/dest/avm/public_data_update_request.d.ts.map +1 -1
- package/dest/avm/public_data_write.d.ts +4 -10
- package/dest/avm/public_data_write.d.ts.map +1 -1
- package/dest/avm/public_inner_call_request.d.ts +1 -4
- package/dest/avm/public_inner_call_request.d.ts.map +1 -1
- package/dest/avm/revert_code.d.ts +4 -4
- package/dest/avm/revert_code.d.ts.map +1 -1
- package/dest/aztec-address/index.d.ts +1 -1
- package/dest/aztec-address/index.d.ts.map +1 -1
- package/dest/block/attestation_info.d.ts +3 -1
- package/dest/block/attestation_info.d.ts.map +1 -1
- package/dest/block/attestation_info.js +4 -1
- package/dest/block/block_hash.d.ts +1 -1
- package/dest/block/block_hash.d.ts.map +1 -1
- package/dest/block/body.d.ts +5 -2
- package/dest/block/body.d.ts.map +1 -1
- package/dest/block/body.js +5 -2
- package/dest/block/in_block.d.ts +3 -11
- package/dest/block/in_block.d.ts.map +1 -1
- package/dest/block/index.d.ts +1 -1
- package/dest/block/l2_block.d.ts +10 -7
- package/dest/block/l2_block.d.ts.map +1 -1
- package/dest/block/l2_block.js +22 -1
- package/dest/block/l2_block_code_to_purge.d.ts +1 -1
- package/dest/block/l2_block_code_to_purge.d.ts.map +1 -1
- package/dest/block/l2_block_code_to_purge.js +3 -2
- package/dest/block/l2_block_header.d.ts +4 -11
- package/dest/block/l2_block_header.d.ts.map +1 -1
- package/dest/block/l2_block_header.js +1 -1
- package/dest/block/l2_block_info.d.ts +9 -9
- package/dest/block/l2_block_new.d.ts +17 -6
- package/dest/block/l2_block_new.d.ts.map +1 -1
- package/dest/block/l2_block_new.js +22 -0
- package/dest/block/l2_block_number.d.ts +1 -1
- package/dest/block/l2_block_source.d.ts +10 -9
- package/dest/block/l2_block_source.d.ts.map +1 -1
- package/dest/block/l2_block_stream/index.d.ts +1 -1
- package/dest/block/l2_block_stream/interfaces.d.ts +1 -1
- package/dest/block/l2_block_stream/l2_block_stream.d.ts +1 -6
- package/dest/block/l2_block_stream/l2_block_stream.d.ts.map +1 -1
- package/dest/block/l2_block_stream/l2_tips_memory_store.d.ts +1 -1
- package/dest/block/l2_block_stream/l2_tips_memory_store.d.ts.map +1 -1
- package/dest/block/proposal/attestations_and_signers.d.ts +1 -1
- package/dest/block/proposal/attestations_and_signers.d.ts.map +1 -1
- package/dest/block/proposal/committee_attestation.d.ts +1 -1
- package/dest/block/proposal/committee_attestation.d.ts.map +1 -1
- package/dest/block/proposal/index.d.ts +1 -1
- package/dest/block/published_l2_block.d.ts +15 -28
- package/dest/block/published_l2_block.d.ts.map +1 -1
- package/dest/block/published_l2_block.js +12 -27
- package/dest/block/test/index.d.ts +1 -1
- package/dest/block/test/l2_tips_store_test_suite.d.ts +1 -1
- package/dest/block/validate_block_result.d.ts +6 -178
- package/dest/block/validate_block_result.d.ts.map +1 -1
- package/dest/block/validate_block_result.js +4 -3
- package/dest/checkpoint/checkpoint.d.ts +20 -7
- package/dest/checkpoint/checkpoint.d.ts.map +1 -1
- package/dest/checkpoint/checkpoint.js +33 -8
- package/dest/checkpoint/index.d.ts +2 -1
- package/dest/checkpoint/index.d.ts.map +1 -1
- package/dest/checkpoint/index.js +1 -0
- package/dest/checkpoint/published_checkpoint.d.ts +212 -0
- package/dest/checkpoint/published_checkpoint.d.ts.map +1 -0
- package/dest/checkpoint/published_checkpoint.js +71 -0
- package/dest/config/chain-config.d.ts +1 -1
- package/dest/config/index.d.ts +1 -1
- package/dest/config/node-rpc-config.d.ts +1 -1
- package/dest/contract/artifact_hash.d.ts +2 -2
- package/dest/contract/artifact_hash.d.ts.map +1 -1
- package/dest/contract/complete_address.d.ts +1 -4
- package/dest/contract/complete_address.d.ts.map +1 -1
- package/dest/contract/contract_address.d.ts +1 -1
- package/dest/contract/contract_class.d.ts +1 -1
- package/dest/contract/contract_class_id.d.ts +1 -1
- package/dest/contract/contract_class_metadata.d.ts +1 -1
- package/dest/contract/contract_deployment_data.d.ts +17 -17
- package/dest/contract/contract_deployment_data.d.ts.map +1 -1
- package/dest/contract/contract_function_dao.d.ts +1 -1
- package/dest/contract/contract_instance.d.ts +1 -1
- package/dest/contract/contract_instance.d.ts.map +1 -1
- package/dest/contract/contract_instance_update.d.ts +1 -1
- package/dest/contract/contract_instance_update.d.ts.map +1 -1
- package/dest/contract/contract_metadata.d.ts +1 -1
- package/dest/contract/deployment_info.d.ts +1 -1
- package/dest/contract/index.d.ts +1 -1
- package/dest/contract/interfaces/contract_class.d.ts +29 -29
- package/dest/contract/interfaces/contract_class.d.ts.map +1 -1
- package/dest/contract/interfaces/contract_data_source.d.ts +1 -1
- package/dest/contract/interfaces/contract_instance.d.ts +11 -11
- package/dest/contract/interfaces/contract_instance.d.ts.map +1 -1
- package/dest/contract/interfaces/contract_instance_update.d.ts +3 -3
- package/dest/contract/interfaces/index.d.ts +1 -1
- package/dest/contract/interfaces/node-info.d.ts +1 -1
- package/dest/contract/interfaces/protocol_contract_addresses.d.ts +1 -1
- package/dest/contract/partial_address.d.ts +1 -1
- package/dest/contract/private_function.d.ts +1 -1
- package/dest/contract/private_function_membership_proof.d.ts +1 -1
- package/dest/contract/utility_function_membership_proof.d.ts +1 -1
- package/dest/database-version/index.d.ts +1 -1
- package/dest/database-version/version_manager.d.ts +6 -8
- package/dest/database-version/version_manager.d.ts.map +1 -1
- package/dest/delayed_public_mutable/delayed_public_mutable_values.d.ts +1 -1
- package/dest/delayed_public_mutable/delayed_public_mutable_values.d.ts.map +1 -1
- package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.d.ts +1 -1
- package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.d.ts.map +1 -1
- package/dest/delayed_public_mutable/index.d.ts +1 -1
- package/dest/delayed_public_mutable/scheduled_delay_change.d.ts +1 -1
- package/dest/delayed_public_mutable/scheduled_delay_change.d.ts.map +1 -1
- package/dest/delayed_public_mutable/scheduled_value_change.d.ts +1 -1
- package/dest/delayed_public_mutable/scheduled_value_change.d.ts.map +1 -1
- package/dest/epoch-helpers/index.d.ts +12 -11
- package/dest/epoch-helpers/index.d.ts.map +1 -1
- package/dest/epoch-helpers/index.js +10 -9
- package/dest/errors/index.d.ts +1 -1
- package/dest/errors/proving_error.d.ts +2 -2
- package/dest/errors/proving_error.d.ts.map +1 -1
- package/dest/errors/simulation_error.d.ts +1 -1
- package/dest/errors/simulation_error.d.ts.map +1 -1
- package/dest/fees/index.d.ts +1 -1
- package/dest/fees/transaction_fee.d.ts +1 -1
- package/dest/file-store/factory.d.ts +1 -1
- package/dest/file-store/gcs.d.ts +1 -1
- package/dest/file-store/gcs.d.ts.map +1 -1
- package/dest/file-store/http.d.ts +1 -1
- package/dest/file-store/http.d.ts.map +1 -1
- package/dest/file-store/index.d.ts +1 -1
- package/dest/file-store/interface.d.ts +1 -1
- package/dest/file-store/local.d.ts +1 -1
- package/dest/file-store/local.d.ts.map +1 -1
- package/dest/file-store/s3.d.ts +1 -1
- package/dest/file-store/s3.d.ts.map +1 -1
- package/dest/gas/gas.d.ts +1 -1
- package/dest/gas/gas.d.ts.map +1 -1
- package/dest/gas/gas_fees.d.ts +1 -1
- package/dest/gas/gas_fees.d.ts.map +1 -1
- package/dest/gas/gas_settings.d.ts +1 -1
- package/dest/gas/gas_settings.d.ts.map +1 -1
- package/dest/gas/gas_used.d.ts +1 -1
- package/dest/gas/index.d.ts +1 -1
- package/dest/hash/hash.d.ts +2 -2
- package/dest/hash/hash.d.ts.map +1 -1
- package/dest/hash/index.d.ts +1 -1
- package/dest/hash/map_slot.d.ts +1 -1
- package/dest/interfaces/allowed_element.d.ts +5 -5
- package/dest/interfaces/api_limit.d.ts +1 -1
- package/dest/interfaces/archiver.d.ts +1 -1
- package/dest/interfaces/archiver.d.ts.map +1 -1
- package/dest/interfaces/archiver.js +6 -5
- package/dest/interfaces/aztec-node-admin.d.ts +88 -88
- package/dest/interfaces/aztec-node.d.ts +8 -2
- package/dest/interfaces/aztec-node.d.ts.map +1 -1
- package/dest/interfaces/aztec-node.js +2 -1
- package/dest/interfaces/block-builder.d.ts +1 -1
- package/dest/interfaces/client.d.ts +1 -1
- package/dest/interfaces/configs.d.ts +21 -21
- package/dest/interfaces/epoch-prover.d.ts +4 -3
- package/dest/interfaces/epoch-prover.d.ts.map +1 -1
- package/dest/interfaces/get_logs_response.d.ts +1 -1
- package/dest/interfaces/l2_logs_source.d.ts +1 -1
- package/dest/interfaces/merkle_tree_operations.d.ts +1 -1
- package/dest/interfaces/p2p-bootstrap.d.ts +1 -1
- package/dest/interfaces/p2p.d.ts +3 -2
- package/dest/interfaces/p2p.d.ts.map +1 -1
- package/dest/interfaces/p2p.js +1 -1
- package/dest/interfaces/private_kernel_prover.d.ts +1 -1
- package/dest/interfaces/processed-tx-handler.d.ts +1 -1
- package/dest/interfaces/prover-agent.d.ts +1 -1
- package/dest/interfaces/prover-broker.d.ts +1 -1
- package/dest/interfaces/prover-client.d.ts +5 -5
- package/dest/interfaces/prover-client.d.ts.map +1 -1
- package/dest/interfaces/prover-coordination.d.ts +1 -1
- package/dest/interfaces/prover-node.d.ts +1 -1
- package/dest/interfaces/proving-job-source.d.ts +1 -1
- package/dest/interfaces/proving-job.d.ts +1273 -1276
- package/dest/interfaces/proving-job.d.ts.map +1 -1
- package/dest/interfaces/proving-job.js +3 -2
- package/dest/interfaces/public_state_source.d.ts +1 -1
- package/dest/interfaces/server.d.ts +1 -1
- package/dest/interfaces/server_circuit_prover.d.ts +2 -3
- package/dest/interfaces/server_circuit_prover.d.ts.map +1 -1
- package/dest/interfaces/service.d.ts +1 -1
- package/dest/interfaces/slasher.d.ts +3 -3
- package/dest/interfaces/tx_provider.d.ts +1 -1
- package/dest/interfaces/validator.d.ts +23 -23
- package/dest/interfaces/validator.d.ts.map +1 -1
- package/dest/interfaces/world_state.d.ts +1 -1
- package/dest/kernel/claimed_length_array.d.ts +1 -1
- package/dest/kernel/claimed_length_array.d.ts.map +1 -1
- package/dest/kernel/hiding_kernel_private_inputs.d.ts +1 -1
- package/dest/kernel/hiding_kernel_private_inputs.d.ts.map +1 -1
- package/dest/kernel/hints/build_note_hash_read_request_hints.d.ts +1 -1
- package/dest/kernel/hints/build_nullifier_read_request_hints.d.ts +1 -1
- package/dest/kernel/hints/build_transient_data_hints.d.ts +1 -1
- package/dest/kernel/hints/find_private_kernel_reset_dimensions.d.ts +1 -1
- package/dest/kernel/hints/index.d.ts +1 -1
- package/dest/kernel/hints/key_validation_hint.d.ts +1 -2
- package/dest/kernel/hints/key_validation_hint.d.ts.map +1 -1
- package/dest/kernel/hints/key_validation_request.d.ts +1 -2
- package/dest/kernel/hints/key_validation_request.d.ts.map +1 -1
- package/dest/kernel/hints/key_validation_request_and_generator.d.ts +1 -6
- package/dest/kernel/hints/key_validation_request_and_generator.d.ts.map +1 -1
- package/dest/kernel/hints/note_hash_read_request_hints.d.ts +1 -1
- package/dest/kernel/hints/note_hash_read_request_hints.d.ts.map +1 -1
- package/dest/kernel/hints/nullifier_read_request_hints.d.ts +1 -1
- package/dest/kernel/hints/nullifier_read_request_hints.d.ts.map +1 -1
- package/dest/kernel/hints/private_kernel_reset_hints.d.ts +1 -13
- package/dest/kernel/hints/private_kernel_reset_hints.d.ts.map +1 -1
- package/dest/kernel/hints/read_request.d.ts +1 -7
- package/dest/kernel/hints/read_request.d.ts.map +1 -1
- package/dest/kernel/hints/read_request_hints.d.ts +1 -7
- package/dest/kernel/hints/read_request_hints.d.ts.map +1 -1
- package/dest/kernel/hints/scoped_key_validation_request_and_generator.d.ts +1 -1
- package/dest/kernel/hints/scoped_key_validation_request_and_generator.d.ts.map +1 -1
- package/dest/kernel/hints/scoped_value_cache.d.ts +1 -1
- package/dest/kernel/hints/scoped_value_cache.d.ts.map +1 -1
- package/dest/kernel/hints/transient_data_squashing_hint.d.ts +1 -1
- package/dest/kernel/hints/transient_data_squashing_hint.d.ts.map +1 -1
- package/dest/kernel/hints/tree_leaf_read_request.d.ts +1 -1
- package/dest/kernel/hints/tree_leaf_read_request.d.ts.map +1 -1
- package/dest/kernel/index.d.ts +1 -1
- package/dest/kernel/log_hash.d.ts +1 -1
- package/dest/kernel/log_hash.d.ts.map +1 -1
- package/dest/kernel/note_hash.d.ts +1 -1
- package/dest/kernel/note_hash.d.ts.map +1 -1
- package/dest/kernel/nullifier.d.ts +1 -1
- package/dest/kernel/nullifier.d.ts.map +1 -1
- package/dest/kernel/padded_side_effects.d.ts +1 -1
- package/dest/kernel/padded_side_effects.d.ts.map +1 -1
- package/dest/kernel/private_accumulated_data.d.ts +1 -23
- package/dest/kernel/private_accumulated_data.d.ts.map +1 -1
- package/dest/kernel/private_call_data.d.ts +62 -29
- package/dest/kernel/private_call_data.d.ts.map +1 -1
- package/dest/kernel/private_call_data.js +105 -4
- package/dest/kernel/private_call_request.d.ts +1 -16
- package/dest/kernel/private_call_request.d.ts.map +1 -1
- package/dest/kernel/private_circuit_public_inputs.d.ts +1 -74
- package/dest/kernel/private_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_context_inputs.d.ts +1 -1
- package/dest/kernel/private_context_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_circuit_public_inputs.d.ts +1 -31
- package/dest/kernel/private_kernel_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_data.d.ts +1 -7
- package/dest/kernel/private_kernel_data.d.ts.map +1 -1
- package/dest/kernel/private_kernel_init_circuit_private_inputs.d.ts +1 -22
- package/dest/kernel/private_kernel_init_circuit_private_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_inner_circuit_private_inputs.d.ts +1 -7
- package/dest/kernel/private_kernel_inner_circuit_private_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_prover_output.d.ts +8 -8
- package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts +1 -4
- package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_reset_dimensions.d.ts +1 -1
- package/dest/kernel/private_kernel_reset_dimensions.d.ts.map +1 -1
- package/dest/kernel/private_kernel_simulated_output.d.ts +1 -1
- package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts +1 -10
- package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts +1 -23
- package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_log_data.d.ts +1 -1
- package/dest/kernel/private_log_data.d.ts.map +1 -1
- package/dest/kernel/private_to_avm_accumulated_data.d.ts +8 -8
- package/dest/kernel/private_to_avm_accumulated_data.d.ts.map +1 -1
- package/dest/kernel/private_to_public_accumulated_data.d.ts +1 -1
- package/dest/kernel/private_to_public_accumulated_data.d.ts.map +1 -1
- package/dest/kernel/private_to_public_accumulated_data_builder.d.ts +1 -1
- package/dest/kernel/private_to_public_accumulated_data_builder.d.ts.map +1 -1
- package/dest/kernel/private_to_public_kernel_circuit_public_inputs.d.ts +1 -1
- package/dest/kernel/private_to_public_kernel_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_to_rollup_accumulated_data.d.ts +1 -17
- package/dest/kernel/private_to_rollup_accumulated_data.d.ts.map +1 -1
- package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts +1 -16
- package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_validation_requests.d.ts +1 -10
- package/dest/kernel/private_validation_requests.d.ts.map +1 -1
- package/dest/kernel/public_call_request.d.ts +6 -27
- package/dest/kernel/public_call_request.d.ts.map +1 -1
- package/dest/kernel/utils/index.d.ts +1 -1
- package/dest/kernel/utils/interfaces.d.ts +1 -1
- package/dest/kernel/utils/optional_number.d.ts +1 -7
- package/dest/kernel/utils/optional_number.d.ts.map +1 -1
- package/dest/kernel/utils/order_and_comparison.d.ts +1 -1
- package/dest/keys/derivation.d.ts +1 -1
- package/dest/keys/index.d.ts +1 -1
- package/dest/keys/key_types.d.ts +1 -1
- package/dest/keys/public_key.d.ts +1 -1
- package/dest/keys/public_keys.d.ts +1 -5
- package/dest/keys/public_keys.d.ts.map +1 -1
- package/dest/keys/utils.d.ts +1 -1
- package/dest/l1-contracts/index.d.ts +1 -1
- package/dest/l1-contracts/slash_factory.d.ts +3 -3
- package/dest/l1-contracts/slash_factory.d.ts.map +1 -1
- package/dest/logs/contract_class_log.d.ts +4 -4
- package/dest/logs/contract_class_log.d.ts.map +1 -1
- package/dest/logs/debug_log.d.ts +1 -1
- package/dest/logs/debug_log.d.ts.map +1 -1
- package/dest/logs/directional_app_tagging_secret.d.ts +1 -1
- package/dest/logs/directional_app_tagging_secret.d.ts.map +1 -1
- package/dest/logs/extended_contract_class_log.d.ts +1 -3
- package/dest/logs/extended_contract_class_log.d.ts.map +1 -1
- package/dest/logs/extended_public_log.d.ts +2 -4
- package/dest/logs/extended_public_log.d.ts.map +1 -1
- package/dest/logs/index.d.ts +1 -1
- package/dest/logs/log_filter.d.ts +1 -1
- package/dest/logs/log_id.d.ts +1 -4
- package/dest/logs/log_id.d.ts.map +1 -1
- package/dest/logs/log_with_tx_data.d.ts +1 -1
- package/dest/logs/log_with_tx_data.d.ts.map +1 -1
- package/dest/logs/message_context.d.ts +1 -1
- package/dest/logs/message_context.d.ts.map +1 -1
- package/dest/logs/pending_tagged_log.d.ts +1 -1
- package/dest/logs/pending_tagged_log.d.ts.map +1 -1
- package/dest/logs/pre_tag.d.ts +1 -1
- package/dest/logs/private_log.d.ts +1 -1
- package/dest/logs/private_log.d.ts.map +1 -1
- package/dest/logs/public_log.d.ts +1 -1
- package/dest/logs/public_log.d.ts.map +1 -1
- package/dest/logs/shared_secret_derivation.d.ts +1 -1
- package/dest/logs/tx_scoped_l2_log.d.ts +8 -8
- package/dest/logs/tx_scoped_l2_log.d.ts.map +1 -1
- package/dest/messaging/in_hash.d.ts +1 -1
- package/dest/messaging/inbox_leaf.d.ts +1 -3
- package/dest/messaging/inbox_leaf.d.ts.map +1 -1
- package/dest/messaging/index.d.ts +1 -1
- package/dest/messaging/l1_actor.d.ts +1 -7
- package/dest/messaging/l1_actor.d.ts.map +1 -1
- package/dest/messaging/l1_to_l2_message.d.ts +1 -6
- package/dest/messaging/l1_to_l2_message.d.ts.map +1 -1
- package/dest/messaging/l1_to_l2_message_source.d.ts +1 -1
- package/dest/messaging/l2_actor.d.ts +1 -7
- package/dest/messaging/l2_actor.d.ts.map +1 -1
- package/dest/messaging/l2_to_l1_membership.d.ts +1 -1
- package/dest/messaging/l2_to_l1_message.d.ts +21 -21
- package/dest/messaging/l2_to_l1_message.d.ts.map +1 -1
- package/dest/messaging/out_hash.d.ts +1 -1
- package/dest/noir/index.d.ts +1 -1
- package/dest/note/comparator.d.ts +1 -1
- package/dest/note/index.d.ts +1 -1
- package/dest/note/note.d.ts +1 -1
- package/dest/note/note.d.ts.map +1 -1
- package/dest/note/note_dao.d.ts +2 -28
- package/dest/note/note_dao.d.ts.map +1 -1
- package/dest/note/note_status.d.ts +1 -1
- package/dest/note/notes_filter.d.ts +1 -1
- package/dest/p2p/attestation_utils.d.ts +1 -1
- package/dest/p2p/block_attestation.d.ts +4 -12
- package/dest/p2p/block_attestation.d.ts.map +1 -1
- package/dest/p2p/block_proposal.d.ts +3 -6
- package/dest/p2p/block_proposal.d.ts.map +1 -1
- package/dest/p2p/block_proposal.js +1 -1
- package/dest/p2p/client_type.d.ts +1 -1
- package/dest/p2p/consensus_payload.d.ts +9 -188
- package/dest/p2p/consensus_payload.d.ts.map +1 -1
- package/dest/p2p/consensus_payload.js +16 -23
- package/dest/p2p/gossipable.d.ts +1 -1
- package/dest/p2p/gossipable.d.ts.map +1 -1
- package/dest/p2p/index.d.ts +1 -1
- package/dest/p2p/interface.d.ts +1 -1
- package/dest/p2p/message_validator.d.ts +1 -1
- package/dest/p2p/peer_error.d.ts +1 -1
- package/dest/p2p/signature_utils.d.ts +1 -1
- package/dest/p2p/topic_type.d.ts +1 -1
- package/dest/parity/index.d.ts +1 -1
- package/dest/parity/parity_base_private_inputs.d.ts +1 -3
- package/dest/parity/parity_base_private_inputs.d.ts.map +1 -1
- package/dest/parity/parity_public_inputs.d.ts +1 -4
- package/dest/parity/parity_public_inputs.d.ts.map +1 -1
- package/dest/parity/parity_root_private_inputs.d.ts +1 -2
- package/dest/parity/parity_root_private_inputs.d.ts.map +1 -1
- package/dest/proofs/chonk_proof.d.ts +1 -1
- package/dest/proofs/chonk_proof.d.ts.map +1 -1
- package/dest/proofs/index.d.ts +1 -1
- package/dest/proofs/proof.d.ts +1 -4
- package/dest/proofs/proof.d.ts.map +1 -1
- package/dest/proofs/proof_data.d.ts +1 -1
- package/dest/proofs/proof_data.d.ts.map +1 -1
- package/dest/proofs/proving_request_type.d.ts +1 -1
- package/dest/proofs/recursive_proof.d.ts +1 -10
- package/dest/proofs/recursive_proof.d.ts.map +1 -1
- package/dest/rollup/avm_proof_data.d.ts +1 -1
- package/dest/rollup/base_rollup_hints.d.ts +1 -34
- package/dest/rollup/base_rollup_hints.d.ts.map +1 -1
- package/dest/rollup/block_constant_data.d.ts +1 -12
- package/dest/rollup/block_constant_data.d.ts.map +1 -1
- package/dest/rollup/block_headers_hash.d.ts +1 -1
- package/dest/rollup/block_merge_rollup_private_inputs.d.ts +1 -4
- package/dest/rollup/block_merge_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/block_rollup_public_inputs.d.ts +1 -45
- package/dest/rollup/block_rollup_public_inputs.d.ts.map +1 -1
- package/dest/rollup/block_root_rollup_private_inputs.d.ts +1 -64
- package/dest/rollup/block_root_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/checkpoint_constant_data.d.ts +11 -14
- package/dest/rollup/checkpoint_constant_data.d.ts.map +1 -1
- package/dest/rollup/checkpoint_constant_data.js +11 -4
- package/dest/rollup/checkpoint_header.d.ts +12 -15
- package/dest/rollup/checkpoint_header.d.ts.map +1 -1
- package/dest/rollup/checkpoint_header.js +30 -12
- package/dest/rollup/checkpoint_merge_rollup_private_inputs.d.ts +1 -4
- package/dest/rollup/checkpoint_merge_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/checkpoint_rollup_public_inputs.d.ts +1 -25
- package/dest/rollup/checkpoint_rollup_public_inputs.d.ts.map +1 -1
- package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts +1 -25
- package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/epoch_constant_data.d.ts +1 -16
- package/dest/rollup/epoch_constant_data.d.ts.map +1 -1
- package/dest/rollup/index.d.ts +1 -1
- package/dest/rollup/private_tx_base_rollup_private_inputs.d.ts +1 -1
- package/dest/rollup/private_tx_base_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/public_chonk_verifier_private_inputs.d.ts +1 -1
- package/dest/rollup/public_chonk_verifier_private_inputs.d.ts.map +1 -1
- package/dest/rollup/public_chonk_verifier_public_inputs.d.ts +1 -1
- package/dest/rollup/public_chonk_verifier_public_inputs.d.ts.map +1 -1
- package/dest/rollup/public_tx_base_rollup_private_inputs.d.ts +1 -1
- package/dest/rollup/public_tx_base_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/root_rollup_private_inputs.d.ts +1 -6
- package/dest/rollup/root_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/root_rollup_public_inputs.d.ts +1 -3
- package/dest/rollup/root_rollup_public_inputs.d.ts.map +1 -1
- package/dest/rollup/tree_snapshot_diff_hints.d.ts +1 -24
- package/dest/rollup/tree_snapshot_diff_hints.d.ts.map +1 -1
- package/dest/rollup/tx_merge_rollup_private_inputs.d.ts +1 -4
- package/dest/rollup/tx_merge_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/tx_rollup_public_inputs.d.ts +1 -29
- package/dest/rollup/tx_rollup_public_inputs.d.ts.map +1 -1
- package/dest/schemas/index.d.ts +1 -1
- package/dest/schemas/schemas.d.ts +7 -2
- package/dest/schemas/schemas.d.ts.map +1 -1
- package/dest/schemas/schemas.js +2 -0
- package/dest/slashing/empire.d.ts +1 -1
- package/dest/slashing/empire.d.ts.map +1 -1
- package/dest/slashing/empire.js +5 -4
- package/dest/slashing/helpers.d.ts +7 -6
- package/dest/slashing/helpers.d.ts.map +1 -1
- package/dest/slashing/helpers.js +8 -6
- package/dest/slashing/index.d.ts +1 -1
- package/dest/slashing/interfaces.d.ts +3 -2
- package/dest/slashing/interfaces.d.ts.map +1 -1
- package/dest/slashing/serialization.d.ts +1 -1
- package/dest/slashing/tally.d.ts +1 -1
- package/dest/slashing/types.d.ts +9 -9
- package/dest/snapshots/download.d.ts +1 -1
- package/dest/snapshots/index.d.ts +1 -1
- package/dest/snapshots/types.d.ts +18 -18
- package/dest/snapshots/upload.d.ts +1 -1
- package/dest/stats/index.d.ts +1 -1
- package/dest/stats/stats.d.ts +1 -1
- package/dest/tests/factories.d.ts +5 -8
- package/dest/tests/factories.d.ts.map +1 -1
- package/dest/tests/factories.js +13 -22
- package/dest/tests/fixtures.d.ts +1 -1
- package/dest/tests/index.d.ts +1 -1
- package/dest/tests/jest.d.ts +1 -1
- package/dest/tests/mocks.d.ts +38 -21
- package/dest/tests/mocks.d.ts.map +1 -1
- package/dest/tests/mocks.js +24 -21
- package/dest/trees/append_only_tree_snapshot.d.ts +1 -16
- package/dest/trees/append_only_tree_snapshot.d.ts.map +1 -1
- package/dest/trees/append_only_tree_snapshot.js +0 -9
- package/dest/trees/database_public_state_source.d.ts +1 -1
- package/dest/trees/database_public_state_source.d.ts.map +1 -1
- package/dest/trees/index.d.ts +1 -1
- package/dest/trees/merkle_tree_id.d.ts +5 -5
- package/dest/trees/merkle_tree_id.d.ts.map +1 -1
- package/dest/trees/nullifier_leaf.d.ts +1 -13
- package/dest/trees/nullifier_leaf.d.ts.map +1 -1
- package/dest/trees/nullifier_membership_witness.d.ts +1 -10
- package/dest/trees/nullifier_membership_witness.d.ts.map +1 -1
- package/dest/trees/public_data_leaf.d.ts +12 -27
- package/dest/trees/public_data_leaf.d.ts.map +1 -1
- package/dest/trees/public_data_witness.d.ts +8 -18
- package/dest/trees/public_data_witness.d.ts.map +1 -1
- package/dest/tx/block_header.d.ts +5 -12
- package/dest/tx/block_header.d.ts.map +1 -1
- package/dest/tx/block_header.js +13 -2
- package/dest/tx/call_context.d.ts +6 -18
- package/dest/tx/call_context.d.ts.map +1 -1
- package/dest/tx/capsule.d.ts +1 -4
- package/dest/tx/capsule.d.ts.map +1 -1
- package/dest/tx/content_commitment.d.ts +1 -1
- package/dest/tx/content_commitment.d.ts.map +1 -1
- package/dest/tx/execution_payload.d.ts +1 -9
- package/dest/tx/execution_payload.d.ts.map +1 -1
- package/dest/tx/function_data.d.ts +4 -6
- package/dest/tx/function_data.d.ts.map +1 -1
- package/dest/tx/global_variable_builder.d.ts +3 -2
- package/dest/tx/global_variable_builder.d.ts.map +1 -1
- package/dest/tx/global_variables.d.ts +35 -24
- package/dest/tx/global_variables.d.ts.map +1 -1
- package/dest/tx/global_variables.js +40 -9
- package/dest/tx/hashed_values.d.ts +1 -7
- package/dest/tx/hashed_values.d.ts.map +1 -1
- package/dest/tx/index.d.ts +1 -1
- package/dest/tx/indexed_tx_effect.d.ts +2 -2
- package/dest/tx/indexed_tx_effect.js +3 -1
- package/dest/tx/offchain_effect.d.ts +1 -1
- package/dest/tx/partial_state_reference.d.ts +1 -7
- package/dest/tx/partial_state_reference.d.ts.map +1 -1
- package/dest/tx/partial_state_reference.js +0 -10
- package/dest/tx/private_execution_result.d.ts +6 -28
- package/dest/tx/private_execution_result.d.ts.map +1 -1
- package/dest/tx/private_tx_constant_data.d.ts +1 -16
- package/dest/tx/private_tx_constant_data.d.ts.map +1 -1
- package/dest/tx/processed_tx.d.ts +1 -1
- package/dest/tx/profiling.d.ts +35 -35
- package/dest/tx/profiling.d.ts.map +1 -1
- package/dest/tx/protocol_contracts.d.ts +2 -2
- package/dest/tx/protocol_contracts.d.ts.map +1 -1
- package/dest/tx/proven_tx.d.ts +18 -18
- package/dest/tx/proven_tx.d.ts.map +1 -1
- package/dest/tx/public_call_request_with_calldata.d.ts +1 -7
- package/dest/tx/public_call_request_with_calldata.d.ts.map +1 -1
- package/dest/tx/public_simulation_output.d.ts +1 -1
- package/dest/tx/public_simulation_output.d.ts.map +1 -1
- package/dest/tx/simulated_tx.d.ts +21 -21
- package/dest/tx/simulated_tx.d.ts.map +1 -1
- package/dest/tx/state_reference.d.ts +7 -12
- package/dest/tx/state_reference.d.ts.map +1 -1
- package/dest/tx/state_reference.js +0 -9
- package/dest/tx/tree_snapshots.d.ts +7 -7
- package/dest/tx/tree_snapshots.d.ts.map +1 -1
- package/dest/tx/tx.d.ts +2 -17
- package/dest/tx/tx.d.ts.map +1 -1
- package/dest/tx/tx.js +1 -0
- package/dest/tx/tx_constant_data.d.ts +1 -1
- package/dest/tx/tx_constant_data.d.ts.map +1 -1
- package/dest/tx/tx_context.d.ts +1 -2
- package/dest/tx/tx_context.d.ts.map +1 -1
- package/dest/tx/tx_effect.d.ts +12 -33
- package/dest/tx/tx_effect.d.ts.map +1 -1
- package/dest/tx/tx_effect.js +4 -2
- package/dest/tx/tx_execution_request.d.ts +1 -30
- package/dest/tx/tx_execution_request.d.ts.map +1 -1
- package/dest/tx/tx_hash.d.ts +1 -2
- package/dest/tx/tx_hash.d.ts.map +1 -1
- package/dest/tx/tx_receipt.d.ts +1 -7
- package/dest/tx/tx_receipt.d.ts.map +1 -1
- package/dest/tx/tx_request.d.ts +1 -6
- package/dest/tx/tx_request.d.ts.map +1 -1
- package/dest/tx/validator/empty_validator.d.ts +1 -1
- package/dest/tx/validator/empty_validator.d.ts.map +1 -1
- package/dest/tx/validator/error_texts.d.ts +1 -1
- package/dest/tx/validator/tx_validator.d.ts +5 -5
- package/dest/types/index.d.ts +1 -1
- package/dest/types/shared.d.ts +1 -4
- package/dest/types/shared.d.ts.map +1 -1
- package/dest/update-checker/index.d.ts +1 -1
- package/dest/update-checker/update-checker.d.ts +2 -3
- package/dest/update-checker/update-checker.d.ts.map +1 -1
- package/dest/validators/errors.d.ts +6 -7
- package/dest/validators/errors.d.ts.map +1 -1
- package/dest/validators/errors.js +2 -4
- package/dest/validators/index.d.ts +1 -1
- package/dest/validators/schemas.d.ts +266 -208
- package/dest/validators/schemas.d.ts.map +1 -1
- package/dest/validators/schemas.js +7 -7
- package/dest/validators/types.d.ts +10 -9
- package/dest/validators/types.d.ts.map +1 -1
- package/dest/versioning/index.d.ts +1 -1
- package/dest/versioning/versioning.d.ts +1 -1
- package/dest/versioning/versioning.d.ts.map +1 -1
- package/dest/vks/index.d.ts +1 -1
- package/dest/vks/verification_key.d.ts +1 -22
- package/dest/vks/verification_key.d.ts.map +1 -1
- package/dest/vks/vk_data.d.ts +1 -7
- package/dest/vks/vk_data.d.ts.map +1 -1
- package/dest/world-state/index.d.ts +1 -1
- package/dest/world-state/world_state_revision.d.ts +7 -7
- package/dest/world-state/world_state_revision.d.ts.map +1 -1
- package/dest/zkpassport/index.d.ts +1 -1
- package/dest/zkpassport/index.d.ts.map +1 -1
- package/package.json +11 -10
- package/src/block/attestation_info.ts +8 -1
- package/src/block/body.ts +9 -7
- package/src/block/l2_block.ts +29 -2
- package/src/block/l2_block_code_to_purge.ts +3 -2
- package/src/block/l2_block_header.ts +3 -2
- package/src/block/l2_block_new.ts +28 -0
- package/src/block/l2_block_source.ts +9 -8
- package/src/block/published_l2_block.ts +14 -31
- package/src/block/validate_block_result.ts +9 -7
- package/src/checkpoint/checkpoint.ts +48 -7
- package/src/checkpoint/index.ts +1 -0
- package/src/checkpoint/published_checkpoint.ts +91 -0
- package/src/epoch-helpers/index.ts +28 -21
- package/src/interfaces/archiver.ts +6 -5
- package/src/interfaces/aztec-node.ts +12 -3
- package/src/interfaces/epoch-prover.ts +3 -2
- package/src/interfaces/p2p.ts +4 -2
- package/src/interfaces/proving-job.ts +14 -5
- package/src/interfaces/validator.ts +1 -2
- package/src/kernel/private_call_data.ts +130 -3
- package/src/p2p/block_attestation.ts +2 -1
- package/src/p2p/block_proposal.ts +3 -2
- package/src/p2p/consensus_payload.ts +16 -26
- package/src/rollup/checkpoint_constant_data.ts +24 -5
- package/src/rollup/checkpoint_header.ts +33 -23
- package/src/schemas/schemas.ts +7 -0
- package/src/slashing/empire.ts +6 -4
- package/src/slashing/helpers.ts +17 -12
- package/src/slashing/interfaces.ts +3 -1
- package/src/tests/factories.ts +27 -25
- package/src/tests/mocks.ts +32 -26
- package/src/trees/append_only_tree_snapshot.ts +0 -12
- package/src/tx/block_header.ts +16 -3
- package/src/tx/global_variable_builder.ts +2 -1
- package/src/tx/global_variables.ts +44 -10
- package/src/tx/indexed_tx_effect.ts +1 -1
- package/src/tx/partial_state_reference.ts +0 -17
- package/src/tx/state_reference.ts +0 -15
- package/src/tx/tx.ts +2 -1
- package/src/tx/tx_effect.ts +27 -23
- package/src/validators/errors.ts +3 -4
- package/src/validators/schemas.ts +7 -7
- package/src/validators/types.ts +9 -8
|
@@ -1,62 +1,72 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const ValidatorStatusInSlotSchema: z.ZodEnum<["block-mined", "block-proposed", "block-missed", "attestation-sent", "attestation-missed"]>;
|
|
3
3
|
export declare const ValidatorStatusHistorySchema: z.ZodArray<z.ZodObject<{
|
|
4
|
-
slot: z.ZodPipeline<z.ZodUnion<[z.
|
|
4
|
+
slot: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>;
|
|
5
5
|
status: z.ZodEnum<["block-mined", "block-proposed", "block-missed", "attestation-sent", "attestation-missed"]>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
slot: number & {
|
|
8
|
+
_branding: "SlotNumber";
|
|
9
|
+
};
|
|
10
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
9
11
|
}, {
|
|
10
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
11
12
|
slot: string | number | bigint;
|
|
13
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
12
14
|
}>, "many">;
|
|
13
15
|
export declare const ValidatorStatusHistorySchemaArray: z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
14
|
-
slot: z.ZodPipeline<z.ZodUnion<[z.
|
|
16
|
+
slot: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>;
|
|
15
17
|
status: z.ZodEnum<["block-mined", "block-proposed", "block-missed", "attestation-sent", "attestation-missed"]>;
|
|
16
18
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
+
slot: number & {
|
|
20
|
+
_branding: "SlotNumber";
|
|
21
|
+
};
|
|
22
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
19
23
|
}, {
|
|
20
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
21
24
|
slot: string | number | bigint;
|
|
25
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
22
26
|
}>, "many">, "many">;
|
|
23
27
|
export declare const ValidatorStatusHistorySchemaMap: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
24
|
-
slot: z.ZodPipeline<z.ZodUnion<[z.
|
|
28
|
+
slot: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>;
|
|
25
29
|
status: z.ZodEnum<["block-mined", "block-proposed", "block-missed", "attestation-sent", "attestation-missed"]>;
|
|
26
30
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
|
|
28
|
-
|
|
31
|
+
slot: number & {
|
|
32
|
+
_branding: "SlotNumber";
|
|
33
|
+
};
|
|
34
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
29
35
|
}, {
|
|
30
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
31
36
|
slot: string | number | bigint;
|
|
37
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
32
38
|
}>, "many">, "many">>;
|
|
33
39
|
export declare const ValidatorStatsSchema: z.ZodObject<{
|
|
34
40
|
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
35
41
|
lastProposal: z.ZodOptional<z.ZodObject<{
|
|
36
42
|
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
37
|
-
slot: z.ZodPipeline<z.ZodUnion<[z.
|
|
43
|
+
slot: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>;
|
|
38
44
|
date: z.ZodString;
|
|
39
45
|
}, "strip", z.ZodTypeAny, {
|
|
40
|
-
date: string;
|
|
41
|
-
slot: bigint;
|
|
42
46
|
timestamp: bigint;
|
|
43
|
-
|
|
47
|
+
slot: number & {
|
|
48
|
+
_branding: "SlotNumber";
|
|
49
|
+
};
|
|
44
50
|
date: string;
|
|
45
|
-
|
|
51
|
+
}, {
|
|
46
52
|
timestamp: string | number | bigint;
|
|
53
|
+
slot: string | number | bigint;
|
|
54
|
+
date: string;
|
|
47
55
|
}>>;
|
|
48
56
|
lastAttestation: z.ZodOptional<z.ZodObject<{
|
|
49
57
|
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
50
|
-
slot: z.ZodPipeline<z.ZodUnion<[z.
|
|
58
|
+
slot: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>;
|
|
51
59
|
date: z.ZodString;
|
|
52
60
|
}, "strip", z.ZodTypeAny, {
|
|
53
|
-
date: string;
|
|
54
|
-
slot: bigint;
|
|
55
61
|
timestamp: bigint;
|
|
56
|
-
|
|
62
|
+
slot: number & {
|
|
63
|
+
_branding: "SlotNumber";
|
|
64
|
+
};
|
|
57
65
|
date: string;
|
|
58
|
-
|
|
66
|
+
}, {
|
|
59
67
|
timestamp: string | number | bigint;
|
|
68
|
+
slot: string | number | bigint;
|
|
69
|
+
date: string;
|
|
60
70
|
}>>;
|
|
61
71
|
totalSlots: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
62
72
|
missedProposals: z.ZodObject<{
|
|
@@ -66,14 +76,14 @@ export declare const ValidatorStatsSchema: z.ZodObject<{
|
|
|
66
76
|
total: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
67
77
|
}, "strip", z.ZodTypeAny, {
|
|
68
78
|
currentStreak: number;
|
|
79
|
+
rate?: number | undefined;
|
|
69
80
|
count: number;
|
|
70
81
|
total: number;
|
|
71
|
-
rate?: number | undefined;
|
|
72
82
|
}, {
|
|
73
83
|
currentStreak: string | number | bigint;
|
|
84
|
+
rate?: number | undefined;
|
|
74
85
|
count: string | number | bigint;
|
|
75
86
|
total: string | number | bigint;
|
|
76
|
-
rate?: number | undefined;
|
|
77
87
|
}>;
|
|
78
88
|
missedAttestations: z.ZodObject<{
|
|
79
89
|
currentStreak: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
@@ -82,112 +92,124 @@ export declare const ValidatorStatsSchema: z.ZodObject<{
|
|
|
82
92
|
total: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
83
93
|
}, "strip", z.ZodTypeAny, {
|
|
84
94
|
currentStreak: number;
|
|
95
|
+
rate?: number | undefined;
|
|
85
96
|
count: number;
|
|
86
97
|
total: number;
|
|
87
|
-
rate?: number | undefined;
|
|
88
98
|
}, {
|
|
89
99
|
currentStreak: string | number | bigint;
|
|
100
|
+
rate?: number | undefined;
|
|
90
101
|
count: string | number | bigint;
|
|
91
102
|
total: string | number | bigint;
|
|
92
|
-
rate?: number | undefined;
|
|
93
103
|
}>;
|
|
94
104
|
history: z.ZodArray<z.ZodObject<{
|
|
95
|
-
slot: z.ZodPipeline<z.ZodUnion<[z.
|
|
105
|
+
slot: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>;
|
|
96
106
|
status: z.ZodEnum<["block-mined", "block-proposed", "block-missed", "attestation-sent", "attestation-missed"]>;
|
|
97
107
|
}, "strip", z.ZodTypeAny, {
|
|
98
|
-
|
|
99
|
-
|
|
108
|
+
slot: number & {
|
|
109
|
+
_branding: "SlotNumber";
|
|
110
|
+
};
|
|
111
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
100
112
|
}, {
|
|
101
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
102
113
|
slot: string | number | bigint;
|
|
114
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
103
115
|
}>, "many">;
|
|
104
116
|
}, "strip", z.ZodTypeAny, {
|
|
105
117
|
address: import("@aztec/foundation/schemas").EthAddress;
|
|
118
|
+
lastProposal?: {
|
|
119
|
+
timestamp: bigint;
|
|
120
|
+
slot: number & {
|
|
121
|
+
_branding: "SlotNumber";
|
|
122
|
+
};
|
|
123
|
+
date: string;
|
|
124
|
+
} | undefined;
|
|
125
|
+
lastAttestation?: {
|
|
126
|
+
timestamp: bigint;
|
|
127
|
+
slot: number & {
|
|
128
|
+
_branding: "SlotNumber";
|
|
129
|
+
};
|
|
130
|
+
date: string;
|
|
131
|
+
} | undefined;
|
|
106
132
|
totalSlots: number;
|
|
107
133
|
missedProposals: {
|
|
108
134
|
currentStreak: number;
|
|
135
|
+
rate?: number | undefined;
|
|
109
136
|
count: number;
|
|
110
137
|
total: number;
|
|
111
|
-
rate?: number | undefined;
|
|
112
138
|
};
|
|
113
139
|
missedAttestations: {
|
|
114
140
|
currentStreak: number;
|
|
141
|
+
rate?: number | undefined;
|
|
115
142
|
count: number;
|
|
116
143
|
total: number;
|
|
117
|
-
rate?: number | undefined;
|
|
118
144
|
};
|
|
119
145
|
history: {
|
|
120
|
-
|
|
121
|
-
|
|
146
|
+
slot: number & {
|
|
147
|
+
_branding: "SlotNumber";
|
|
148
|
+
};
|
|
149
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
122
150
|
}[];
|
|
151
|
+
}, {
|
|
152
|
+
address: string;
|
|
123
153
|
lastProposal?: {
|
|
154
|
+
timestamp: string | number | bigint;
|
|
155
|
+
slot: string | number | bigint;
|
|
124
156
|
date: string;
|
|
125
|
-
slot: bigint;
|
|
126
|
-
timestamp: bigint;
|
|
127
157
|
} | undefined;
|
|
128
158
|
lastAttestation?: {
|
|
159
|
+
timestamp: string | number | bigint;
|
|
160
|
+
slot: string | number | bigint;
|
|
129
161
|
date: string;
|
|
130
|
-
slot: bigint;
|
|
131
|
-
timestamp: bigint;
|
|
132
162
|
} | undefined;
|
|
133
|
-
}, {
|
|
134
|
-
address: string;
|
|
135
163
|
totalSlots: string | number | bigint;
|
|
136
164
|
missedProposals: {
|
|
137
165
|
currentStreak: string | number | bigint;
|
|
166
|
+
rate?: number | undefined;
|
|
138
167
|
count: string | number | bigint;
|
|
139
168
|
total: string | number | bigint;
|
|
140
|
-
rate?: number | undefined;
|
|
141
169
|
};
|
|
142
170
|
missedAttestations: {
|
|
143
171
|
currentStreak: string | number | bigint;
|
|
172
|
+
rate?: number | undefined;
|
|
144
173
|
count: string | number | bigint;
|
|
145
174
|
total: string | number | bigint;
|
|
146
|
-
rate?: number | undefined;
|
|
147
175
|
};
|
|
148
176
|
history: {
|
|
149
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
150
177
|
slot: string | number | bigint;
|
|
178
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
151
179
|
}[];
|
|
152
|
-
lastProposal?: {
|
|
153
|
-
date: string;
|
|
154
|
-
slot: string | number | bigint;
|
|
155
|
-
timestamp: string | number | bigint;
|
|
156
|
-
} | undefined;
|
|
157
|
-
lastAttestation?: {
|
|
158
|
-
date: string;
|
|
159
|
-
slot: string | number | bigint;
|
|
160
|
-
timestamp: string | number | bigint;
|
|
161
|
-
} | undefined;
|
|
162
180
|
}>;
|
|
163
181
|
export declare const ValidatorsStatsSchema: z.ZodObject<{
|
|
164
182
|
stats: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
165
183
|
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
166
184
|
lastProposal: z.ZodOptional<z.ZodObject<{
|
|
167
185
|
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
168
|
-
slot: z.ZodPipeline<z.ZodUnion<[z.
|
|
186
|
+
slot: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>;
|
|
169
187
|
date: z.ZodString;
|
|
170
188
|
}, "strip", z.ZodTypeAny, {
|
|
171
|
-
date: string;
|
|
172
|
-
slot: bigint;
|
|
173
189
|
timestamp: bigint;
|
|
174
|
-
|
|
190
|
+
slot: number & {
|
|
191
|
+
_branding: "SlotNumber";
|
|
192
|
+
};
|
|
175
193
|
date: string;
|
|
176
|
-
|
|
194
|
+
}, {
|
|
177
195
|
timestamp: string | number | bigint;
|
|
196
|
+
slot: string | number | bigint;
|
|
197
|
+
date: string;
|
|
178
198
|
}>>;
|
|
179
199
|
lastAttestation: z.ZodOptional<z.ZodObject<{
|
|
180
200
|
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
181
|
-
slot: z.ZodPipeline<z.ZodUnion<[z.
|
|
201
|
+
slot: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>;
|
|
182
202
|
date: z.ZodString;
|
|
183
203
|
}, "strip", z.ZodTypeAny, {
|
|
184
|
-
date: string;
|
|
185
|
-
slot: bigint;
|
|
186
204
|
timestamp: bigint;
|
|
187
|
-
|
|
205
|
+
slot: number & {
|
|
206
|
+
_branding: "SlotNumber";
|
|
207
|
+
};
|
|
188
208
|
date: string;
|
|
189
|
-
|
|
209
|
+
}, {
|
|
190
210
|
timestamp: string | number | bigint;
|
|
211
|
+
slot: string | number | bigint;
|
|
212
|
+
date: string;
|
|
191
213
|
}>>;
|
|
192
214
|
totalSlots: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
193
215
|
missedProposals: z.ZodObject<{
|
|
@@ -197,14 +219,14 @@ export declare const ValidatorsStatsSchema: z.ZodObject<{
|
|
|
197
219
|
total: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
198
220
|
}, "strip", z.ZodTypeAny, {
|
|
199
221
|
currentStreak: number;
|
|
222
|
+
rate?: number | undefined;
|
|
200
223
|
count: number;
|
|
201
224
|
total: number;
|
|
202
|
-
rate?: number | undefined;
|
|
203
225
|
}, {
|
|
204
226
|
currentStreak: string | number | bigint;
|
|
227
|
+
rate?: number | undefined;
|
|
205
228
|
count: string | number | bigint;
|
|
206
229
|
total: string | number | bigint;
|
|
207
|
-
rate?: number | undefined;
|
|
208
230
|
}>;
|
|
209
231
|
missedAttestations: z.ZodObject<{
|
|
210
232
|
currentStreak: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
@@ -213,184 +235,202 @@ export declare const ValidatorsStatsSchema: z.ZodObject<{
|
|
|
213
235
|
total: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
214
236
|
}, "strip", z.ZodTypeAny, {
|
|
215
237
|
currentStreak: number;
|
|
238
|
+
rate?: number | undefined;
|
|
216
239
|
count: number;
|
|
217
240
|
total: number;
|
|
218
|
-
rate?: number | undefined;
|
|
219
241
|
}, {
|
|
220
242
|
currentStreak: string | number | bigint;
|
|
243
|
+
rate?: number | undefined;
|
|
221
244
|
count: string | number | bigint;
|
|
222
245
|
total: string | number | bigint;
|
|
223
|
-
rate?: number | undefined;
|
|
224
246
|
}>;
|
|
225
247
|
history: z.ZodArray<z.ZodObject<{
|
|
226
|
-
slot: z.ZodPipeline<z.ZodUnion<[z.
|
|
248
|
+
slot: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>;
|
|
227
249
|
status: z.ZodEnum<["block-mined", "block-proposed", "block-missed", "attestation-sent", "attestation-missed"]>;
|
|
228
250
|
}, "strip", z.ZodTypeAny, {
|
|
229
|
-
|
|
230
|
-
|
|
251
|
+
slot: number & {
|
|
252
|
+
_branding: "SlotNumber";
|
|
253
|
+
};
|
|
254
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
231
255
|
}, {
|
|
232
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
233
256
|
slot: string | number | bigint;
|
|
257
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
234
258
|
}>, "many">;
|
|
235
259
|
}, "strip", z.ZodTypeAny, {
|
|
236
260
|
address: import("@aztec/foundation/schemas").EthAddress;
|
|
261
|
+
lastProposal?: {
|
|
262
|
+
timestamp: bigint;
|
|
263
|
+
slot: number & {
|
|
264
|
+
_branding: "SlotNumber";
|
|
265
|
+
};
|
|
266
|
+
date: string;
|
|
267
|
+
} | undefined;
|
|
268
|
+
lastAttestation?: {
|
|
269
|
+
timestamp: bigint;
|
|
270
|
+
slot: number & {
|
|
271
|
+
_branding: "SlotNumber";
|
|
272
|
+
};
|
|
273
|
+
date: string;
|
|
274
|
+
} | undefined;
|
|
237
275
|
totalSlots: number;
|
|
238
276
|
missedProposals: {
|
|
239
277
|
currentStreak: number;
|
|
278
|
+
rate?: number | undefined;
|
|
240
279
|
count: number;
|
|
241
280
|
total: number;
|
|
242
|
-
rate?: number | undefined;
|
|
243
281
|
};
|
|
244
282
|
missedAttestations: {
|
|
245
283
|
currentStreak: number;
|
|
284
|
+
rate?: number | undefined;
|
|
246
285
|
count: number;
|
|
247
286
|
total: number;
|
|
248
|
-
rate?: number | undefined;
|
|
249
287
|
};
|
|
250
288
|
history: {
|
|
251
|
-
|
|
252
|
-
|
|
289
|
+
slot: number & {
|
|
290
|
+
_branding: "SlotNumber";
|
|
291
|
+
};
|
|
292
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
253
293
|
}[];
|
|
294
|
+
}, {
|
|
295
|
+
address: string;
|
|
254
296
|
lastProposal?: {
|
|
297
|
+
timestamp: string | number | bigint;
|
|
298
|
+
slot: string | number | bigint;
|
|
255
299
|
date: string;
|
|
256
|
-
slot: bigint;
|
|
257
|
-
timestamp: bigint;
|
|
258
300
|
} | undefined;
|
|
259
301
|
lastAttestation?: {
|
|
302
|
+
timestamp: string | number | bigint;
|
|
303
|
+
slot: string | number | bigint;
|
|
260
304
|
date: string;
|
|
261
|
-
slot: bigint;
|
|
262
|
-
timestamp: bigint;
|
|
263
305
|
} | undefined;
|
|
264
|
-
}, {
|
|
265
|
-
address: string;
|
|
266
306
|
totalSlots: string | number | bigint;
|
|
267
307
|
missedProposals: {
|
|
268
308
|
currentStreak: string | number | bigint;
|
|
309
|
+
rate?: number | undefined;
|
|
269
310
|
count: string | number | bigint;
|
|
270
311
|
total: string | number | bigint;
|
|
271
|
-
rate?: number | undefined;
|
|
272
312
|
};
|
|
273
313
|
missedAttestations: {
|
|
274
314
|
currentStreak: string | number | bigint;
|
|
315
|
+
rate?: number | undefined;
|
|
275
316
|
count: string | number | bigint;
|
|
276
317
|
total: string | number | bigint;
|
|
277
|
-
rate?: number | undefined;
|
|
278
318
|
};
|
|
279
319
|
history: {
|
|
280
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
281
320
|
slot: string | number | bigint;
|
|
321
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
282
322
|
}[];
|
|
323
|
+
}>>;
|
|
324
|
+
lastProcessedSlot: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>>;
|
|
325
|
+
initialSlot: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>>;
|
|
326
|
+
slotWindow: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
327
|
+
}, "strip", z.ZodTypeAny, {
|
|
328
|
+
stats: Record<string, {
|
|
329
|
+
address: import("@aztec/foundation/schemas").EthAddress;
|
|
283
330
|
lastProposal?: {
|
|
331
|
+
timestamp: bigint;
|
|
332
|
+
slot: number & {
|
|
333
|
+
_branding: "SlotNumber";
|
|
334
|
+
};
|
|
284
335
|
date: string;
|
|
285
|
-
slot: string | number | bigint;
|
|
286
|
-
timestamp: string | number | bigint;
|
|
287
336
|
} | undefined;
|
|
288
337
|
lastAttestation?: {
|
|
338
|
+
timestamp: bigint;
|
|
339
|
+
slot: number & {
|
|
340
|
+
_branding: "SlotNumber";
|
|
341
|
+
};
|
|
289
342
|
date: string;
|
|
290
|
-
slot: string | number | bigint;
|
|
291
|
-
timestamp: string | number | bigint;
|
|
292
343
|
} | undefined;
|
|
293
|
-
}>>;
|
|
294
|
-
lastProcessedSlot: z.ZodOptional<z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>>;
|
|
295
|
-
initialSlot: z.ZodOptional<z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>>;
|
|
296
|
-
slotWindow: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
297
|
-
}, "strip", z.ZodTypeAny, {
|
|
298
|
-
stats: Record<string, {
|
|
299
|
-
address: import("@aztec/foundation/schemas").EthAddress;
|
|
300
344
|
totalSlots: number;
|
|
301
345
|
missedProposals: {
|
|
302
346
|
currentStreak: number;
|
|
347
|
+
rate?: number | undefined;
|
|
303
348
|
count: number;
|
|
304
349
|
total: number;
|
|
305
|
-
rate?: number | undefined;
|
|
306
350
|
};
|
|
307
351
|
missedAttestations: {
|
|
308
352
|
currentStreak: number;
|
|
353
|
+
rate?: number | undefined;
|
|
309
354
|
count: number;
|
|
310
355
|
total: number;
|
|
311
|
-
rate?: number | undefined;
|
|
312
356
|
};
|
|
313
357
|
history: {
|
|
314
|
-
|
|
315
|
-
|
|
358
|
+
slot: number & {
|
|
359
|
+
_branding: "SlotNumber";
|
|
360
|
+
};
|
|
361
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
316
362
|
}[];
|
|
363
|
+
}>;
|
|
364
|
+
lastProcessedSlot?: import("@aztec/foundation/schemas").SlotNumber | undefined;
|
|
365
|
+
initialSlot?: import("@aztec/foundation/schemas").SlotNumber | undefined;
|
|
366
|
+
slotWindow: number;
|
|
367
|
+
}, {
|
|
368
|
+
stats: Record<string, {
|
|
369
|
+
address: string;
|
|
317
370
|
lastProposal?: {
|
|
371
|
+
timestamp: string | number | bigint;
|
|
372
|
+
slot: string | number | bigint;
|
|
318
373
|
date: string;
|
|
319
|
-
slot: bigint;
|
|
320
|
-
timestamp: bigint;
|
|
321
374
|
} | undefined;
|
|
322
375
|
lastAttestation?: {
|
|
376
|
+
timestamp: string | number | bigint;
|
|
377
|
+
slot: string | number | bigint;
|
|
323
378
|
date: string;
|
|
324
|
-
slot: bigint;
|
|
325
|
-
timestamp: bigint;
|
|
326
379
|
} | undefined;
|
|
327
|
-
}>;
|
|
328
|
-
slotWindow: number;
|
|
329
|
-
lastProcessedSlot?: bigint | undefined;
|
|
330
|
-
initialSlot?: bigint | undefined;
|
|
331
|
-
}, {
|
|
332
|
-
stats: Record<string, {
|
|
333
|
-
address: string;
|
|
334
380
|
totalSlots: string | number | bigint;
|
|
335
381
|
missedProposals: {
|
|
336
382
|
currentStreak: string | number | bigint;
|
|
383
|
+
rate?: number | undefined;
|
|
337
384
|
count: string | number | bigint;
|
|
338
385
|
total: string | number | bigint;
|
|
339
|
-
rate?: number | undefined;
|
|
340
386
|
};
|
|
341
387
|
missedAttestations: {
|
|
342
388
|
currentStreak: string | number | bigint;
|
|
389
|
+
rate?: number | undefined;
|
|
343
390
|
count: string | number | bigint;
|
|
344
391
|
total: string | number | bigint;
|
|
345
|
-
rate?: number | undefined;
|
|
346
392
|
};
|
|
347
393
|
history: {
|
|
348
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
349
394
|
slot: string | number | bigint;
|
|
395
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
350
396
|
}[];
|
|
351
|
-
lastProposal?: {
|
|
352
|
-
date: string;
|
|
353
|
-
slot: string | number | bigint;
|
|
354
|
-
timestamp: string | number | bigint;
|
|
355
|
-
} | undefined;
|
|
356
|
-
lastAttestation?: {
|
|
357
|
-
date: string;
|
|
358
|
-
slot: string | number | bigint;
|
|
359
|
-
timestamp: string | number | bigint;
|
|
360
|
-
} | undefined;
|
|
361
397
|
}>;
|
|
362
|
-
slotWindow: string | number | bigint;
|
|
363
398
|
lastProcessedSlot?: string | number | bigint | undefined;
|
|
364
399
|
initialSlot?: string | number | bigint | undefined;
|
|
400
|
+
slotWindow: string | number | bigint;
|
|
365
401
|
}>;
|
|
366
402
|
export declare const SingleValidatorStatsSchema: z.ZodObject<{
|
|
367
403
|
validator: z.ZodObject<{
|
|
368
404
|
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
369
405
|
lastProposal: z.ZodOptional<z.ZodObject<{
|
|
370
406
|
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
371
|
-
slot: z.ZodPipeline<z.ZodUnion<[z.
|
|
407
|
+
slot: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>;
|
|
372
408
|
date: z.ZodString;
|
|
373
409
|
}, "strip", z.ZodTypeAny, {
|
|
374
|
-
date: string;
|
|
375
|
-
slot: bigint;
|
|
376
410
|
timestamp: bigint;
|
|
377
|
-
|
|
411
|
+
slot: number & {
|
|
412
|
+
_branding: "SlotNumber";
|
|
413
|
+
};
|
|
378
414
|
date: string;
|
|
379
|
-
|
|
415
|
+
}, {
|
|
380
416
|
timestamp: string | number | bigint;
|
|
417
|
+
slot: string | number | bigint;
|
|
418
|
+
date: string;
|
|
381
419
|
}>>;
|
|
382
420
|
lastAttestation: z.ZodOptional<z.ZodObject<{
|
|
383
421
|
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
384
|
-
slot: z.ZodPipeline<z.ZodUnion<[z.
|
|
422
|
+
slot: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>;
|
|
385
423
|
date: z.ZodString;
|
|
386
424
|
}, "strip", z.ZodTypeAny, {
|
|
387
|
-
date: string;
|
|
388
|
-
slot: bigint;
|
|
389
425
|
timestamp: bigint;
|
|
390
|
-
|
|
426
|
+
slot: number & {
|
|
427
|
+
_branding: "SlotNumber";
|
|
428
|
+
};
|
|
391
429
|
date: string;
|
|
392
|
-
|
|
430
|
+
}, {
|
|
393
431
|
timestamp: string | number | bigint;
|
|
432
|
+
slot: string | number | bigint;
|
|
433
|
+
date: string;
|
|
394
434
|
}>>;
|
|
395
435
|
totalSlots: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
396
436
|
missedProposals: z.ZodObject<{
|
|
@@ -400,14 +440,14 @@ export declare const SingleValidatorStatsSchema: z.ZodObject<{
|
|
|
400
440
|
total: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
401
441
|
}, "strip", z.ZodTypeAny, {
|
|
402
442
|
currentStreak: number;
|
|
443
|
+
rate?: number | undefined;
|
|
403
444
|
count: number;
|
|
404
445
|
total: number;
|
|
405
|
-
rate?: number | undefined;
|
|
406
446
|
}, {
|
|
407
447
|
currentStreak: string | number | bigint;
|
|
448
|
+
rate?: number | undefined;
|
|
408
449
|
count: string | number | bigint;
|
|
409
450
|
total: string | number | bigint;
|
|
410
|
-
rate?: number | undefined;
|
|
411
451
|
}>;
|
|
412
452
|
missedAttestations: z.ZodObject<{
|
|
413
453
|
currentStreak: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
@@ -416,177 +456,195 @@ export declare const SingleValidatorStatsSchema: z.ZodObject<{
|
|
|
416
456
|
total: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
417
457
|
}, "strip", z.ZodTypeAny, {
|
|
418
458
|
currentStreak: number;
|
|
459
|
+
rate?: number | undefined;
|
|
419
460
|
count: number;
|
|
420
461
|
total: number;
|
|
421
|
-
rate?: number | undefined;
|
|
422
462
|
}, {
|
|
423
463
|
currentStreak: string | number | bigint;
|
|
464
|
+
rate?: number | undefined;
|
|
424
465
|
count: string | number | bigint;
|
|
425
466
|
total: string | number | bigint;
|
|
426
|
-
rate?: number | undefined;
|
|
427
467
|
}>;
|
|
428
468
|
history: z.ZodArray<z.ZodObject<{
|
|
429
|
-
slot: z.ZodPipeline<z.ZodUnion<[z.
|
|
469
|
+
slot: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>;
|
|
430
470
|
status: z.ZodEnum<["block-mined", "block-proposed", "block-missed", "attestation-sent", "attestation-missed"]>;
|
|
431
471
|
}, "strip", z.ZodTypeAny, {
|
|
432
|
-
|
|
433
|
-
|
|
472
|
+
slot: number & {
|
|
473
|
+
_branding: "SlotNumber";
|
|
474
|
+
};
|
|
475
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
434
476
|
}, {
|
|
435
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
436
477
|
slot: string | number | bigint;
|
|
478
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
437
479
|
}>, "many">;
|
|
438
480
|
}, "strip", z.ZodTypeAny, {
|
|
439
481
|
address: import("@aztec/foundation/schemas").EthAddress;
|
|
482
|
+
lastProposal?: {
|
|
483
|
+
timestamp: bigint;
|
|
484
|
+
slot: number & {
|
|
485
|
+
_branding: "SlotNumber";
|
|
486
|
+
};
|
|
487
|
+
date: string;
|
|
488
|
+
} | undefined;
|
|
489
|
+
lastAttestation?: {
|
|
490
|
+
timestamp: bigint;
|
|
491
|
+
slot: number & {
|
|
492
|
+
_branding: "SlotNumber";
|
|
493
|
+
};
|
|
494
|
+
date: string;
|
|
495
|
+
} | undefined;
|
|
440
496
|
totalSlots: number;
|
|
441
497
|
missedProposals: {
|
|
442
498
|
currentStreak: number;
|
|
499
|
+
rate?: number | undefined;
|
|
443
500
|
count: number;
|
|
444
501
|
total: number;
|
|
445
|
-
rate?: number | undefined;
|
|
446
502
|
};
|
|
447
503
|
missedAttestations: {
|
|
448
504
|
currentStreak: number;
|
|
505
|
+
rate?: number | undefined;
|
|
449
506
|
count: number;
|
|
450
507
|
total: number;
|
|
451
|
-
rate?: number | undefined;
|
|
452
508
|
};
|
|
453
509
|
history: {
|
|
454
|
-
|
|
455
|
-
|
|
510
|
+
slot: number & {
|
|
511
|
+
_branding: "SlotNumber";
|
|
512
|
+
};
|
|
513
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
456
514
|
}[];
|
|
515
|
+
}, {
|
|
516
|
+
address: string;
|
|
457
517
|
lastProposal?: {
|
|
518
|
+
timestamp: string | number | bigint;
|
|
519
|
+
slot: string | number | bigint;
|
|
458
520
|
date: string;
|
|
459
|
-
slot: bigint;
|
|
460
|
-
timestamp: bigint;
|
|
461
521
|
} | undefined;
|
|
462
522
|
lastAttestation?: {
|
|
523
|
+
timestamp: string | number | bigint;
|
|
524
|
+
slot: string | number | bigint;
|
|
463
525
|
date: string;
|
|
464
|
-
slot: bigint;
|
|
465
|
-
timestamp: bigint;
|
|
466
526
|
} | undefined;
|
|
467
|
-
}, {
|
|
468
|
-
address: string;
|
|
469
527
|
totalSlots: string | number | bigint;
|
|
470
528
|
missedProposals: {
|
|
471
529
|
currentStreak: string | number | bigint;
|
|
530
|
+
rate?: number | undefined;
|
|
472
531
|
count: string | number | bigint;
|
|
473
532
|
total: string | number | bigint;
|
|
474
|
-
rate?: number | undefined;
|
|
475
533
|
};
|
|
476
534
|
missedAttestations: {
|
|
477
535
|
currentStreak: string | number | bigint;
|
|
536
|
+
rate?: number | undefined;
|
|
478
537
|
count: string | number | bigint;
|
|
479
538
|
total: string | number | bigint;
|
|
480
|
-
rate?: number | undefined;
|
|
481
539
|
};
|
|
482
540
|
history: {
|
|
483
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
484
541
|
slot: string | number | bigint;
|
|
542
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
485
543
|
}[];
|
|
486
|
-
lastProposal?: {
|
|
487
|
-
date: string;
|
|
488
|
-
slot: string | number | bigint;
|
|
489
|
-
timestamp: string | number | bigint;
|
|
490
|
-
} | undefined;
|
|
491
|
-
lastAttestation?: {
|
|
492
|
-
date: string;
|
|
493
|
-
slot: string | number | bigint;
|
|
494
|
-
timestamp: string | number | bigint;
|
|
495
|
-
} | undefined;
|
|
496
544
|
}>;
|
|
497
545
|
allTimeProvenPerformance: z.ZodArray<z.ZodObject<{
|
|
498
546
|
missed: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
499
547
|
total: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
500
|
-
epoch: z.ZodPipeline<z.ZodUnion<[z.
|
|
548
|
+
epoch: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").EpochNumber, string | number | bigint>;
|
|
501
549
|
}, "strip", z.ZodTypeAny, {
|
|
502
|
-
epoch: bigint;
|
|
503
|
-
total: number;
|
|
504
550
|
missed: number;
|
|
551
|
+
total: number;
|
|
552
|
+
epoch: number & {
|
|
553
|
+
_branding: "EpochNumber";
|
|
554
|
+
};
|
|
505
555
|
}, {
|
|
506
|
-
epoch: string | number | bigint;
|
|
507
|
-
total: string | number | bigint;
|
|
508
556
|
missed: string | number | bigint;
|
|
557
|
+
total: string | number | bigint;
|
|
558
|
+
epoch: string | number | bigint;
|
|
509
559
|
}>, "many">;
|
|
510
|
-
lastProcessedSlot: z.ZodOptional<z.ZodPipeline<z.ZodUnion<[z.
|
|
511
|
-
initialSlot: z.ZodOptional<z.ZodPipeline<z.ZodUnion<[z.
|
|
560
|
+
lastProcessedSlot: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>>;
|
|
561
|
+
initialSlot: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").SlotNumber, string | number | bigint>>;
|
|
512
562
|
slotWindow: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
513
563
|
}, "strip", z.ZodTypeAny, {
|
|
514
|
-
slotWindow: number;
|
|
515
564
|
validator: {
|
|
516
565
|
address: import("@aztec/foundation/schemas").EthAddress;
|
|
566
|
+
lastProposal?: {
|
|
567
|
+
timestamp: bigint;
|
|
568
|
+
slot: number & {
|
|
569
|
+
_branding: "SlotNumber";
|
|
570
|
+
};
|
|
571
|
+
date: string;
|
|
572
|
+
} | undefined;
|
|
573
|
+
lastAttestation?: {
|
|
574
|
+
timestamp: bigint;
|
|
575
|
+
slot: number & {
|
|
576
|
+
_branding: "SlotNumber";
|
|
577
|
+
};
|
|
578
|
+
date: string;
|
|
579
|
+
} | undefined;
|
|
517
580
|
totalSlots: number;
|
|
518
581
|
missedProposals: {
|
|
519
582
|
currentStreak: number;
|
|
583
|
+
rate?: number | undefined;
|
|
520
584
|
count: number;
|
|
521
585
|
total: number;
|
|
522
|
-
rate?: number | undefined;
|
|
523
586
|
};
|
|
524
587
|
missedAttestations: {
|
|
525
588
|
currentStreak: number;
|
|
589
|
+
rate?: number | undefined;
|
|
526
590
|
count: number;
|
|
527
591
|
total: number;
|
|
528
|
-
rate?: number | undefined;
|
|
529
592
|
};
|
|
530
593
|
history: {
|
|
531
|
-
|
|
532
|
-
|
|
594
|
+
slot: number & {
|
|
595
|
+
_branding: "SlotNumber";
|
|
596
|
+
};
|
|
597
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
533
598
|
}[];
|
|
534
|
-
lastProposal?: {
|
|
535
|
-
date: string;
|
|
536
|
-
slot: bigint;
|
|
537
|
-
timestamp: bigint;
|
|
538
|
-
} | undefined;
|
|
539
|
-
lastAttestation?: {
|
|
540
|
-
date: string;
|
|
541
|
-
slot: bigint;
|
|
542
|
-
timestamp: bigint;
|
|
543
|
-
} | undefined;
|
|
544
599
|
};
|
|
545
600
|
allTimeProvenPerformance: {
|
|
546
|
-
epoch: bigint;
|
|
547
|
-
total: number;
|
|
548
601
|
missed: number;
|
|
602
|
+
total: number;
|
|
603
|
+
epoch: number & {
|
|
604
|
+
_branding: "EpochNumber";
|
|
605
|
+
};
|
|
549
606
|
}[];
|
|
550
|
-
lastProcessedSlot?:
|
|
551
|
-
initialSlot?:
|
|
607
|
+
lastProcessedSlot?: import("@aztec/foundation/schemas").SlotNumber | undefined;
|
|
608
|
+
initialSlot?: import("@aztec/foundation/schemas").SlotNumber | undefined;
|
|
609
|
+
slotWindow: number;
|
|
552
610
|
}, {
|
|
553
|
-
slotWindow: string | number | bigint;
|
|
554
611
|
validator: {
|
|
555
612
|
address: string;
|
|
613
|
+
lastProposal?: {
|
|
614
|
+
timestamp: string | number | bigint;
|
|
615
|
+
slot: string | number | bigint;
|
|
616
|
+
date: string;
|
|
617
|
+
} | undefined;
|
|
618
|
+
lastAttestation?: {
|
|
619
|
+
timestamp: string | number | bigint;
|
|
620
|
+
slot: string | number | bigint;
|
|
621
|
+
date: string;
|
|
622
|
+
} | undefined;
|
|
556
623
|
totalSlots: string | number | bigint;
|
|
557
624
|
missedProposals: {
|
|
558
625
|
currentStreak: string | number | bigint;
|
|
626
|
+
rate?: number | undefined;
|
|
559
627
|
count: string | number | bigint;
|
|
560
628
|
total: string | number | bigint;
|
|
561
|
-
rate?: number | undefined;
|
|
562
629
|
};
|
|
563
630
|
missedAttestations: {
|
|
564
631
|
currentStreak: string | number | bigint;
|
|
632
|
+
rate?: number | undefined;
|
|
565
633
|
count: string | number | bigint;
|
|
566
634
|
total: string | number | bigint;
|
|
567
|
-
rate?: number | undefined;
|
|
568
635
|
};
|
|
569
636
|
history: {
|
|
570
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
571
637
|
slot: string | number | bigint;
|
|
638
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
572
639
|
}[];
|
|
573
|
-
lastProposal?: {
|
|
574
|
-
date: string;
|
|
575
|
-
slot: string | number | bigint;
|
|
576
|
-
timestamp: string | number | bigint;
|
|
577
|
-
} | undefined;
|
|
578
|
-
lastAttestation?: {
|
|
579
|
-
date: string;
|
|
580
|
-
slot: string | number | bigint;
|
|
581
|
-
timestamp: string | number | bigint;
|
|
582
|
-
} | undefined;
|
|
583
640
|
};
|
|
584
641
|
allTimeProvenPerformance: {
|
|
585
|
-
epoch: string | number | bigint;
|
|
586
|
-
total: string | number | bigint;
|
|
587
642
|
missed: string | number | bigint;
|
|
643
|
+
total: string | number | bigint;
|
|
644
|
+
epoch: string | number | bigint;
|
|
588
645
|
}[];
|
|
589
646
|
lastProcessedSlot?: string | number | bigint | undefined;
|
|
590
647
|
initialSlot?: string | number | bigint | undefined;
|
|
648
|
+
slotWindow: string | number | bigint;
|
|
591
649
|
}>;
|
|
592
|
-
//# sourceMappingURL=
|
|
650
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3ZhbGlkYXRvcnMvc2NoZW1hcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxPQUFPLEVBQUUsQ0FBQyxFQUFFLE1BQU0sS0FBSyxDQUFDO0FBV3hCLGVBQU8sTUFBTSwyQkFBMkIsd0dBTUUsQ0FBQztBQUUzQyxlQUFPLE1BQU0sNEJBQTRCOzs7Ozs7Ozs7OztXQUtDLENBQUM7QUFFM0MsZUFBTyxNQUFNLGlDQUFpQzs7Ozs7Ozs7Ozs7b0JBQXdDLENBQUM7QUFFdkYsZUFBTyxNQUFNLCtCQUErQjs7Ozs7Ozs7Ozs7cUJBQThDLENBQUM7QUFlM0YsZUFBTyxNQUFNLG9CQUFvQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0VBUUUsQ0FBQztBQUVwQyxlQUFPLE1BQU0scUJBQXFCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0VBS0UsQ0FBQztBQUVyQyxlQUFPLE1BQU0sMEJBQTBCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0VBWUUsQ0FBQyJ9
|