Update Instructions
To update an instance of PANIC to this version run these commands inside the project directory:
docker-compose kill
git fetch
git checkout v1.3.1To re-build and run PANIC (including the UI), run the following command:
docker-compose up -d --buildThe UI can be accessed from https://{UI_ACCESS_IP}:3333, where UI_ACCESS_IP is the IP of where panic is deployed (see installation guide on how to setup PANIC).
Change Log
Released on 24th January 2023
- Added
is_peered_with_sentinelmonitorable for use in nodes that are running mev-tendermint - Added
node_is_peered_with_sentinel/validator_is_peered_with_sentinelalerts / alerting configs - Updated
CosmosNodedata_store,data_transformer,monitor, andalerterto accomodate this new monitorable / alert - Update API / UI for configuring these alerts