package octez-protocol-alpha-libs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Octez protocol alpha libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
octez-19.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13
doc/octez-protocol-alpha-libs.baking/Tezos_baking_alpha/Operation_worker/index.html
Module Tezos_baking_alpha.Operation_workerSource
Launch processes to gather operations from the mempool and make them available for the baker.
Datatypes
Source
type candidate = {hash : Tezos_base.TzPervasives.Block_hash.t;round_watched : Tezos_protocol_alpha.Protocol.Alpha_context.Round.t;payload_hash_watched : Tezos_protocol_alpha.Protocol.Block_payload_hash.t;
}Source
type event = | Prequorum_reached of candidate * Tezos_protocol_alpha.Protocol.Alpha_context.Kind.preattestation Tezos_protocol_alpha.Protocol.Alpha_context.operation list| Quorum_reached of candidate * Tezos_protocol_alpha.Protocol.Alpha_context.Kind.attestation Tezos_protocol_alpha.Protocol.Alpha_context.operation list
Constructors
Source
val create :
?monitor_node_operations:bool ->
Tezos_client_alpha.Protocol_client_context.full ->
t Lwt.tcreate ?monitor_node_operations cctxt creates a monitoring process to fetch operations for the baker to process.
Utilities
Source
val retrieve_pending_operations :
Tezos_client_alpha.Protocol_client_context.full ->
t ->
unit Tezos_base.TzPervasives.tzresult Lwt.tAccessors
Observers
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page