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/Tx_rollup_errors_repr/index.html
Module Tezos_raw_protocol_alpha.Tx_rollup_errors_repr
Source
Source
type Tezos_protocol_environment_alpha.Error_monad.error +=
| Tx_rollup_already_exists of Tx_rollup_repr.t
| Tx_rollup_does_not_exist of Tx_rollup_repr.t
| Submit_batch_burn_exceeded of {
burn : Tez_repr.t;
limit : Tez_repr.t;
}
| Inbox_does_not_exist of Tx_rollup_repr.t * Tx_rollup_level_repr.t
| Inbox_size_would_exceed_limit of Tx_rollup_repr.t
| Inbox_count_would_exceed_limit of Tx_rollup_repr.t
| No_uncommitted_inbox
| Message_size_exceeds_limit
| Too_many_inboxes
| Too_many_commitments
| Too_many_withdrawals
| Wrong_batch_count
| Commitment_too_early of {
provided : Tx_rollup_level_repr.t;
expected : Tx_rollup_level_repr.t;
}
| Level_already_has_commitment of Tx_rollup_level_repr.t
| Wrong_inbox_hash
| Bond_does_not_exist of Tezos_protocol_environment_alpha.Signature.public_key_hash
| Bond_in_use of Tezos_protocol_environment_alpha.Signature.public_key_hash
| No_commitment_to_finalize
| No_commitment_to_remove
| Remove_commitment_too_early
| Commitment_does_not_exist of Tx_rollup_level_repr.t
| Wrong_predecessor_hash of {
provided : Tx_rollup_commitment_repr.Hash.t option;
expected : Tx_rollup_commitment_repr.Hash.t option;
}
| Internal_error of string
| Wrong_message_position of {
level : Tx_rollup_level_repr.t;
position : int;
length : int;
}
| Wrong_path_depth of {
}
| Wrong_message_path of {
expected : Tx_rollup_inbox_repr.Merkle.root;
}
| No_finalized_commitment_for_level of {
level : Tx_rollup_level_repr.t;
window : (Tx_rollup_level_repr.t * Tx_rollup_level_repr.t) option;
}
| Withdraw_invalid_path
| Withdraw_already_consumed
| Withdrawals_invalid_path
| Withdrawals_already_dispatched
| Invalid_committer
| Commitment_bond_negative of int
| Cannot_reject_level of {
provided : Tx_rollup_level_repr.t;
accepted_range : (Tx_rollup_level_repr.t * Tx_rollup_level_repr.t) option;
}
| Wrong_rejection_hash of {
provided : Tx_rollup_message_result_hash_repr.t;
expected : [ `Hash of Tx_rollup_message_result_hash_repr.t | `Valid_path of Tx_rollup_commitment_repr.Merkle.h * int ];
}
| Ticket_payload_size_limit_exceeded of {
payload_size : Saturation_repr.may_saturate Saturation_repr.t;
limit : int;
}
| Proof_undecodable
| Proof_failed_to_reject
| Proof_produced_rejected_state
| Proof_invalid_before of {
agreed : Tezos_protocol_environment_alpha.Context_hash.t;
provided : Tezos_protocol_environment_alpha.Context_hash.t;
}
| No_withdrawals_to_dispatch
Source
val check_path_depth :
[ `Commitment | `Inbox ] ->
int ->
count_limit:int ->
(unit,
Tezos_protocol_environment_alpha.Error_monad.error
Tezos_protocol_environment_alpha.Error_monad.trace)
Tezos_protocol_environment_alpha.Pervasives.result
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>