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

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.56.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...

dependencies
go

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies
go

eth1/eth2 is an outdated terminology. There's been some work before to rename, e.g. https://github.com/rocket-pool/smartnode/commit/727d7ea2a5987a0f99896422de06a9b36c82e794 but there are some eth1/eth2 left, so the current state is inconsistent. This attempts to fix...

this PR changes the messaging for exit as Shanghai / Capella has already happened

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.26 to 1.12.1. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Antibaar (v1.12.1) Geth v1.12.1 is a maintenance release, albeit a rather large one, since we haven't put out...

dependencies
go

Bumps [github.com/supranational/blst](https://github.com/supranational/blst) from 0.3.8-0.20220526154634-513d2456b344 to 0.3.11. Release notes Sourced from github.com/supranational/blst's releases. Release v0.3.11 Essential changes: security bugfix in Go bindings run-time switch in portable build no-std support [exercised with...

dependencies
go

Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.25.0 to 0.27.8. Release notes Sourced from github.com/libp2p/go-libp2p's releases. v0.27.8 This patch release contains backports of: updating the qtls dependencies (qtls is quic-go's fork of crypto/tls). The...

dependencies
go

This PR contains changes to the smartnode to implement the APCUPSD addon proposed in [GA022303](https://dao.rocketpool.net/t/april-2023-grants-bounties-retrospective-awards-round-results/1743). When a user has metrics enabled, this addon allows a node operator to: 1) Optionally...

Hi everyone! There's an error log when the Smartnode fails to delete a non-existing folder when changing the network in the config: > The Smartnode could not automatically change networks...

The only way to `recover` was to specify the mnemonic as an input via STDIN. This carries a number of risks, as that mnemonic could be exposed via process monitoring,...