package tezos-protocol-016-PtMumbai

  1. Overview
  2. Docs
Tezos/Protocol: economic-protocol definition

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-17.3.tar.gz
sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc

doc/tezos-protocol-016-PtMumbai.raw/Tezos_raw_protocol_016_PtMumbai/Dal_slot_repr/Header/index.html

Module Dal_slot_repr.HeaderSource

Sourcetype id = {
  1. published_level : Raw_level_repr.t;
  2. index : Index.t;
}

For Layer-1, a slot is identified by the level at which it is published and the slot's index.

Sourcetype t = {
  1. id : id;
  2. commitment : Commitment.t;
}

For Layer-1, a slot is described by its slot id and the slot's commitment.

Sourcetype operation = {
  1. header : t;
  2. proof : Commitment_proof.t;
}

A "publish slot header" operation contains a slot header together with a proof that the slot size is smaller than slot_size.

encoding for values of type id.

encoding for values of type t.

encoding for values of type operation.

pretty-printer for values of type id.

pretty-printer for values of type t.

Sourceval equal : t -> t -> bool

equal function for values of type t.

check that for the given slot header operation, the commitment proof is correct wrt the commitment

OCaml

Innovation. Community. Security.