package octez-shell-libs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Octez shell libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
tezos-18.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a
doc/octez-shell-libs.shell-services/Tezos_shell_services/Block_validator_errors/index.html
Module Tezos_shell_services.Block_validator_errorsSource
Source
type block_error = | Cannot_parse_operation of Tezos_base.TzPervasives.Operation_hash.t| Invalid_fitness of {expected : Tezos_base.Fitness.t;found : Tezos_base.Fitness.t;
}| Non_increasing_timestamp| Non_increasing_fitness| Invalid_level of {}| Invalid_proto_level of {}| Replayed_operation of Tezos_base.TzPervasives.Operation_hash.t| Outdated_operation of {operation : Tezos_base.TzPervasives.Operation_hash.t;originating_block : Tezos_base.TzPervasives.Block_hash.t;
}| Expired_chain of {chain_id : Tezos_base.TzPervasives.Chain_id.t;expiration : Tezos_base.Time.Protocol.t;timestamp : Tezos_base.Time.Protocol.t;
}| Unexpected_number_of_validation_passes of int| Too_many_operations of {}| Oversized_operation of {}| Unallowed_pass of {}| Cannot_parse_block_header| Economic_protocol_error| Invalid_protocol_environment_transition of Tezos_base.Protocol.env_version * Tezos_base.Protocol.env_version
Source
type Tezos_base.TzPervasives.error += | Invalid_block of {block : Tezos_base.TzPervasives.Block_hash.t;error : block_error;
}| Inconsistent_operations_hash of {block : Tezos_base.TzPervasives.Block_hash.t;expected : Tezos_base.TzPervasives.Operation_list_list_hash.t;found : Tezos_base.TzPervasives.Operation_list_list_hash.t;
}| Applying_non_validated_block of Tezos_base.TzPervasives.Block_hash.t| Failed_to_checkout_context of Tezos_base.TzPervasives.Context_hash.t| System_error of {}| Missing_test_protocol of Tezos_base.TzPervasives.Protocol_hash.t| Validation_process_failed of validation_process_error| Cannot_validate_while_shutting_down
Source
val invalid_block :
Tezos_base.TzPervasives.Block_hash.t ->
block_error ->
Tezos_base.TzPervasives.error sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>