dappnodedev

Results 13 issues of dappnodedev

Bump schemas to `v0.1.19` to include new upstream repo fields

Improve zkEvm inside rolllups tab by only retrieving the needed package (zkEvm) from the backend and fixing identation

Fixed wrong README name

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

We are going to migrate from monoservice nimbus client to a new version that includes: 1. `beacon-chain` 2. `validator` 3. `beacon-validator` --> This is a proxy that forwards request following...

This PR refactors the `DappGetFetcher` class to improve the handling of dependencies and their version ranges. The main improvements include: 1. **Separation of Concerns:** - The `processDependencies` method was introduced...

This PR aims to allow users to install (or just resolve) dappnode packages in the DAppStore by not only defining the `dnpName` of the package, but also its `version`, like...

Instead of hardcoding the JWT secrets in each of the clients, we could make the dappmanager responsible for their generation and distribution. The process is defined below: 1. On start,...

There will be a new way of publishing packages, which will involve approving the publishing using a Safe. To identify if a package is verified: 1. Look for the signature...