Fantom-foundation / Norma

Integration project of Carmen and Tosca
GNU Lesser General Public License v3.0
2 stars 9 forks source link

Revert Dynamic Validators Configuration #270

Closed kjezek closed 2 weeks ago

kjezek commented 2 weeks ago

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.

HerbertJordan commented 2 weeks ago

Please fix the title of this PR.