@aztec/stdlib 3.0.0-nightly.20251126 → 3.0.0-nightly.20251128
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +2413 -2419
- 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 +171 -171
- package/dest/avm/avm_circuit_public_inputs.d.ts.map +1 -1
- package/dest/avm/avm_proving_request.d.ts +1654 -1654
- 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 +8 -6
- 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_header.d.ts +1 -9
- package/dest/block/l2_block_header.d.ts.map +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 +8 -7
- 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 +9 -8
- package/dest/epoch-helpers/index.d.ts.map +1 -1
- package/dest/epoch-helpers/index.js +4 -3
- 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 +5 -4
- package/dest/interfaces/aztec-node-admin.d.ts +88 -88
- package/dest/interfaces/aztec-node.d.ts +1 -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 +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 +1265 -1272
- 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 +21 -21
- 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 +1 -25
- package/dest/kernel/private_call_data.d.ts.map +1 -1
- 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 +2 -2
- package/dest/note/index.d.ts.map +1 -1
- package/dest/note/index.js +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 +71 -0
- package/dest/note/note_dao.d.ts.map +1 -0
- package/dest/note/note_dao.js +101 -0
- 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 +1 -4
- package/dest/p2p/block_attestation.d.ts.map +1 -1
- package/dest/p2p/block_proposal.d.ts +1 -5
- package/dest/p2p/block_proposal.d.ts.map +1 -1
- package/dest/p2p/client_type.d.ts +1 -1
- package/dest/p2p/consensus_payload.d.ts +20 -21
- package/dest/p2p/consensus_payload.d.ts.map +1 -1
- package/dest/p2p/consensus_payload.js +4 -0
- 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 +1 -10
- package/dest/rollup/checkpoint_constant_data.d.ts.map +1 -1
- package/dest/rollup/checkpoint_header.d.ts +2 -11
- package/dest/rollup/checkpoint_header.d.ts.map +1 -1
- package/dest/rollup/checkpoint_header.js +13 -2
- 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 +2 -2
- package/dest/schemas/schemas.d.ts.map +1 -1
- package/dest/slashing/empire.d.ts +1 -1
- package/dest/slashing/empire.d.ts.map +1 -1
- package/dest/slashing/empire.js +4 -3
- package/dest/slashing/helpers.d.ts +4 -3
- package/dest/slashing/helpers.d.ts.map +1 -1
- package/dest/slashing/helpers.js +2 -1
- package/dest/slashing/index.d.ts +1 -1
- package/dest/slashing/interfaces.d.ts +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 +8 -18
- 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 +37 -21
- package/dest/tests/mocks.d.ts.map +1 -1
- package/dest/tests/mocks.js +22 -18
- package/dest/trees/append_only_tree_snapshot.d.ts +1 -13
- package/dest/trees/append_only_tree_snapshot.d.ts.map +1 -1
- 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 +2 -10
- package/dest/tx/block_header.d.ts.map +1 -1
- package/dest/tx/block_header.js +12 -1
- 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 +1 -1
- package/dest/tx/global_variables.d.ts +10 -17
- package/dest/tx/global_variables.d.ts.map +1 -1
- package/dest/tx/global_variables.js +14 -0
- 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 -4
- package/dest/tx/partial_state_reference.d.ts.map +1 -1
- 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 -9
- package/dest/tx/state_reference.d.ts.map +1 -1
- 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 +1 -16
- package/dest/tx/tx.d.ts.map +1 -1
- 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 +1 -1
- package/dest/validators/errors.d.ts.map +1 -1
- package/dest/validators/index.d.ts +1 -1
- package/dest/validators/schemas.d.ts +184 -180
- package/dest/validators/schemas.d.ts.map +1 -1
- package/dest/validators/schemas.js +1 -1
- package/dest/validators/types.d.ts +3 -2
- 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 +12 -11
- package/src/block/attestation_info.ts +8 -1
- package/src/block/body.ts +9 -7
- package/src/block/l2_block.ts +27 -1
- package/src/block/l2_block_new.ts +28 -0
- package/src/block/l2_block_source.ts +7 -6
- 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 +13 -11
- package/src/interfaces/archiver.ts +5 -4
- package/src/interfaces/epoch-prover.ts +3 -2
- package/src/interfaces/proving-job.ts +14 -5
- package/src/note/index.ts +1 -1
- package/src/note/note_dao.ts +151 -0
- package/src/p2p/consensus_payload.ts +6 -0
- package/src/rollup/checkpoint_header.ts +13 -12
- package/src/slashing/empire.ts +5 -3
- package/src/slashing/helpers.ts +6 -4
- package/src/tests/factories.ts +22 -21
- package/src/tests/mocks.ts +35 -27
- package/src/tx/block_header.ts +13 -1
- package/src/tx/global_variables.ts +15 -0
- package/src/tx/indexed_tx_effect.ts +1 -1
- package/src/tx/tx_effect.ts +27 -23
- package/src/validators/schemas.ts +1 -1
- package/src/validators/types.ts +2 -1
- package/dest/note/unique_note.d.ts +0 -39
- package/dest/note/unique_note.d.ts.map +0 -1
- package/dest/note/unique_note.js +0 -62
- package/src/note/unique_note.ts +0 -70
|
@@ -4,31 +4,31 @@ export declare const ValidatorStatusHistorySchema: z.ZodArray<z.ZodObject<{
|
|
|
4
4
|
slot: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
5
5
|
status: z.ZodEnum<["block-mined", "block-proposed", "block-missed", "attestation-sent", "attestation-missed"]>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
8
7
|
slot: bigint;
|
|
8
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
9
9
|
}, {
|
|
10
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
11
10
|
slot: string | number | bigint;
|
|
11
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
12
12
|
}>, "many">;
|
|
13
13
|
export declare const ValidatorStatusHistorySchemaArray: z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
14
14
|
slot: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
15
15
|
status: z.ZodEnum<["block-mined", "block-proposed", "block-missed", "attestation-sent", "attestation-missed"]>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
18
17
|
slot: bigint;
|
|
18
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
19
19
|
}, {
|
|
20
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
21
20
|
slot: string | number | bigint;
|
|
21
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
22
22
|
}>, "many">, "many">;
|
|
23
23
|
export declare const ValidatorStatusHistorySchemaMap: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
24
24
|
slot: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
25
25
|
status: z.ZodEnum<["block-mined", "block-proposed", "block-missed", "attestation-sent", "attestation-missed"]>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
28
27
|
slot: bigint;
|
|
28
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
29
29
|
}, {
|
|
30
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
31
30
|
slot: string | number | bigint;
|
|
31
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
32
32
|
}>, "many">, "many">>;
|
|
33
33
|
export declare const ValidatorStatsSchema: z.ZodObject<{
|
|
34
34
|
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
@@ -37,26 +37,26 @@ export declare const ValidatorStatsSchema: z.ZodObject<{
|
|
|
37
37
|
slot: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
38
38
|
date: z.ZodString;
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
|
-
date: string;
|
|
41
|
-
slot: bigint;
|
|
42
40
|
timestamp: bigint;
|
|
43
|
-
|
|
41
|
+
slot: bigint;
|
|
44
42
|
date: string;
|
|
45
|
-
|
|
43
|
+
}, {
|
|
46
44
|
timestamp: string | number | bigint;
|
|
45
|
+
slot: string | number | bigint;
|
|
46
|
+
date: string;
|
|
47
47
|
}>>;
|
|
48
48
|
lastAttestation: z.ZodOptional<z.ZodObject<{
|
|
49
49
|
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
50
50
|
slot: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
51
51
|
date: z.ZodString;
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
|
53
|
-
date: string;
|
|
54
|
-
slot: bigint;
|
|
55
53
|
timestamp: bigint;
|
|
56
|
-
|
|
54
|
+
slot: bigint;
|
|
57
55
|
date: string;
|
|
58
|
-
|
|
56
|
+
}, {
|
|
59
57
|
timestamp: string | number | bigint;
|
|
58
|
+
slot: string | number | bigint;
|
|
59
|
+
date: string;
|
|
60
60
|
}>>;
|
|
61
61
|
totalSlots: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
62
62
|
missedProposals: z.ZodObject<{
|
|
@@ -66,14 +66,14 @@ export declare const ValidatorStatsSchema: z.ZodObject<{
|
|
|
66
66
|
total: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
67
67
|
}, "strip", z.ZodTypeAny, {
|
|
68
68
|
currentStreak: number;
|
|
69
|
+
rate?: number | undefined;
|
|
69
70
|
count: number;
|
|
70
71
|
total: number;
|
|
71
|
-
rate?: number | undefined;
|
|
72
72
|
}, {
|
|
73
73
|
currentStreak: string | number | bigint;
|
|
74
|
+
rate?: number | undefined;
|
|
74
75
|
count: string | number | bigint;
|
|
75
76
|
total: string | number | bigint;
|
|
76
|
-
rate?: number | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
missedAttestations: z.ZodObject<{
|
|
79
79
|
currentStreak: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
@@ -82,83 +82,83 @@ export declare const ValidatorStatsSchema: z.ZodObject<{
|
|
|
82
82
|
total: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
83
83
|
}, "strip", z.ZodTypeAny, {
|
|
84
84
|
currentStreak: number;
|
|
85
|
+
rate?: number | undefined;
|
|
85
86
|
count: number;
|
|
86
87
|
total: number;
|
|
87
|
-
rate?: number | undefined;
|
|
88
88
|
}, {
|
|
89
89
|
currentStreak: string | number | bigint;
|
|
90
|
+
rate?: number | undefined;
|
|
90
91
|
count: string | number | bigint;
|
|
91
92
|
total: string | number | bigint;
|
|
92
|
-
rate?: number | undefined;
|
|
93
93
|
}>;
|
|
94
94
|
history: z.ZodArray<z.ZodObject<{
|
|
95
95
|
slot: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
96
96
|
status: z.ZodEnum<["block-mined", "block-proposed", "block-missed", "attestation-sent", "attestation-missed"]>;
|
|
97
97
|
}, "strip", z.ZodTypeAny, {
|
|
98
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
99
98
|
slot: bigint;
|
|
99
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
100
100
|
}, {
|
|
101
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
102
101
|
slot: string | number | bigint;
|
|
102
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
103
103
|
}>, "many">;
|
|
104
104
|
}, "strip", z.ZodTypeAny, {
|
|
105
105
|
address: import("@aztec/foundation/schemas").EthAddress;
|
|
106
|
+
lastProposal?: {
|
|
107
|
+
timestamp: bigint;
|
|
108
|
+
slot: bigint;
|
|
109
|
+
date: string;
|
|
110
|
+
} | undefined;
|
|
111
|
+
lastAttestation?: {
|
|
112
|
+
timestamp: bigint;
|
|
113
|
+
slot: bigint;
|
|
114
|
+
date: string;
|
|
115
|
+
} | undefined;
|
|
106
116
|
totalSlots: number;
|
|
107
117
|
missedProposals: {
|
|
108
118
|
currentStreak: number;
|
|
119
|
+
rate?: number | undefined;
|
|
109
120
|
count: number;
|
|
110
121
|
total: number;
|
|
111
|
-
rate?: number | undefined;
|
|
112
122
|
};
|
|
113
123
|
missedAttestations: {
|
|
114
124
|
currentStreak: number;
|
|
125
|
+
rate?: number | undefined;
|
|
115
126
|
count: number;
|
|
116
127
|
total: number;
|
|
117
|
-
rate?: number | undefined;
|
|
118
128
|
};
|
|
119
129
|
history: {
|
|
120
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
121
130
|
slot: bigint;
|
|
131
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
122
132
|
}[];
|
|
133
|
+
}, {
|
|
134
|
+
address: string;
|
|
123
135
|
lastProposal?: {
|
|
136
|
+
timestamp: string | number | bigint;
|
|
137
|
+
slot: string | number | bigint;
|
|
124
138
|
date: string;
|
|
125
|
-
slot: bigint;
|
|
126
|
-
timestamp: bigint;
|
|
127
139
|
} | undefined;
|
|
128
140
|
lastAttestation?: {
|
|
141
|
+
timestamp: string | number | bigint;
|
|
142
|
+
slot: string | number | bigint;
|
|
129
143
|
date: string;
|
|
130
|
-
slot: bigint;
|
|
131
|
-
timestamp: bigint;
|
|
132
144
|
} | undefined;
|
|
133
|
-
}, {
|
|
134
|
-
address: string;
|
|
135
145
|
totalSlots: string | number | bigint;
|
|
136
146
|
missedProposals: {
|
|
137
147
|
currentStreak: string | number | bigint;
|
|
148
|
+
rate?: number | undefined;
|
|
138
149
|
count: string | number | bigint;
|
|
139
150
|
total: string | number | bigint;
|
|
140
|
-
rate?: number | undefined;
|
|
141
151
|
};
|
|
142
152
|
missedAttestations: {
|
|
143
153
|
currentStreak: string | number | bigint;
|
|
154
|
+
rate?: number | undefined;
|
|
144
155
|
count: string | number | bigint;
|
|
145
156
|
total: string | number | bigint;
|
|
146
|
-
rate?: number | undefined;
|
|
147
157
|
};
|
|
148
158
|
history: {
|
|
149
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
150
159
|
slot: string | number | bigint;
|
|
160
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
151
161
|
}[];
|
|
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
162
|
}>;
|
|
163
163
|
export declare const ValidatorsStatsSchema: z.ZodObject<{
|
|
164
164
|
stats: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -168,26 +168,26 @@ export declare const ValidatorsStatsSchema: z.ZodObject<{
|
|
|
168
168
|
slot: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
169
169
|
date: z.ZodString;
|
|
170
170
|
}, "strip", z.ZodTypeAny, {
|
|
171
|
-
date: string;
|
|
172
|
-
slot: bigint;
|
|
173
171
|
timestamp: bigint;
|
|
174
|
-
|
|
172
|
+
slot: bigint;
|
|
175
173
|
date: string;
|
|
176
|
-
|
|
174
|
+
}, {
|
|
177
175
|
timestamp: string | number | bigint;
|
|
176
|
+
slot: string | number | bigint;
|
|
177
|
+
date: string;
|
|
178
178
|
}>>;
|
|
179
179
|
lastAttestation: z.ZodOptional<z.ZodObject<{
|
|
180
180
|
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
181
181
|
slot: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
182
182
|
date: z.ZodString;
|
|
183
183
|
}, "strip", z.ZodTypeAny, {
|
|
184
|
-
date: string;
|
|
185
|
-
slot: bigint;
|
|
186
184
|
timestamp: bigint;
|
|
187
|
-
|
|
185
|
+
slot: bigint;
|
|
188
186
|
date: string;
|
|
189
|
-
|
|
187
|
+
}, {
|
|
190
188
|
timestamp: string | number | bigint;
|
|
189
|
+
slot: string | number | bigint;
|
|
190
|
+
date: string;
|
|
191
191
|
}>>;
|
|
192
192
|
totalSlots: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
193
193
|
missedProposals: z.ZodObject<{
|
|
@@ -197,14 +197,14 @@ export declare const ValidatorsStatsSchema: z.ZodObject<{
|
|
|
197
197
|
total: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
198
198
|
}, "strip", z.ZodTypeAny, {
|
|
199
199
|
currentStreak: number;
|
|
200
|
+
rate?: number | undefined;
|
|
200
201
|
count: number;
|
|
201
202
|
total: number;
|
|
202
|
-
rate?: number | undefined;
|
|
203
203
|
}, {
|
|
204
204
|
currentStreak: string | number | bigint;
|
|
205
|
+
rate?: number | undefined;
|
|
205
206
|
count: string | number | bigint;
|
|
206
207
|
total: string | number | bigint;
|
|
207
|
-
rate?: number | undefined;
|
|
208
208
|
}>;
|
|
209
209
|
missedAttestations: z.ZodObject<{
|
|
210
210
|
currentStreak: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
@@ -213,83 +213,83 @@ export declare const ValidatorsStatsSchema: z.ZodObject<{
|
|
|
213
213
|
total: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
214
214
|
}, "strip", z.ZodTypeAny, {
|
|
215
215
|
currentStreak: number;
|
|
216
|
+
rate?: number | undefined;
|
|
216
217
|
count: number;
|
|
217
218
|
total: number;
|
|
218
|
-
rate?: number | undefined;
|
|
219
219
|
}, {
|
|
220
220
|
currentStreak: string | number | bigint;
|
|
221
|
+
rate?: number | undefined;
|
|
221
222
|
count: string | number | bigint;
|
|
222
223
|
total: string | number | bigint;
|
|
223
|
-
rate?: number | undefined;
|
|
224
224
|
}>;
|
|
225
225
|
history: z.ZodArray<z.ZodObject<{
|
|
226
226
|
slot: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
227
227
|
status: z.ZodEnum<["block-mined", "block-proposed", "block-missed", "attestation-sent", "attestation-missed"]>;
|
|
228
228
|
}, "strip", z.ZodTypeAny, {
|
|
229
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
230
229
|
slot: bigint;
|
|
230
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
231
231
|
}, {
|
|
232
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
233
232
|
slot: string | number | bigint;
|
|
233
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
234
234
|
}>, "many">;
|
|
235
235
|
}, "strip", z.ZodTypeAny, {
|
|
236
236
|
address: import("@aztec/foundation/schemas").EthAddress;
|
|
237
|
+
lastProposal?: {
|
|
238
|
+
timestamp: bigint;
|
|
239
|
+
slot: bigint;
|
|
240
|
+
date: string;
|
|
241
|
+
} | undefined;
|
|
242
|
+
lastAttestation?: {
|
|
243
|
+
timestamp: bigint;
|
|
244
|
+
slot: bigint;
|
|
245
|
+
date: string;
|
|
246
|
+
} | undefined;
|
|
237
247
|
totalSlots: number;
|
|
238
248
|
missedProposals: {
|
|
239
249
|
currentStreak: number;
|
|
250
|
+
rate?: number | undefined;
|
|
240
251
|
count: number;
|
|
241
252
|
total: number;
|
|
242
|
-
rate?: number | undefined;
|
|
243
253
|
};
|
|
244
254
|
missedAttestations: {
|
|
245
255
|
currentStreak: number;
|
|
256
|
+
rate?: number | undefined;
|
|
246
257
|
count: number;
|
|
247
258
|
total: number;
|
|
248
|
-
rate?: number | undefined;
|
|
249
259
|
};
|
|
250
260
|
history: {
|
|
251
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
252
261
|
slot: bigint;
|
|
262
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
253
263
|
}[];
|
|
264
|
+
}, {
|
|
265
|
+
address: string;
|
|
254
266
|
lastProposal?: {
|
|
267
|
+
timestamp: string | number | bigint;
|
|
268
|
+
slot: string | number | bigint;
|
|
255
269
|
date: string;
|
|
256
|
-
slot: bigint;
|
|
257
|
-
timestamp: bigint;
|
|
258
270
|
} | undefined;
|
|
259
271
|
lastAttestation?: {
|
|
272
|
+
timestamp: string | number | bigint;
|
|
273
|
+
slot: string | number | bigint;
|
|
260
274
|
date: string;
|
|
261
|
-
slot: bigint;
|
|
262
|
-
timestamp: bigint;
|
|
263
275
|
} | undefined;
|
|
264
|
-
}, {
|
|
265
|
-
address: string;
|
|
266
276
|
totalSlots: string | number | bigint;
|
|
267
277
|
missedProposals: {
|
|
268
278
|
currentStreak: string | number | bigint;
|
|
279
|
+
rate?: number | undefined;
|
|
269
280
|
count: string | number | bigint;
|
|
270
281
|
total: string | number | bigint;
|
|
271
|
-
rate?: number | undefined;
|
|
272
282
|
};
|
|
273
283
|
missedAttestations: {
|
|
274
284
|
currentStreak: string | number | bigint;
|
|
285
|
+
rate?: number | undefined;
|
|
275
286
|
count: string | number | bigint;
|
|
276
287
|
total: string | number | bigint;
|
|
277
|
-
rate?: number | undefined;
|
|
278
288
|
};
|
|
279
289
|
history: {
|
|
280
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
281
290
|
slot: string | number | bigint;
|
|
291
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
282
292
|
}[];
|
|
283
|
-
lastProposal?: {
|
|
284
|
-
date: string;
|
|
285
|
-
slot: string | number | bigint;
|
|
286
|
-
timestamp: string | number | bigint;
|
|
287
|
-
} | undefined;
|
|
288
|
-
lastAttestation?: {
|
|
289
|
-
date: string;
|
|
290
|
-
slot: string | number | bigint;
|
|
291
|
-
timestamp: string | number | bigint;
|
|
292
|
-
} | undefined;
|
|
293
293
|
}>>;
|
|
294
294
|
lastProcessedSlot: z.ZodOptional<z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>>;
|
|
295
295
|
initialSlot: z.ZodOptional<z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>>;
|
|
@@ -297,71 +297,71 @@ export declare const ValidatorsStatsSchema: z.ZodObject<{
|
|
|
297
297
|
}, "strip", z.ZodTypeAny, {
|
|
298
298
|
stats: Record<string, {
|
|
299
299
|
address: import("@aztec/foundation/schemas").EthAddress;
|
|
300
|
+
lastProposal?: {
|
|
301
|
+
timestamp: bigint;
|
|
302
|
+
slot: bigint;
|
|
303
|
+
date: string;
|
|
304
|
+
} | undefined;
|
|
305
|
+
lastAttestation?: {
|
|
306
|
+
timestamp: bigint;
|
|
307
|
+
slot: bigint;
|
|
308
|
+
date: string;
|
|
309
|
+
} | undefined;
|
|
300
310
|
totalSlots: number;
|
|
301
311
|
missedProposals: {
|
|
302
312
|
currentStreak: number;
|
|
313
|
+
rate?: number | undefined;
|
|
303
314
|
count: number;
|
|
304
315
|
total: number;
|
|
305
|
-
rate?: number | undefined;
|
|
306
316
|
};
|
|
307
317
|
missedAttestations: {
|
|
308
318
|
currentStreak: number;
|
|
319
|
+
rate?: number | undefined;
|
|
309
320
|
count: number;
|
|
310
321
|
total: number;
|
|
311
|
-
rate?: number | undefined;
|
|
312
322
|
};
|
|
313
323
|
history: {
|
|
314
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
315
324
|
slot: bigint;
|
|
325
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
316
326
|
}[];
|
|
317
|
-
lastProposal?: {
|
|
318
|
-
date: string;
|
|
319
|
-
slot: bigint;
|
|
320
|
-
timestamp: bigint;
|
|
321
|
-
} | undefined;
|
|
322
|
-
lastAttestation?: {
|
|
323
|
-
date: string;
|
|
324
|
-
slot: bigint;
|
|
325
|
-
timestamp: bigint;
|
|
326
|
-
} | undefined;
|
|
327
327
|
}>;
|
|
328
|
-
slotWindow: number;
|
|
329
328
|
lastProcessedSlot?: bigint | undefined;
|
|
330
329
|
initialSlot?: bigint | undefined;
|
|
330
|
+
slotWindow: number;
|
|
331
331
|
}, {
|
|
332
332
|
stats: Record<string, {
|
|
333
333
|
address: string;
|
|
334
|
+
lastProposal?: {
|
|
335
|
+
timestamp: string | number | bigint;
|
|
336
|
+
slot: string | number | bigint;
|
|
337
|
+
date: string;
|
|
338
|
+
} | undefined;
|
|
339
|
+
lastAttestation?: {
|
|
340
|
+
timestamp: string | number | bigint;
|
|
341
|
+
slot: string | number | bigint;
|
|
342
|
+
date: string;
|
|
343
|
+
} | undefined;
|
|
334
344
|
totalSlots: string | number | bigint;
|
|
335
345
|
missedProposals: {
|
|
336
346
|
currentStreak: string | number | bigint;
|
|
347
|
+
rate?: number | undefined;
|
|
337
348
|
count: string | number | bigint;
|
|
338
349
|
total: string | number | bigint;
|
|
339
|
-
rate?: number | undefined;
|
|
340
350
|
};
|
|
341
351
|
missedAttestations: {
|
|
342
352
|
currentStreak: string | number | bigint;
|
|
353
|
+
rate?: number | undefined;
|
|
343
354
|
count: string | number | bigint;
|
|
344
355
|
total: string | number | bigint;
|
|
345
|
-
rate?: number | undefined;
|
|
346
356
|
};
|
|
347
357
|
history: {
|
|
348
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
349
358
|
slot: string | number | bigint;
|
|
359
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
350
360
|
}[];
|
|
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
361
|
}>;
|
|
362
|
-
slotWindow: string | number | bigint;
|
|
363
362
|
lastProcessedSlot?: string | number | bigint | undefined;
|
|
364
363
|
initialSlot?: string | number | bigint | undefined;
|
|
364
|
+
slotWindow: string | number | bigint;
|
|
365
365
|
}>;
|
|
366
366
|
export declare const SingleValidatorStatsSchema: z.ZodObject<{
|
|
367
367
|
validator: z.ZodObject<{
|
|
@@ -371,26 +371,26 @@ export declare const SingleValidatorStatsSchema: z.ZodObject<{
|
|
|
371
371
|
slot: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
372
372
|
date: z.ZodString;
|
|
373
373
|
}, "strip", z.ZodTypeAny, {
|
|
374
|
-
date: string;
|
|
375
|
-
slot: bigint;
|
|
376
374
|
timestamp: bigint;
|
|
377
|
-
|
|
375
|
+
slot: bigint;
|
|
378
376
|
date: string;
|
|
379
|
-
|
|
377
|
+
}, {
|
|
380
378
|
timestamp: string | number | bigint;
|
|
379
|
+
slot: string | number | bigint;
|
|
380
|
+
date: string;
|
|
381
381
|
}>>;
|
|
382
382
|
lastAttestation: z.ZodOptional<z.ZodObject<{
|
|
383
383
|
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
384
384
|
slot: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
385
385
|
date: z.ZodString;
|
|
386
386
|
}, "strip", z.ZodTypeAny, {
|
|
387
|
-
date: string;
|
|
388
|
-
slot: bigint;
|
|
389
387
|
timestamp: bigint;
|
|
390
|
-
|
|
388
|
+
slot: bigint;
|
|
391
389
|
date: string;
|
|
392
|
-
|
|
390
|
+
}, {
|
|
393
391
|
timestamp: string | number | bigint;
|
|
392
|
+
slot: string | number | bigint;
|
|
393
|
+
date: string;
|
|
394
394
|
}>>;
|
|
395
395
|
totalSlots: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
396
396
|
missedProposals: z.ZodObject<{
|
|
@@ -400,14 +400,14 @@ export declare const SingleValidatorStatsSchema: z.ZodObject<{
|
|
|
400
400
|
total: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
401
401
|
}, "strip", z.ZodTypeAny, {
|
|
402
402
|
currentStreak: number;
|
|
403
|
+
rate?: number | undefined;
|
|
403
404
|
count: number;
|
|
404
405
|
total: number;
|
|
405
|
-
rate?: number | undefined;
|
|
406
406
|
}, {
|
|
407
407
|
currentStreak: string | number | bigint;
|
|
408
|
+
rate?: number | undefined;
|
|
408
409
|
count: string | number | bigint;
|
|
409
410
|
total: string | number | bigint;
|
|
410
|
-
rate?: number | undefined;
|
|
411
411
|
}>;
|
|
412
412
|
missedAttestations: z.ZodObject<{
|
|
413
413
|
currentStreak: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
@@ -416,177 +416,181 @@ export declare const SingleValidatorStatsSchema: z.ZodObject<{
|
|
|
416
416
|
total: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
417
417
|
}, "strip", z.ZodTypeAny, {
|
|
418
418
|
currentStreak: number;
|
|
419
|
+
rate?: number | undefined;
|
|
419
420
|
count: number;
|
|
420
421
|
total: number;
|
|
421
|
-
rate?: number | undefined;
|
|
422
422
|
}, {
|
|
423
423
|
currentStreak: string | number | bigint;
|
|
424
|
+
rate?: number | undefined;
|
|
424
425
|
count: string | number | bigint;
|
|
425
426
|
total: string | number | bigint;
|
|
426
|
-
rate?: number | undefined;
|
|
427
427
|
}>;
|
|
428
428
|
history: z.ZodArray<z.ZodObject<{
|
|
429
429
|
slot: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
430
430
|
status: z.ZodEnum<["block-mined", "block-proposed", "block-missed", "attestation-sent", "attestation-missed"]>;
|
|
431
431
|
}, "strip", z.ZodTypeAny, {
|
|
432
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
433
432
|
slot: bigint;
|
|
433
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
434
434
|
}, {
|
|
435
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
436
435
|
slot: string | number | bigint;
|
|
436
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
437
437
|
}>, "many">;
|
|
438
438
|
}, "strip", z.ZodTypeAny, {
|
|
439
439
|
address: import("@aztec/foundation/schemas").EthAddress;
|
|
440
|
+
lastProposal?: {
|
|
441
|
+
timestamp: bigint;
|
|
442
|
+
slot: bigint;
|
|
443
|
+
date: string;
|
|
444
|
+
} | undefined;
|
|
445
|
+
lastAttestation?: {
|
|
446
|
+
timestamp: bigint;
|
|
447
|
+
slot: bigint;
|
|
448
|
+
date: string;
|
|
449
|
+
} | undefined;
|
|
440
450
|
totalSlots: number;
|
|
441
451
|
missedProposals: {
|
|
442
452
|
currentStreak: number;
|
|
453
|
+
rate?: number | undefined;
|
|
443
454
|
count: number;
|
|
444
455
|
total: number;
|
|
445
|
-
rate?: number | undefined;
|
|
446
456
|
};
|
|
447
457
|
missedAttestations: {
|
|
448
458
|
currentStreak: number;
|
|
459
|
+
rate?: number | undefined;
|
|
449
460
|
count: number;
|
|
450
461
|
total: number;
|
|
451
|
-
rate?: number | undefined;
|
|
452
462
|
};
|
|
453
463
|
history: {
|
|
454
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
455
464
|
slot: bigint;
|
|
465
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
456
466
|
}[];
|
|
467
|
+
}, {
|
|
468
|
+
address: string;
|
|
457
469
|
lastProposal?: {
|
|
470
|
+
timestamp: string | number | bigint;
|
|
471
|
+
slot: string | number | bigint;
|
|
458
472
|
date: string;
|
|
459
|
-
slot: bigint;
|
|
460
|
-
timestamp: bigint;
|
|
461
473
|
} | undefined;
|
|
462
474
|
lastAttestation?: {
|
|
475
|
+
timestamp: string | number | bigint;
|
|
476
|
+
slot: string | number | bigint;
|
|
463
477
|
date: string;
|
|
464
|
-
slot: bigint;
|
|
465
|
-
timestamp: bigint;
|
|
466
478
|
} | undefined;
|
|
467
|
-
}, {
|
|
468
|
-
address: string;
|
|
469
479
|
totalSlots: string | number | bigint;
|
|
470
480
|
missedProposals: {
|
|
471
481
|
currentStreak: string | number | bigint;
|
|
482
|
+
rate?: number | undefined;
|
|
472
483
|
count: string | number | bigint;
|
|
473
484
|
total: string | number | bigint;
|
|
474
|
-
rate?: number | undefined;
|
|
475
485
|
};
|
|
476
486
|
missedAttestations: {
|
|
477
487
|
currentStreak: string | number | bigint;
|
|
488
|
+
rate?: number | undefined;
|
|
478
489
|
count: string | number | bigint;
|
|
479
490
|
total: string | number | bigint;
|
|
480
|
-
rate?: number | undefined;
|
|
481
491
|
};
|
|
482
492
|
history: {
|
|
483
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
484
493
|
slot: string | number | bigint;
|
|
494
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
485
495
|
}[];
|
|
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
496
|
}>;
|
|
497
497
|
allTimeProvenPerformance: z.ZodArray<z.ZodObject<{
|
|
498
498
|
missed: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
499
499
|
total: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
500
|
-
epoch: z.ZodPipeline<z.ZodUnion<[z.
|
|
500
|
+
epoch: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/schemas").EpochNumber, string | number | bigint>;
|
|
501
501
|
}, "strip", z.ZodTypeAny, {
|
|
502
|
-
epoch: bigint;
|
|
503
|
-
total: number;
|
|
504
502
|
missed: number;
|
|
503
|
+
total: number;
|
|
504
|
+
epoch: number & {
|
|
505
|
+
_branding: "EpochNumber";
|
|
506
|
+
};
|
|
505
507
|
}, {
|
|
506
|
-
epoch: string | number | bigint;
|
|
507
|
-
total: string | number | bigint;
|
|
508
508
|
missed: string | number | bigint;
|
|
509
|
+
total: string | number | bigint;
|
|
510
|
+
epoch: string | number | bigint;
|
|
509
511
|
}>, "many">;
|
|
510
512
|
lastProcessedSlot: z.ZodOptional<z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>>;
|
|
511
513
|
initialSlot: z.ZodOptional<z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>>;
|
|
512
514
|
slotWindow: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
513
515
|
}, "strip", z.ZodTypeAny, {
|
|
514
|
-
slotWindow: number;
|
|
515
516
|
validator: {
|
|
516
517
|
address: import("@aztec/foundation/schemas").EthAddress;
|
|
518
|
+
lastProposal?: {
|
|
519
|
+
timestamp: bigint;
|
|
520
|
+
slot: bigint;
|
|
521
|
+
date: string;
|
|
522
|
+
} | undefined;
|
|
523
|
+
lastAttestation?: {
|
|
524
|
+
timestamp: bigint;
|
|
525
|
+
slot: bigint;
|
|
526
|
+
date: string;
|
|
527
|
+
} | undefined;
|
|
517
528
|
totalSlots: number;
|
|
518
529
|
missedProposals: {
|
|
519
530
|
currentStreak: number;
|
|
531
|
+
rate?: number | undefined;
|
|
520
532
|
count: number;
|
|
521
533
|
total: number;
|
|
522
|
-
rate?: number | undefined;
|
|
523
534
|
};
|
|
524
535
|
missedAttestations: {
|
|
525
536
|
currentStreak: number;
|
|
537
|
+
rate?: number | undefined;
|
|
526
538
|
count: number;
|
|
527
539
|
total: number;
|
|
528
|
-
rate?: number | undefined;
|
|
529
540
|
};
|
|
530
541
|
history: {
|
|
531
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
532
542
|
slot: bigint;
|
|
543
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
533
544
|
}[];
|
|
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
545
|
};
|
|
545
546
|
allTimeProvenPerformance: {
|
|
546
|
-
epoch: bigint;
|
|
547
|
-
total: number;
|
|
548
547
|
missed: number;
|
|
548
|
+
total: number;
|
|
549
|
+
epoch: number & {
|
|
550
|
+
_branding: "EpochNumber";
|
|
551
|
+
};
|
|
549
552
|
}[];
|
|
550
553
|
lastProcessedSlot?: bigint | undefined;
|
|
551
554
|
initialSlot?: bigint | undefined;
|
|
555
|
+
slotWindow: number;
|
|
552
556
|
}, {
|
|
553
|
-
slotWindow: string | number | bigint;
|
|
554
557
|
validator: {
|
|
555
558
|
address: string;
|
|
559
|
+
lastProposal?: {
|
|
560
|
+
timestamp: string | number | bigint;
|
|
561
|
+
slot: string | number | bigint;
|
|
562
|
+
date: string;
|
|
563
|
+
} | undefined;
|
|
564
|
+
lastAttestation?: {
|
|
565
|
+
timestamp: string | number | bigint;
|
|
566
|
+
slot: string | number | bigint;
|
|
567
|
+
date: string;
|
|
568
|
+
} | undefined;
|
|
556
569
|
totalSlots: string | number | bigint;
|
|
557
570
|
missedProposals: {
|
|
558
571
|
currentStreak: string | number | bigint;
|
|
572
|
+
rate?: number | undefined;
|
|
559
573
|
count: string | number | bigint;
|
|
560
574
|
total: string | number | bigint;
|
|
561
|
-
rate?: number | undefined;
|
|
562
575
|
};
|
|
563
576
|
missedAttestations: {
|
|
564
577
|
currentStreak: string | number | bigint;
|
|
578
|
+
rate?: number | undefined;
|
|
565
579
|
count: string | number | bigint;
|
|
566
580
|
total: string | number | bigint;
|
|
567
|
-
rate?: number | undefined;
|
|
568
581
|
};
|
|
569
582
|
history: {
|
|
570
|
-
status: "block-mined" | "block-proposed" | "block-missed" | "attestation-sent" | "attestation-missed";
|
|
571
583
|
slot: string | number | bigint;
|
|
584
|
+
status: "attestation-missed" | "attestation-sent" | "block-mined" | "block-missed" | "block-proposed";
|
|
572
585
|
}[];
|
|
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
586
|
};
|
|
584
587
|
allTimeProvenPerformance: {
|
|
585
|
-
epoch: string | number | bigint;
|
|
586
|
-
total: string | number | bigint;
|
|
587
588
|
missed: string | number | bigint;
|
|
589
|
+
total: string | number | bigint;
|
|
590
|
+
epoch: string | number | bigint;
|
|
588
591
|
}[];
|
|
589
592
|
lastProcessedSlot?: string | number | bigint | undefined;
|
|
590
593
|
initialSlot?: string | number | bigint | undefined;
|
|
594
|
+
slotWindow: string | number | bigint;
|
|
591
595
|
}>;
|
|
592
|
-
//# sourceMappingURL=
|
|
596
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3ZhbGlkYXRvcnMvc2NoZW1hcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxPQUFPLEVBQUUsQ0FBQyxFQUFFLE1BQU0sS0FBSyxDQUFDO0FBV3hCLGVBQU8sTUFBTSwyQkFBMkIsd0dBTUUsQ0FBQztBQUUzQyxlQUFPLE1BQU0sNEJBQTRCOzs7Ozs7Ozs7V0FLQyxDQUFDO0FBRTNDLGVBQU8sTUFBTSxpQ0FBaUM7Ozs7Ozs7OztvQkFBd0MsQ0FBQztBQUV2RixlQUFPLE1BQU0sK0JBQStCOzs7Ozs7Ozs7cUJBQThDLENBQUM7QUFlM0YsZUFBTyxNQUFNLG9CQUFvQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0VBUUUsQ0FBQztBQUVwQyxlQUFPLE1BQU0scUJBQXFCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0VBS0UsQ0FBQztBQUVyQyxlQUFPLE1BQU0sMEJBQTBCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0VBWUUsQ0FBQyJ9
|