Module config

Module config 

Source
Expand description

OCaml Node Configuration Module

This module provides configuration structures and executable management for OCaml Mina nodes in the testing framework. It supports multiple execution modes including local binaries and Docker containers.

§Key Components

§Executable Auto-Detection

The module automatically detects the best available execution method:

  1. Local mina binary (preferred)
  2. Docker with default image (fallback)
  3. Custom Docker images (configurable)

Structs§

OcamlNodeConfig
OcamlNodeTestingConfig
High-level configuration for OCaml node testing scenarios.
OcamlVrfOutput

Enums§

DaemonJson
DaemonJsonGenConfig
OcamlNodeExecutable
OCaml node execution methods.