123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230(*****************************************************************************)(* *)(* 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. *)(* *)(*****************************************************************************)typet={level:Raw_level_repr.t;level_position:int32;cycle:Cycle_repr.t;cycle_position:int32;expected_commitment:bool;}includeCompare.Make(structtypenonrect=tletcompare{level=l1}{level=l2}=Raw_level_repr.comparel1l2end)typelevel=tletppppf{level}=Raw_level_repr.ppppflevelletpp_fullppfl=Format.fprintfppf"%a.%ld (cycle %a.%ld)"Raw_level_repr.ppl.levell.level_positionCycle_repr.ppl.cyclel.cycle_positionletencoding=letopenData_encodinginconv(fun{level;level_position;cycle;cycle_position;expected_commitment}->(level,level_position,cycle,cycle_position,expected_commitment))(fun(level,level_position,cycle,cycle_position,expected_commitment)->{level;level_position;cycle;cycle_position;expected_commitment})(obj5(req"level"~description:"The level of the block relative to genesis. This is also the \
Shell's notion of level"Raw_level_repr.encoding)(req"level_position"~description:"The level of the block relative to the block that starts \
protocol alpha. This is specific to the protocol alpha. Other \
protocols might or might not include a similar notion."int32)(req"cycle"~description:"The current cycle's number. Note that cycles are a \
protocol-specific notion. As a result, the cycle number starts \
at 0 with the first block of protocol alpha."Cycle_repr.encoding)(req"cycle_position"~description:"The current level of the block relative to the first block of \
the current cycle."int32)(req"expected_commitment"~description:"Tells wether the baker of this block has to commit a seed nonce \
hash."bool))letroot_levelfirst_level={level=first_level;level_position=0l;cycle=Cycle_repr.root;cycle_position=0l;expected_commitment=false;}letlevel_from_raw~first_level~blocks_per_cycle~blocks_per_commitmentlevel=letraw_level=Raw_level_repr.to_int32levelinletfirst_level=Raw_level_repr.to_int32first_levelinletlevel_position=Compare.Int32.max0l(Int32.subraw_levelfirst_level)inletcycle=Cycle_repr.of_int32_exn(Int32.divlevel_positionblocks_per_cycle)inletcycle_position=Int32.remlevel_positionblocks_per_cycleinletexpected_commitment=Compare.Int32.(Int32.remcycle_positionblocks_per_commitment=Int32.predblocks_per_commitment)in{level;level_position;cycle;cycle_position;expected_commitment}letdiff{level=l1;_}{level=l2;_}=Int32.sub(Raw_level_repr.to_int32l1)(Raw_level_repr.to_int32l2)typecompat_t={level:Raw_level_repr.t;level_position:int32;cycle:Cycle_repr.t;cycle_position:int32;voting_period:int32;voting_period_position:int32;expected_commitment:bool;}letcompat_encoding=letopenData_encodinginconv(fun{level;level_position;cycle;cycle_position;voting_period;voting_period_position;expected_commitment}->(level,level_position,cycle,cycle_position,voting_period,voting_period_position,expected_commitment))(fun(level,level_position,cycle,cycle_position,voting_period,voting_period_position,expected_commitment)->{level;level_position;cycle;cycle_position;voting_period;voting_period_position;expected_commitment;})(obj7(req"level"~description:"The level of the block relative to genesis. This is also the \
Shell's notion of level"Raw_level_repr.encoding)(req"level_position"~description:"The level of the block relative to the block that starts \
protocol alpha. This is specific to the protocol alpha. Other \
protocols might or might not include a similar notion."int32)(req"cycle"~description:"The current cycle's number. Note that cycles are a \
protocol-specific notion. As a result, the cycle number starts \
at 0 with the first block of protocol alpha."Cycle_repr.encoding)(req"cycle_position"~description:"The current level of the block relative to the first block of \
the current cycle."int32)(req"voting_period"~description:"The current voting period's index. Note that cycles are a \
protocol-specific notion. As a result, the voting period index \
starts at 0 with the first block of protocol alpha. This field \
is DEPRECATED: use `..<block_id>/votes/voting_period` RPC \
instead."int32)(req"voting_period_position"~description:"The current level of the block relative to the first block of \
the current voting period. This field is DEPRECATED: use \
`..<block_id>/votes/voting_period` RPC instead."int32)(req"expected_commitment"~description:"Tells wether the baker of this block has to commit a seed nonce \
hash."bool))letto_deprecated_type({level;level_position;cycle;cycle_position;expected_commitment}:t)~voting_period_index~voting_period_position={level;level_position;cycle;cycle_position;voting_period=voting_period_index;voting_period_position;expected_commitment;}