123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101(*****************************************************************************)(* *)(* Open Source License *)(* Copyright (c) 2021 Nomadic Labs, <contact@nomadic-labs.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. *)(* *)(*****************************************************************************)moduletypeS=sigvalget_registered_mockup:Protocol_hash.toption->#Tezos_client_base.Client_context.printer->Registration.mockup_environmenttzresultLwt.t(** Returns a mockup environment for the default protocol (which is the first
in the list of registered protocol, cf [Registration] module). *)valdefault_mockup_context:Tezos_client_base.Client_context.printer->(Registration.mockup_environment*Registration.mockup_context)tzresultLwt.t(** Returns a mockup environment for the specified protocol hash. *)valinit_mockup_context_by_protocol_hash:cctxt:Tezos_client_base.Client_context.printer->protocol_hash:Protocol_hash.t->constants_overrides_json:Data_encoding.jsonoption->bootstrap_accounts_json:Data_encoding.jsonoption->(Registration.mockup_environment*Registration.mockup_context)tzresultLwt.t(** Load a mockup environment and initializes a protocol RPC context from
a mockup base directory. If the protocol is specified, check that the
loaded environment agrees with it. *)valget_mockup_context_from_disk:base_dir:string->protocol_hash:Protocol_hash.toption->#Tezos_client_base.Client_context.printer->(Registration.mockup_environment*Registration.mockup_context)tzresultLwt.t(** Initializes an on-disk mockup environment in [base_dir] for the specified
protocol. *)valcreate_mockup:cctxt:Tezos_client_base.Client_context.full->protocol_hash:Protocol_hash.t->constants_overrides_json:Data_encoding.jsonoption->bootstrap_accounts_json:Data_encoding.jsonoption->asynchronous:bool->unittzresultLwt.t(** Overwrites an on-disk mockup environment. *)valoverwrite_mockup:protocol_hash:Protocol_hash.t->chain_id:Chain_id.t->rpc_context:Tezos_protocol_environment.rpc_context->protocol_data:bytes->base_dir:string->unittzresultLwt.t(** {2 Base directory states} *)typebase_dir_class=|Base_dir_does_not_exist|Base_dir_is_file|Base_dir_is_mockup|Base_dir_is_nonempty|Base_dir_is_emptyvalpp_base_dir_class:Format.formatter->base_dir_class->unit(** Test whether base directory is a valid target for loading or creating
a mockup environment. *)valclassify_base_dir:string->base_dir_classtzresultLwt.tendmoduletypeT=sigincludeSmoduletypeS=SmoduleInternal_for_tests:sigmoduleMake(Registration:Registration.S):Sendend