Current version is not working properly, it creates validators twice, when only one is actlually configured in a scenaario file. It leads to adhoc failures, where blocks are not produced. Althought it was not fully investigated, the problem seems to be that one of the validators is not properly configured and it brakes the network.
Furthermore, the code is not tested.
Originally, it was possible to configure only a fixed number of validators that initialised the network and run for the whole scenario.
Since this was working, this PR reverts to this original configuration.
This PR reverts configuration of validatros.
Current version is not working properly, it creates validators twice, when only one is actlually configured in a scenaario file. It leads to adhoc failures, where blocks are not produced. Althought it was not fully investigated, the problem seems to be that one of the validators is not properly configured and it brakes the network.
Furthermore, the code is not tested.
Originally, it was possible to configure only a fixed number of validators that initialised the network and run for the whole scenario.
Since this was working, this PR reverts to this original configuration.