panic
panic copied to clipboard
PANIC Monitoring and Alerting For Blockchains
### Description In the `ui/src/components/installer/panic-installer-channel-form-modal/panic-installer-channel-form-modal.tsx` file, we currently have a single state (`groups`) for all channels. This is not ideal as it decreases maintainability and readability. This should be split...
### Rationale Investigate the use of [git hooks](https://githooks.com/ ) for preventing committing sensitive data. Specifically, pre-receive hooks might be used for this case:  This might be carried out by...
### Technical Story When developing as a team it would be ideal to standardize the platform we are developing on, as different platforms require different dependencies/requirements. ### Description The aim...
We need to perform the following investigation: We would be able to facilitate the node operators life by including a very simple upgradeability process for PANIC. Ideally, this should be...
### Rationale At the moment we are using RabbitMQ with blocking channels. This means that any subscriber component is busy waiting for data until this data is received. As described...
### Rationale PANIC has a heartbeat mechanism integrated through RabbitMQ. This heartbeat mechanism is used by the `Telegram Commands Handler (TCH)` and the `Slack Commands Handler (SCH)` to give a...
This issues tackles two aspects of the Cosmos Network Monitoring/Alerting: ### User Story As a node operator, I would like to know whether I voted on a given proposal. ###...
### Technical Story As a developer/user I want to easily understand what a Substrate-API endpoint does and how I can interact with it. ### Description The aim of this task...
### Technical Story As the alert store, I want to avoid overwriting the gas bump increase over node gas price limit alert and the balance top up alert. ### Description...
### Technical Story As the alert store, I want to avoid overwriting slashed alerts and new/concluded proposal alerts. ### Description Currently, we are storing slashed alerts in a single redis...