smartnode icon indicating copy to clipboard operation
smartnode copied to clipboard

The CLI package for Rocket Pool smart nodes.

Results 133 smartnode issues
Sort by recently updated
recently updated
newest added

### Overview This is change 1/2 to address smartnode-issue-572. This change includes a `key-recovery-manager` class which is a refactored version of the existing `recover-keys`. For the time being, the old...

Implements #626 in V2

In external client mode: ``` [+] Running 3/3 ✔ Container rocketpool_alertmanager Started 0.2s ✔ Container rocketpool_node Started 0.2s ✔ Container rocketpool_validator Started ```

Swapped https://0x821f2a65afb70e7f2e820a925a9b4c80a159620582c1766b1b09729fec178b11ea22abb3a51f07b288be815a1a2ff516@bloxroute.max-profit.builder.hoodi.blxrbdn.com?id=rocketpool for https://0x821f2a65afb70e7f2e820a925a9b4c80a159620582c1766b1b09729fec178b11ea22abb3a51f07b288be815a1a2ff516@bloxroute.hoodi.blxrbdn.com?id=rocketpool

The pDAO contracts have the ability to change multiple protocol settings with a single vote. Smart Node currently doesn't have the functionality to make use of this.

Smart Node currently autogenerates the message for submitted pDAO proposals based on the type of proposal and sometimes its parameters. For instance, the recent change to inflation allocation used "update...

This configuration is insecure, Grafana and all monitoring in general should only be accessible from the node. Enabling `ufw` does not fix the issue.

As of today rocketpool can be deployed with docker but not with kubernetes. From the code it seems most call to API are done via [docker exec](https://github.com/rocket-pool/smartnode/blob/0e295d2b9239f37cbbd4fa723fef5d707ab94495/shared/services/rocketpool/client.go#L1261) Could it be...

Performance issue observed on **oDAO node** with metrics collection taking excessive time to respond, suggesting metrics are collected on-demand during query rather than continuously maintained. Evidence: - Metric endpoint response...