Module Test_scenario.Network

Start networks from (and manipulate) Topology.t values.

type t = private {
  1. nodes : Mavryk_node.t Internal_pervasives.list;
}

Start the nodes, bootstrap the client, and (potentially) activate the protocol of a network.

  • ?do_activation: if true the start-up will try to activate the protocol, if false it will do it only if the current level of the chain is 0.