package tezos-protocol-alpha
Tezos/Protocol: economic-protocol definition
Install
Dune Dependency
Authors
Maintainers
Sources
tezos-16.1.tar.gz
sha256=43723d096307603703a1a89ed1b2eb202b365f5e7824b96b0cbf813b343a6cf7
sha512=b2a637f2e965000d3d49ad85277ca24d6cb07a1a7cf2bc69d296d8b03ad78c3eaa8e21e94b9162e62c2e11649cd03bc845b2a3dafe623b91065df69d47dc8e4f
doc/tezos-protocol-alpha.raw/Tezos_raw_protocol_alpha/Validate_errors/Consensus/index.html
Module Validate_errors.Consensus
Source
Errors that may arise while validating a consensus operation.
Source
type Tezos_protocol_environment_alpha.Error_monad.error +=
| Zero_frozen_deposits of Tezos_protocol_environment_alpha.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_alpha.Block_hash.t;
provided : Tezos_protocol_environment_alpha.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)"
>