You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
For config params from PoS module failSafeInactiveWindow and punishmentWindow, it would be good to perform range validation based on block time. Since block time is also a configured value and not a constant, it does not make sense to pass block time to schema.
Instead, the value range check for those 2 parameters could be implemented in PoSModule.init().
The range values should be the ones from defined in #8465.
The text was updated successfully, but these errors were encountered:
For config params from PoS module
failSafeInactiveWindow
andpunishmentWindow
, it would be good to perform range validation based on block time. Since block time is also a configured value and not a constant, it does not make sense to pass block time to schema.Instead, the value range check for those 2 parameters could be implemented in
PoSModule.init()
.The range values should be the ones from defined in #8465.
The text was updated successfully, but these errors were encountered: