DNP_DAPPMANAGER
DNP_DAPPMANAGER copied to clipboard
Dappnode package responsible for providing the Dappnode Package Manager
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...
Upgrade to yarn berry
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 adds functionality so that change of IPFS repo triggers start and stop of IPFS package.
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...
The original text: > This action update and upgrade the list of packages of the host machine. sounds awkward. I have corrected it with improved grammar: > This action updates...
Hello I fixed several typos. Hope it helps.
Implement tor mappings in network view. Depends on tor package, see https://github.com/dappnode/DNP_TOR
Update ethical metrics module from using tor ethical metrics to use tor from tor core package Depends on migration, see https://github.com/dappnode/DNP_DAPPMANAGER/issues/2002
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,...