DNP_DAPPMANAGER
DNP_DAPPMANAGER copied to clipboard
Dappnode package responsible for providing the Dappnode Package Manager
There are 3 main issues with notifications in the dappmanager: 1. The requests to /send-notification API endpoint must be limited, so that users are not spammed 2. The notifications :bell:...
When installing a package there is a spinner in the bottom right corner letting you know the status. Installing packages is a task that may take some minutes, users can...
The onboarding process needs to be improved, as it is the first impression a user gets of the product. 1. **Register view** - [ ] Review copy (including DAppNode to...
Adding a button in the UI that does `sudo systemctl restart docker` could help some users to quickly fix an error related to docker. Notice that knowing machine root password...
Users should be warned that VPN will not work in case that UPnP is disabled, unless they open the ports manually. This warning should be shown in the VPN tab...
There could be considered two types of notifications: 1. Dappmanager notifications 2. Dappnode team notifications The current implementation of the telegram bot allows the dappmanager to send notifications from the...
Notifications are pushed to the UI and to the telegram bot (if configured). The UI has already a limit to only show one notification and quit when the user has...
Implement classes for better and easier handling the Execution Client and Consensus Client
In the stakers UI, render the selected options on top of the view
## Context During an epoch is known who proposes (one validator is randomly selected for each slot to propose a block). If a DAppNode user switches the validator at the...