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.1
To re-build and run PANIC (including the UI), run the following command:
docker-compose up -d --build
The 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_sentinel
monitorable for use in nodes that are running mev-tendermint - Added
node_is_peered_with_sentinel
/validator_is_peered_with_sentinel
alerts / alerting configs - Updated
CosmosNode
data_store
,data_transformer
,monitor
, andalerter
to accomodate this new monitorable / alert - Update API / UI for configuring these alerts