DNP_DAPPMANAGER
DNP_DAPPMANAGER copied to clipboard
Dappnode package responsible for providing the Dappnode Package Manager
If we dont, we miss compilation errors of files inside `/test` folder. It may be useful to remove the `"test/**/*"` part in the existing `tsconfig.json` inside dappmanager module https://github.com/dappnode/DNP_DAPPMANAGER/blob/a92041070e733076328ed6d7017cb1aceadb4e44/packages/dappmanager/tsconfig.json#L22C43-L22C43
This is because `DNCORE` path exists due to devmode, and dappmanager uses it for its tests.
When starting dappmaanger dev, this script seems to not execute properly: https://github.com/dappnode/DNP_DAPPMANAGER/blob/ad24097e096b4b3ce8816584f95f25be4d3aa93b/docker/start_dev.sh Research and review why commands `ln -s /usr/src/app/dnp_repo/ /app/packages/dappmanager` `ln -s /usr/src/app/DNCORE/ /app/packages/dappmanager` do not result in a...
A button should be added to allow the user to stop the client when switching the Ethereum repository, so that it is not necessary to remove the volumes. Also, the...
In the stakers UI: - Add a new column for plug-ins: mev-boost and the multicaster - Allow to select more than 1 EC if multicaster selected - Set a default...
I am currently running an ASUS A15 Gaming laptop for my dappnode hardware. It currently runs a prater validator which is working fine. I installed from script onto a clean...
Migrate to `yarn` v2. It is a breaking change and there must be don carefully, checkout https://yarnpkg.com/getting-started/migration
Update the `Readme.md`, specially taking into account the recent code - restructure done in https://github.com/dappnode/DNP_DAPPMANAGER/pull/1341
Origin: https://github.com/dappnode/DNP_DAPPMANAGER/pull/874#pullrequestreview-735566242 Add a GitHub action to check English grammar in the code
When the dappmanager gets updated, sometimes the UI does not change due to the cache of the browser. This may lead to false alarms and errors. Implement a hard reload...