Problem
Local-Node currently supports Block Node configuration in multinode mode (with 4 CN). However it's hardcoded as 2:1, meaning each set of 2 Consensus Nodes is pointing to 1 Block Node. Depending on the cases, someone might want to easily start in different configuration, like 1:1 with 4 Block Nodes, 1 for each Consensus Node.
We've added documentation on how this could be manually achived, however it's not very user friendly.
Multinode with Block Node Configuration Overview
Solution
Apply new options in the CLI, where users or operators can easily specificy the desired configuration and start only by executing a command.
Problem
Local-Node currently supports Block Node configuration in multinode mode (with 4 CN). However it's hardcoded as 2:1, meaning each set of 2 Consensus Nodes is pointing to 1 Block Node. Depending on the cases, someone might want to easily start in different configuration, like 1:1 with 4 Block Nodes, 1 for each Consensus Node.
We've added documentation on how this could be manually achived, however it's not very user friendly.
Multinode with Block Node Configuration Overview
Solution
Apply new options in the CLI, where users or operators can easily specificy the desired configuration and start only by executing a command.