panic icon indicating copy to clipboard operation
panic copied to clipboard

PANIC Monitoring and Alerting For Blockchains

Results 101 panic issues
Sort by recently updated
recently updated
newest added

### 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...

UI improvements

### 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: ![image](https://user-images.githubusercontent.com/49488952/173027392-77947bed-7974-4dc0-a5ed-259ee8b6fa63.png) This might be carried out by...

Investigation

### 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...

UI improvements

### 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. ###...

8 SP
Improvement
Priority: Medium

### 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...

documentation

### 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...

bug
5 SP
Priority: Medium

### 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...

bug
5 SP
Priority: Medium