prysm-web-ui icon indicating copy to clipboard operation
prysm-web-ui copied to clipboard

Web interface for the Prysm validator

Results 12 prysm-web-ui issues
Sort by recently updated
recently updated
newest added

**What type of PR is this?** Feature **What does this PR do? Why is it needed?** **Which issues(s) does this PR fix?** Fixes #232 **Other notes for review**

We need a new UI feature to support setting gas_limit from the UI - display gaslimit on dashboard - add tooltip for units on gas - update fee recipient component...

The secondsLeftInQueue variable inside the if statement is always overwritten after the if statement.

``` { "headers": { "normalizedNames": {}, "lazyUpdate": null }, "status": 500, "statusText": "Internal Server Error", "url": "http://gnosis-beacon-chain-prysm.dappnode/api/v2/validator/accounts?pageSize=5", "ok": false, "name": "HttpErrorResponse", "message": "Http failure response for http://gnosis-beacon-chain-prysm.dappnode/api/v2/validator/accounts?pageSize=5: 500 Internal Server...

On the Validator Gains & Losses page, there are several different panels that show the recent performance of each validator. If you add more than 250 validators to Prysm, some...

bug
wontfix
user experience

For secure remote access, we should enforce users to whitelist IP addresses to access the web UI via the internet

enhancement
wontfix
user experience

The Web UI dashboard is not showing all the keys pending exit. ![prysm_webui](https://user-images.githubusercontent.com/74686152/99595125-12d67f80-29ec-11eb-92fb-5cafcc4ec016.png)

user experience

Are there any plans to integrate with discord for notifications?

enhancement
help wanted
wontfix
user experience

Thanks @rkapka for bringing this up. We should be writing end to end tests for the application, especially for features such as the onboarding process. Angular makes this easy with...

Tracking

dependency management and keeping our libraries up to date is key to protecting our users, we should try to incorporate as many updates to vulnerabilities as we can to provide...

enhancement