package tezos-protocol-014-PtKathma
module Hash : sig ... end
module V1 : sig ... end
A commitment represents a claim about the state of the Inbox and PVM at some Inbox level.
Versioning, see Sc_rollup_data_version_sig.S
for more information.
include Sc_rollup_data_version_sig.S with type t = V1.t
val versioned_encoding :
versioned Tezos_protocol_environment_014_PtKathma.Data_encoding.t
include module type of V1 with type t = V1.t
A commitment represents a claim about the state of the Inbox and PVM at some Inbox level.
More formally, a commitment is a claim that:
- assuming the PVM and Inbox are in a state implied by
predecessor
- the PVM consumes
number_of_messages
messages tagged withinbox_level
from the Inbox - the PVM advances to the state
compressed_state
overnumber_of_ticks
ticks
Commitments are disjoint. The next correct commitment is a function of the previous machine state and Inbox.
number_of_messages
and inbox_level
can be proven/disproven by Merkle proofs on the Inbox state.
compressed_state
and number_of_ticks
can be proven/disproven by PVM execution, or equivalently, by an interactive proof game between conflicting parties, such that a correct executor always wins the game.
type t = V1.t = {
compressed_state : Sc_rollup_repr.State_hash.t;
inbox_level : Raw_level_repr.t;
predecessor : Hash.t;
number_of_messages : Sc_rollup_repr.Number_of_messages.t;
number_of_ticks : Sc_rollup_repr.Number_of_ticks.t;
}
val pp : Tezos_protocol_environment_014_PtKathma.Format.formatter -> t -> unit
val encoding : t Tezos_protocol_environment_014_PtKathma.Data_encoding.t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>