Closed rpl-ffl closed 4 days ago
Add a monitor to check every 1 second the list of validators. (via SFC currentEpoch, getEpochValidatorIDs)
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.
Converted to draft until SFC mock is added for testing
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:
Where 1 represents validator with the id=1.