package tezos-dal-node-lib

  1. Overview
  2. Docs
Tezos: `tezos-dal-node` library

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/tezos-dal-node-lib.gossipsub/Tezos_dal_node_lib_gossipsub/Gossipsub/index.html

Module Tezos_dal_node_lib_gossipsub.GossipsubSource

This module exposes the instantiations of the Gossipsub and Octez-p2p libraries to be used by the DAL node to connect to and exchange data with peers.

Sourcemodule Worker : sig ... end

The worker module exposes instantiation of the Gossipsub worker functor, alongside the config used to instantiate the functor and the default values of the GS parameters.

Sourcemodule Transport_layer : sig ... end

The transport layer module exposes the needed primitives, interface and default parameters for the instantiation of the Octez-p2p library.

Sourcemodule Transport_layer_hooks : sig ... end

This module implements the list of hooks that allow interconnecting the Gossipsub worker with the transport layer. They are exposed via the Transport_layer_hooks.activate function below.

Sourceval version : network_name:string -> Tezos_base.TzPervasives.Network_version.t

version ~network_name returns the current version of the P2P.

OCaml

Innovation. Community. Security.