package tezos-protocol-015-PtLimaPt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Tezos/Protocol: economic-protocol definition
Install
dune-project
Dependency
Authors
Maintainers
Sources
tezos-16.0.tar.gz
sha256=ad9e08819871c75ba6f4530b125f7d157799398e4d77a1e6bfea9d91ff37ff55
sha512=c5dc4d40cc09bc6980fbbdb5c2e105bf4252cf9cfcb2b49660b0ebe4dc789f6709ec3b3bf2f87d81580d3eed9521eeb1c960f24d9b14eb0285aaba1f84d10a9b
doc/tezos-protocol-015-PtLimaPt.raw/Tezos_raw_protocol_015_PtLimaPt/Validate_errors/Consensus/index.html
Module Validate_errors.ConsensusSource
Errors that may arise while validating a consensus operation.
Source
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error += | Zero_frozen_deposits of Tezos_protocol_environment_015_PtLimaPt.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_015_PtLimaPt.Block_hash.t;provided : Tezos_protocol_environment_015_PtLimaPt.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)"
>