12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667(*****************************************************************************)(* *)(* Open Source License *)(* Copyright (c) 2018 Dynamic Ledger Solutions, Inc. <contact@tezos.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. *)(* *)(*****************************************************************************)moduleForge=structletblockcustom_root=letopenData_encodinginRPC_service.post_service~description:"Forge a block"~query:RPC_query.empty~input:(merge_objs(obj6(req"level"int32)(req"proto_level"uint8)(req"predecessor"Block_hash.encoding)(req"timestamp"Time.encoding)(req"fitness"Fitness.encoding)(req"context"Context_hash.encoding))Data.Command.encoding)~output:(obj1(req"payload"bytes))RPC_path.(custom_root/"helpers"/"forge"/"block")endletint64_to_bytesi=letb=MBytes.create8inMBytes.set_int64b0i;bletoperations_hash=Operation_list_list_hash.compute[]letrpc_services:Updater.rpc_contextRPC_directory.t=letdir=RPC_directory.emptyinletdir=RPC_directory.registerdir(Forge.blockRPC_path.open_root)(fun_ctxt()((level,proto_level,predecessor,timestamp,fitness,context),command)->letshell={Block_header.level;proto_level;predecessor;timestamp;fitness;validation_passes=0;operations_hash;context}inletbytes=Data.Command.forgeshellcommandinreturnbytes)indir