package tezos-protocol-016-PtMumbai
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/Validate_errors/Consensus/index.html
Module Validate_errors.Consensus
Source
Errors that may arise while validating a consensus operation.
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Zero_frozen_deposits of Tezos_protocol_environment_016_PtMumbai.Signature.Public_key_hash.t
| Consensus_operation_not_allowed
| Consensus_operation_for_old_level of {
kind : consensus_operation_kind;
expected : Alpha_context.Raw_level.t;
provided : Alpha_context.Raw_level.t;
}
| Consensus_operation_for_future_level of {
kind : consensus_operation_kind;
expected : Alpha_context.Raw_level.t;
provided : Alpha_context.Raw_level.t;
}
| Consensus_operation_for_old_round of {
kind : consensus_operation_kind;
expected : Alpha_context.Round.t;
provided : Alpha_context.Round.t;
}
| Consensus_operation_for_future_round of {
kind : consensus_operation_kind;
expected : Alpha_context.Round.t;
provided : Alpha_context.Round.t;
}
| Wrong_consensus_operation_branch of {
kind : consensus_operation_kind;
expected : Tezos_protocol_environment_016_PtMumbai.Block_hash.t;
provided : Tezos_protocol_environment_016_PtMumbai.Block_hash.t;
}
| Wrong_payload_hash_for_consensus_operation of {
kind : consensus_operation_kind;
expected : Block_payload_hash.t;
provided : Block_payload_hash.t;
}
| Unexpected_preendorsement_in_block
| Unexpected_endorsement_in_block
| Preendorsement_round_too_high of {
block_round : Alpha_context.Round.t;
provided : Alpha_context.Round.t;
}
| Wrong_slot_used_for_consensus_operation of {
kind : consensus_operation_kind;
}
| Conflicting_consensus_operation of {
kind : consensus_operation_kind;
conflict : operation_conflict;
}
Errors for preendorsements and endorsements.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>