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/Script_tc_errors/index.html
Module Tezos_raw_protocol_016_PtMumbai.Script_tc_errors
Source
Source
type type_map =
(Alpha_context.Script.location * (unparsed_stack_ty * unparsed_stack_ty))
list
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Invalid_arity of Alpha_context.Script.location * Alpha_context.Script.prim * int * int
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Invalid_seq_arity of Alpha_context.Script.location * int * int
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Invalid_primitive of Alpha_context.Script.location * Alpha_context.Script.prim list * Alpha_context.Script.prim
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Invalid_kind of Alpha_context.Script.location * kind list * kind
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Invalid_never_expr of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Missing_field of Alpha_context.Script.prim
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Duplicate_field of Alpha_context.Script.location * Alpha_context.Script.prim
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Unexpected_lazy_storage of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Unexpected_operation of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Unexpected_contract of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| No_such_entrypoint of Alpha_context.Entrypoint.t
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Duplicate_entrypoint of Alpha_context.Entrypoint.t
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Unreachable_entrypoint of Alpha_context.Script.prim list
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Tx_rollup_bad_deposit_parameter of Alpha_context.Script.location * Alpha_context.Script.expr
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Tx_rollup_invalid_ticket_amount of Tezos_protocol_environment_016_PtMumbai.Z.t
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Tx_rollup_addresses_disabled of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Sc_rollup_disabled of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Zk_rollup_disabled of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Zk_rollup_bad_deposit_parameter of Alpha_context.Script.location * Alpha_context.Script.expr
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Fail_not_in_tail_position of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Bad_view_name of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Ill_typed_view of {
loc : Alpha_context.Script.location;
actual : unparsed_stack_ty;
expected : unparsed_stack_ty;
}
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Duplicated_view_name of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Forbidden_instr_in_context of Alpha_context.Script.location * context_desc * Alpha_context.Script.prim
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Unexpected_annotation of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Ungrouped_annotations of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Invalid_map_block_fail of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Type_too_large : Alpha_context.Script.location * int -> Tezos_protocol_environment_016_PtMumbai.Error_monad.error
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Pair_bad_argument of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Unpair_bad_argument of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Dup_n_bad_argument of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Dup_n_bad_stack of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Invalid_syntactic_constant : Alpha_context.Script.location * Alpha_context.Script.expr * string -> Tezos_protocol_environment_016_PtMumbai.Error_monad.error
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Invalid_contract of Alpha_context.Script.location * Alpha_context.Contract.t
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Invalid_big_map of Alpha_context.Script.location * Alpha_context.Big_map.Id.t
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Comparable_type_expected : Alpha_context.Script.location * Alpha_context.Script.expr -> Tezos_protocol_environment_016_PtMumbai.Error_monad.error
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Inconsistent_type_sizes : int * int -> Tezos_protocol_environment_016_PtMumbai.Error_monad.error
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Unordered_map_keys of Alpha_context.Script.location * Alpha_context.Script.expr
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Unordered_set_values of Alpha_context.Script.location * Alpha_context.Script.expr
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Duplicate_map_keys of Alpha_context.Script.location * Alpha_context.Script.expr
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Duplicate_set_values of Alpha_context.Script.location * Alpha_context.Script.expr
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Ill_typed_data : string option * Alpha_context.Script.expr * Alpha_context.Script.expr -> Tezos_protocol_environment_016_PtMumbai.Error_monad.error
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Ill_formed_type of string option * Alpha_context.Script.expr * Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Ill_typed_contract : Alpha_context.Script.expr * type_map -> Tezos_protocol_environment_016_PtMumbai.Error_monad.error
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Deprecated_instruction of Alpha_context.Script.prim
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Unexpected_ticket of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Unexpected_forged_value of Alpha_context.Script.location
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Non_dupable_type of Alpha_context.Script.location * Alpha_context.Script.expr
Source
type Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
| Unexpected_ticket_owner of Alpha_context.Destination.t
Source
type inconsistent_types_fast_error =
| Inconsistent_types_fast
(*This value is only used when the details of the error don't matter because the error will be ignored later. For example, when types are compared during the interpretation of the
*)CONTRACT
instruction any error will lead to returningNone
but the content of the error will be ignored.
Source
type (_, _) error_details =
| Informative : 'error_context -> ('error_context, Tezos_protocol_environment_016_PtMumbai.Error_monad.error Tezos_protocol_environment_016_PtMumbai.Error_monad.trace) error_details
| Fast : (_, inconsistent_types_fast_error) error_details
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>