Fantom-foundation / Norma

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

Now tracks epoch number - List of Validators now printed when epoch number changed #236

Closed rpl-ffl closed 4 days ago

rpl-ffl commented 3 months ago

Add a monitor to check every 1 second the list of validators. (via SFC currentEpoch, getEpochValidatorIDs)

If the list changes, the following line is printed:

2024/08/07 14:35:52  ==== [E#0 => E#2] Validator list: [1]

Where 1 represents validator with the id=1.

rpl-ffl commented 3 months ago

Converted to draft until SFC mock is added for testing