Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

v1.1.2

Latest
Compare
Choose a tag to compare
@migueldingli1997 migueldingli1997 released this 13 Mar 19:23
· 13 commits to master since this release
a79754f

Released on August 5, 2020.

Update Instructions

If still not updated to v1.1.1, check out the v1.1.1 update instructions.

For v1.1.1 to v1.1.2:

git fetch            # Fetch these changes
git checkout v1.1.2  # Switch to this version
pipenv sync          # Update dependencies

PANIC can now be started up. If the alerter was running as a Linux service, the service should now be restarted:

sudo systemctl restart panic_alerter

User config files from v1.1.1 are compatible with v1.1.2.

Bug Fixes

  • (genesis) Network monitor no longer crashes if the chain of the nodes being monitored has not started
  • (repos) Repository names are now forced to be unique during setup. This is necessary to prevent key clashes in Redis

Tendermint Compatibility Fixes

  • (alerts) Added support for Cosmos SDK chains that use Tendermint v0.33+ to solve a startup crash
  • (alerts) For chains that use Tendermint v0.33+, fixed total number of missing validators outputted when the missed blocks alert is raised

Changes and Improvements

  • (startup) Alerter can now start even if one or more nodes/repos are not accessible. It sends a single alert per inaccessible node/repo
  • (twilio) Added official support for TwiML. Configurable from the internal config to either a URL or raw TwiML instructions
  • (downtime) Can now specify a delay before getting high severity alerts for node downtime by modifying the downtime_initial_alert_delay_seconds field in internal_config.ini.