package octez-shell-libs
Octez shell libraries
Install
Dune Dependency
Authors
Maintainers
Sources
tezos-18.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a
doc/octez-shell-libs.shell/Tezos_shell/Distributed_db_requester/index.html
Module Tezos_shell.Distributed_db_requester
Source
This module creates FULL_REQUESTER modules for several resources. Protocols, operation, block_header, operation_hashes, operations.
To do so, it instanciates the `Requester.Make` functor using the P2p layer for sending request, and a `State.t` or `State.Chain.t` for storage.
Source
type 'a request_param = {
p2p : (Message.t, Tezos_p2p_services.Peer_metadata.t, Tezos_p2p_services.Connection_metadata.t) Tezos_p2p.P2p.t;
data : 'a;
active : unit -> Tezos_base.P2p_peer.Set.t;
send : Tezos_base.P2p_peer.Id.t -> Message.t -> unit;
}
Source
module Raw_protocol :
EXTENDED_REQUESTER
with type key = Tezos_base.TzPervasives.Protocol_hash.t
and type param = unit
and type request_param = unit request_param
and type store = Tezos_store.Store.t
and type value = Tezos_base.Protocol.t
and type notified_value = Tezos_base.Protocol.t
Source
module Raw_operation :
EXTENDED_REQUESTER
with type key = Tezos_base.TzPervasives.Operation_hash.t
and type param = unit
and type request_param = unit request_param
and type store = Tezos_store.Store.chain_store
and type value = Tezos_base.Operation.t
and type notified_value = Tezos_base.Operation.t
Source
module Raw_block_header :
EXTENDED_REQUESTER
with type key = Tezos_base.TzPervasives.Block_hash.t
and type param = unit
and type request_param = unit request_param
and type store = Tezos_store.Store.chain_store
and type value = Tezos_base.Block_header.t
and type notified_value = Tezos_base.Block_header.t
Source
module Raw_operations :
EXTENDED_REQUESTER_2
with type key = Tezos_base.TzPervasives.Block_hash.t * int
and type request_param = unit request_param
and type param = Tezos_base.TzPervasives.Operation_list_list_hash.t
and type store = Tezos_store.Store.chain_store
and type value = Tezos_base.Operation.t list
and type notified_value =
Tezos_base.Operation.t list
* Tezos_base.TzPervasives.Operation_list_list_hash.path
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>