DNP_DAPPMANAGER icon indicating copy to clipboard operation
DNP_DAPPMANAGER copied to clipboard

Dappnode package responsible for providing the Dappnode Package Manager

Results 140 DNP_DAPPMANAGER issues
Sort by recently updated
recently updated
newest added

Right now the auto-updates are set to be triggered after a random number of hours between 24h and 48h: ![image](https://github.com/dappnode/DNP_DAPPMANAGER/assets/144998261/5eedbbce-dabb-4edb-87d6-3fc89b7b89aa) We could add an input in the auto updates page...

enhancement
P2

The function `getStakerCompatibleVersionsByNetwork` checks if a specific client is compatible with the current version of the dappnode. If there is no minimum version defined, the client should be compatible

P2

It seems this line below was updated in a way that is far too complex, and instead of just going to a single static page at `http://my.dappnode/system/network` it just makes...

bug
P2
frontend/UIX

Create a test module for shared test utilities across modules such us directories and functions. Also share test envs such as an ethereum RPC url and IPFS url. Do not...

P2
testing
code-quality

The installer module is still quite complex and should be simplified. Consider removing the ethClient implementation into a separated module. Think fora a better place for `calls`. Depends on https://github.com/dappnode/DNP_DAPPMANAGER/pull/1700

P2
code-quality

Completely remove `utils` from dappmanager and try to find a place for each utility.

P2
code-quality

At this moment the module `dappmanager` is in charge of serving the api to the frontend (`admin-ui`) through `socket.io`. All the calls are located under folder `calls`. The calls logic...

P2
code-quality

Use a single http API client library across the codespace instead of having multiple: `got`, `node-fetch`... Consider using `node-fetch`

P2
code-quality

Research for core packages hardcoded IPs in the code and switch to docker alias when possible

P2
networking
needs research

Create a new metric for mev boost relays to be tracked by ethical metrics. Metrics to collect: - How many relays - Which releays There should be retrieved from mev...

P2
ethereum