package octez-protocol-018-Proxford-libs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Octez protocol 018-Proxford libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
tezos-18.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a
doc/octez-protocol-018-Proxford-libs.baking/Tezos_baking_018_Proxford/Operation_pool/index.html
Module Tezos_baking_018_Proxford.Operation_poolSource
Source
module Operation_set :
Tezos_base.TzPervasives.Set.S
with type elt =
Tezos_protocol_018_Proxford.Protocol.Alpha_context.packed_operationGeneric base type for pools
A pool of operations for a single origin, or undifferenciated origin, typically used for operations coming from the node
A pool of operations for a single origin, or undifferenciated origin, typically used for operations coming from the node
Source
type ordered_pool =
Tezos_protocol_018_Proxford.Protocol.Alpha_context.packed_operation list tOrdered pool of operations
Source
type payload = {votes_payload : Tezos_protocol_018_Proxford.Protocol.Alpha_context.packed_operation list;anonymous_payload : Tezos_protocol_018_Proxford.Protocol.Alpha_context.packed_operation list;managers_payload : Tezos_protocol_018_Proxford.Protocol.Alpha_context.packed_operation list;
}Source
val ordered_pool_of_payload :
consensus_operations:
Tezos_protocol_018_Proxford.Protocol.Alpha_context.packed_operation list ->
payload ->
ordered_poolSource
type consensus_filter = {level : int32;round : Tezos_protocol_018_Proxford.Protocol.Alpha_context.Round.t;payload_hash : Tezos_protocol_018_Proxford.Protocol.Block_payload_hash.t;
}Source
val filter_with_relevant_consensus_ops :
attestation_filter:consensus_filter ->
preattestation_filter:consensus_filter option ->
Operation_set.t ->
Operation_set.tSource
val unpack_preattestation :
Tezos_protocol_018_Proxford.Protocol.Alpha_context.packed_operation ->
Tezos_protocol_018_Proxford.Protocol.Alpha_context.Kind.preattestation
Tezos_protocol_018_Proxford.Protocol.Alpha_context.operation
optionSource
val unpack_attestation :
Tezos_protocol_018_Proxford.Protocol.Alpha_context.packed_operation ->
Tezos_protocol_018_Proxford.Protocol.Alpha_context.Kind.attestation
Tezos_protocol_018_Proxford.Protocol.Alpha_context.operation
optionSource
val unpack_dal_attestation :
Tezos_protocol_018_Proxford.Protocol.Alpha_context.packed_operation ->
Tezos_protocol_018_Proxford.Protocol.Alpha_context.Kind.dal_attestation
Tezos_protocol_018_Proxford.Protocol.Alpha_context.operation
optionSource
val filter_preattestations :
Tezos_protocol_018_Proxford.Protocol.Alpha_context.packed_operation list ->
Tezos_protocol_018_Proxford.Protocol.Alpha_context.Kind.preattestation
Tezos_protocol_018_Proxford.Protocol.Alpha_context.operation
listSource
val filter_attestations :
Tezos_protocol_018_Proxford.Protocol.Alpha_context.packed_operation list ->
Tezos_protocol_018_Proxford.Protocol.Alpha_context.Kind.attestation
Tezos_protocol_018_Proxford.Protocol.Alpha_context.operation
listSource
val ordered_to_list_list :
ordered_pool ->
Tezos_protocol_018_Proxford.Protocol.Alpha_context.packed_operation list listSource
val ordered_of_list_list :
Tezos_protocol_018_Proxford.Protocol.Alpha_context.packed_operation list list ->
ordered_pool optionSource
val extract_operations_of_list_list :
Tezos_protocol_018_Proxford.Protocol.Alpha_context.packed_operation list list ->
(Tezos_protocol_018_Proxford.Protocol.Alpha_context.Kind.preattestation
Tezos_protocol_018_Proxford.Protocol.Alpha_context.operation
list
option
* Tezos_protocol_018_Proxford.Protocol.Alpha_context.Kind.attestation
Tezos_protocol_018_Proxford.Protocol.Alpha_context.operation
list
* Tezos_protocol_018_Proxford.Protocol.Alpha_context.Kind.dal_attestation
Tezos_protocol_018_Proxford.Protocol.Alpha_context.operation
list
* payload)
optionpreattestation <> None => (List.length preattestations > 0)
Pool of prioritized operations
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>