Skip to content

Mina Monitor v1.1.0

Compare
Choose a tag to compare
@olton olton released this 27 Jun 17:12
· 210 commits to master since this release

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 readme and changeloag
  • 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 COINGECKO moved 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.restartStateSyncedRules to ["MAX", "FORK", "FORWARD-FORK", "HANG"]

  • Server: config props restartAfterMax, restartAfterUnv is deprecated, use blockDiffToRestart

  • 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 coingecko from client to server

  • Server: added config.price parameter

  • Client: added flashing for maxHeight, unvalidateHeight, explorerHeight when 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 config props 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.blocks option

  • Client: optimized build scripts. (Important, required npm i)