123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223(*****************************************************************************)(* *)(* 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/v10/updater.mli]. *)moduletypeT=sigtypecontexttypequotatypevalidation_resulttyperpc_contexttypetztracetype'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_with_legacy_attestation_name:block_header_metadataData_encoding.tvalblock_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_data_encoding_with_legacy_attestation_name:operation_dataData_encoding.tvaloperation_receipt_encoding:operation_receiptData_encoding.tvaloperation_receipt_encoding_with_legacy_attestation_name:operation_receiptData_encoding.tvaloperation_data_and_receipt_encoding:(operation_data*operation_receipt)Data_encoding.tvaloperation_data_and_receipt_encoding_with_legacy_attestation_name:(operation_data*operation_receipt)Data_encoding.tvalacceptable_pass:operation->intoptionvalcompare_operations:Tezos_crypto.Hashed.Operation_hash.t*operation->Tezos_crypto.Hashed.Operation_hash.t*operation->inttypevalidation_statetypeapplication_statetypemode=|Applicationofblock_header|Partial_validationofblock_header|Constructionof{predecessor_hash:Tezos_crypto.Hashed.Block_hash.t;timestamp:Time.Protocol.t;block_header_data:block_header_data;}|Partial_constructionof{predecessor_hash:Tezos_crypto.Hashed.Block_hash.t;timestamp:Time.Protocol.t;}valbegin_validation:context->Tezos_crypto.Hashed.Chain_id.t->mode->predecessor:Block_header.shell_header->validation_statetzresultLwt.tvalvalidate_operation:?check_signature:bool->validation_state->Tezos_crypto.Hashed.Operation_hash.t->operation->validation_statetzresultLwt.tvalfinalize_validation:validation_state->unittzresultLwt.tvalbegin_application:context->Tezos_crypto.Hashed.Chain_id.t->mode->predecessor:Block_header.shell_header->application_statetzresultLwt.tvalapply_operation:application_state->Tezos_crypto.Hashed.Operation_hash.t->operation->(application_state*operation_receipt)tzresultLwt.tvalfinalize_application:application_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.tmoduleMempool:sigtypettypevalidation_infotypeconflict_handler=existing_operation:Tezos_crypto.Hashed.Operation_hash.t*operation->new_operation:Tezos_crypto.Hashed.Operation_hash.t*operation->[`Keep|`Replace]typeoperation_conflict=|Operation_conflictof{existing:Tezos_crypto.Hashed.Operation_hash.t;new_operation:Tezos_crypto.Hashed.Operation_hash.t;}typeadd_result=|Added|Replacedof{removed:Tezos_crypto.Hashed.Operation_hash.t}|Unchangedtypeadd_error=|Validation_erroroftztrace|Add_conflictofoperation_conflicttypemerge_error=|Incompatible_mempool|Merge_conflictofoperation_conflictvalinit:context->Tezos_crypto.Hashed.Chain_id.t->head_hash:Tezos_crypto.Hashed.Block_hash.t->head:Block_header.shell_header->(validation_info*t)tzresultLwt.tvalencoding:tData_encoding.tvaladd_operation:?check_signature:bool->?conflict_handler:conflict_handler->validation_info->t->Tezos_crypto.Hashed.Operation_hash.t*operation->(t*add_result,add_error)resultLwt.tvalremove_operation:t->Tezos_crypto.Hashed.Operation_hash.t->tvalmerge:?conflict_handler:conflict_handler->t->t->(t,merge_error)resultvaloperations:t->operationTezos_crypto.Hashed.Operation_hash.Map.tendend