Mina Monitor v1.0.3
1.0.3
-
Server: The node will don't more restart is the block height different from Explorer.
-
Server: Alert for difference height to Explorer height now enabled/disabled with config parameter
observeExplorer
-
Server: For restart in not SYNCED now uses parameter
restartAfterNotSynced
from config file. -
Server: The Node will not restart when non-synced for states defined in config parameter
restartStateException
. This is an array. Recommended set it to["BOOTSTRAP"]
. -
Server: Changed rules for restart node in
synced
. Added rules for difference with max block length, unvalidated block length, and equal to previous block height -
Server: Removed config parameter
redtartAfter
-
Server: Now you must use parameters
restartAfterMax
,restartAfterUnv
,restartAfterPrev
(restartAfterMax
,restartAfterUnv
parameters must have value in minutes,restartAfterPrev
- integer, how many times the alert must go off before the mine is restarted) -
Server: You can enable restart rules for synced mode with the config parameter
restartStateSyncedRules
. This parameter must have value as an array and can contain the next values:['MAX', 'UNV', 'PREV']
-
Server: Added alerts to telegram for: difference block height from max block and unvalidated block, and equals to previous retrieved block height
-
Client: Split RAM usage chart to two separate charts: free, usage.
-
Client: Block producer and snark worker now have a short name, you can click on these to copy to clipboard full name.
-
Client: Added block speed, showed in BLOCK HEIGHT panel
-
Client: Fixed work with server if one started on https. To config added key
useHttps
withtrue
orfalse
values. -
Client: Fixed network chart for align max value and split to two different charts