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

Currently, the node configs for cosmos and substrate chains hold a field whether to monitor the node's system. On the other hand, chainlink chains have separate configs for nodes and...

refactoring

When performing `npm install` on the `feature/25-Implement-cosmos-node-data-transformer` branch, the log outputted a series of security vulnerabilities. `npm audit` output: ![image](https://user-images.githubusercontent.com/23262259/151779144-42f39836-7cdb-4f8e-901d-ce869095b52d.png) To solve this we can try using `npm audit fix`....

security-vulnerability

Since we are going to migrate the installer to the UI, it is of paramount importance that the configurations are not exposed to the public. As a result, we need...

UI iteration 2
ui

When a metric is problematic, a description will be shown in the problems, where the metric state is stored in Redis. If the user disables a metric so that it...

enhancement
ui

While discussing the implementation of https://github.com/SimplyVC/panic/issues/41 with @simplyrider some questions about the approach to implement the API endpoint were asked, since @simplyrider POC for handling configuration uses https://flask.palletsprojects.com/. @simplyrider suggested...

refactoring

Currently, for the various stores, Redis is being initialised in the parent class `Store`. This should be avoided since not all components make use of Redis. The initialisation should be...

1 SP
refactoring

While on branch `feature/25-implement-cosmos-node-data-transformer` I performed the following: 1. `bash clean_ui.sh` 2. `cd ui` 3. `npm install` 4. `npm test` When doing this, this error was raised: ![image](https://user-images.githubusercontent.com/23262259/151779509-8cd55006-f394-4830-a57c-c7ec83475c97.png) Afterwards I...

bug

On root folder when I ran `docker-composer up -d --build` I got this message > Couldn't connect to Docker daemon at http+docker://localhost - is running? _OS: Xubuntu 20.04 64bits over...

documentation

On the ui folder I installed node dependencies: `npm install` After that, I ran: `npm test` But I got this error: > Your current version of Node is v10... however,...

documentation

Having these kind of messages would inform the node operator that PANIC is not obtaining data in the expected format. To the node operator this may mean that PANIC is...