package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13

doc/octez-shell-libs.shell/Tezos_shell/Node/index.html

Module Tezos_shell.NodeSource

Sourcetype t
Sourcetype config = {
  1. genesis : Tezos_base.Genesis.t;
  2. chain_name : Tezos_base.Distributed_db_version.Name.t;
  3. sandboxed_chain_name : Tezos_base.Distributed_db_version.Name.t;
  4. user_activated_upgrades : Tezos_base.User_activated.upgrades;
  5. user_activated_protocol_overrides : Tezos_base.User_activated.protocol_overrides;
  6. operation_metadata_size_limit : Tezos_shell_services.Shell_limits.operation_metadata_size_limit;
  7. data_dir : string;
  8. internal_events : Tezos_base.Internal_event_config.t;
  9. store_root : string;
  10. context_root : string;
  11. protocol_root : string;
  12. patch_context : (Tezos_protocol_environment.Context.t -> Tezos_protocol_environment.Context.t Tezos_base.TzPervasives.tzresult Lwt.t) option;
  13. p2p : (Tezos_p2p.P2p.config * Tezos_p2p_services.P2p_limits.t) option;
  14. target : (Tezos_base.TzPervasives.Block_hash.t * int32) option;
  15. disable_mempool : bool;
    (*

    If true, all non-empty mempools will be ignored.

    *)
  16. enable_testchain : bool;
    (*

    If false, testchain related messages will be ignored.

    *)
  17. dal_config : Tezos_crypto_dal.Cryptobox.Config.t;
}
Sourceval shutdown : t -> unit Lwt.t
Sourceval build_rpc_directory : node_version:Tezos_version.Node_version.t -> commit_info:Tezos_version.Node_version.commit_info -> t -> unit Tezos_rpc.Directory.t

build_rpc_directory ~node_version ~commit_info node builds a Tezos RPC directory for the node by gathering all the subdirectories. node_version, commit_info and node contain all informations required to build such a directory.

OCaml

Innovation. Community. Security.