123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141(*****************************************************************************)(* *)(* Open Source License *)(* Copyright (c) 2018 Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)(* Copyright (c) 2018 Nomadic Labs. <nomadic@tezcore.com> *)(* *)(* Permission is hereby granted, free of charge, to any person obtaining a *)(* copy of this software and associated documentation files (the "Software"),*)(* to deal in the Software without restriction, including without limitation *)(* the rights to use, copy, modify, merge, publish, distribute, sublicense, *)(* and/or sell copies of the Software, and to permit persons to whom the *)(* Software is furnished to do so, subject to the following conditions: *)(* *)(* The above copyright notice and this permission notice shall be included *)(* in all copies or substantial portions of the Software. *)(* *)(* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR*)(* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *)(* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *)(* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER*)(* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING *)(* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER *)(* DEALINGS IN THE SOFTWARE. *)(* *)(*****************************************************************************)(* Documentation for this interface can be found in
module type [PROTOCOL] of [sigs/v3/updater.mli]. *)moduletypeT=sigtypecontexttypequotatypevalidation_resulttyperpc_contexttype'atzresultvalmax_block_length:intvalmax_operation_data_length:intvalvalidation_passes:quotalisttypeblock_header_datavalblock_header_data_encoding:block_header_dataData_encoding.ttypeblock_header={shell:Block_header.shell_header;protocol_data:block_header_data;}typeblock_header_metadatavalblock_header_metadata_encoding:block_header_metadataData_encoding.ttypeoperation_datatypeoperation_receipttypeoperation={shell:Operation.shell_header;protocol_data:operation_data;}valoperation_data_encoding:operation_dataData_encoding.tvaloperation_receipt_encoding:operation_receiptData_encoding.tvaloperation_data_and_receipt_encoding:(operation_data*operation_receipt)Data_encoding.tvalacceptable_passes:operation->intlistvalrelative_position_within_block:operation->operation->inttypevalidation_statevalbegin_partial_application:chain_id:Tezos_crypto.Hashed.Chain_id.t->ancestor_context:context->predecessor_timestamp:Time.Protocol.t->predecessor_fitness:Fitness.t->block_header->validation_statetzresultLwt.tvalbegin_application:chain_id:Tezos_crypto.Hashed.Chain_id.t->predecessor_context:context->predecessor_timestamp:Time.Protocol.t->predecessor_fitness:Fitness.t->block_header->validation_statetzresultLwt.tvalbegin_construction:chain_id:Tezos_crypto.Hashed.Chain_id.t->predecessor_context:context->predecessor_timestamp:Time.Protocol.t->predecessor_level:Int32.t->predecessor_fitness:Fitness.t->predecessor:Tezos_crypto.Hashed.Block_hash.t->timestamp:Time.Protocol.t->?protocol_data:block_header_data->unit->validation_statetzresultLwt.tvalapply_operation:validation_state->operation->(validation_state*operation_receipt)tzresultLwt.tvalfinalize_block:validation_state->Block_header.shell_headeroption->(validation_result*block_header_metadata)tzresultLwt.tvalrpc_services:rpc_contextTezos_rpc.Directory.tvalinit:Tezos_crypto.Hashed.Chain_id.t->context->Block_header.shell_header->validation_resulttzresultLwt.ttypecache_valuetypecache_keyvalvalue_of_key:chain_id:Tezos_crypto.Hashed.Chain_id.t->predecessor_context:context->predecessor_timestamp:Time.Protocol.t->predecessor_level:Int32.t->predecessor_fitness:Fitness.t->predecessor:Tezos_crypto.Hashed.Block_hash.t->timestamp:Time.Protocol.t->(cache_key->cache_valuetzresultLwt.t)tzresultLwt.tend