Mina Monitor v1.1.0
What's new 1.0.5 -> 1.1.0
- Alert to Discord
- Define which alerts will send to telegram or discord
- Reorder blocks with
config.blocks - Optimized config files. Configs changed! Read
readmeandchangeloag - New visual (soft changes)
- Changed rules to restart, now node will restart if value in block difference reached
- Send price info to telegram/discord
- Request to
COINGECKOmoved from client to server
Changelog 1.0.5 -> 1.1.0
-
Server: fixed uptime sender for using
publicKeyDelegators -
Server: fixed alerter module for forward for when unvalidated length is 0
-
Server: changed possible values for
config.restartStateSyncedRulesto["MAX", "FORK", "FORWARD-FORK", "HANG"] -
Server: config props
restartAfterMax,restartAfterUnvis deprecated, useblockDiffToRestart -
Server: added alert to DISCORD (used discord webhooks)
-
Server: added config props
alertToTelegram,alertToDiscord. Possible values:["NOT-SYNCED", "MAX", "FORK", "FORWARD-FORK", "HANG", "EXPLORER", "RESTART", "BALANCE"] -
Server: moved request to
coingeckofrom client to server -
Server: added
config.priceparameter -
Client: added flashing for
maxHeight,unvalidateHeight,explorerHeightwhen difference present with the current height -
Client: high/low price now showing all-time high/low
-
Client: added price change in currency, added colored arrow for indicate price change
-
Client: next
configprops deprecated and not used:cpu,net,mem,blockchain,node,info,time -
Client: added new config props:
system(server info and time),resources(cpu, net, ram),daemon(data from Mina GraphQL: node info, blockchain status) -
Client: changed CPU temperature view
-
Client: changed block height view
-
Client: added border radius to panels
-
Client: progress bar for epoch now showing time left
-
Client: added config check. If config contains errors, Monitor puts to the console error message
-
Client: reorder blocks with
config.blocksoption -
Client: optimized build scripts. (Important, required
npm i)