package tezos-protocol-008-PtEdo2Zk
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a
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.