package tezos-protocol-008-PtEdo2Zk
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053
doc/tezos_raw_protocol_008_PtEdo2Zk/Tezos_raw_protocol_008_PtEdo2Zk/index.html
Module Tezos_raw_protocol_008_PtEdo2Zk
Source
Only delegates with at least one roll take part in the amendment procedure. It works as follows:
Result of applying an operation, can be used for experimenting with protocol updates, by clients to print out a summary of the operation at pre-injection simulation and at confirmation time, and by block explorers.
See Lazy_storage_kind
for an introduction on lazy storage.
Lazy_storage offers a unified interface for specific Michelson datatype that behave somewhat lazily, because they are intended to be quite big. Instead of serializing/deserializing the whole value to/from the storage, only an identifier is used. The identifier acts like a pointer. When using the value in a Michelson script, some part of it may be read from the storage, and a lightweight diff is computed. The diff is effectively applied to the storage at the end of the execution.
Basic roll manipulation.
Default annotations
Tezos Protocol Implementation - Typed storage builders.
Manages all the voting related storage in Storage.Vote.