v0.3.2
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 v0.3.2
docker-compose up --build -d
Change Log
0.3.2
Released on 21st January 2022
- Set
tx_manager_num_gas_bumps_totalandtx_manager_gas_bump_exceeds_limit_totalas optional metrics, depending on whether they are being exposed by the Prometheus endpoint or not. This fixes the issue withMetricNotFoundErroralerts being raised repetitively. - Fixed bug in slack commands when muting multiple severities.
- ChainlinkNodeMonitor is now compatible with multi-chain nodes prometheus data. Note: It is still assumed that each chainlink node is associated to one chain for now.
- Refactored Alert Store together with some error codes, and updated data store with missing chainlink contract alert keys.