You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.Warn("Using default ETH1 connection provided by Prysmatic Labs. Please consider running your own ETH1 node for better uptime, security, and decentralization of ETH2. Visit https://docs.prylabs.network/docs/prysm-usage/setup-eth1 for more information.")
Remove default flag value, fail when unset. (alpha.20 or later)
Users could still opt to use Prysm's hosted nodes which will remain available for the foreseeable future, but they should not grow accustomed to this practice since we may not offer this service at mainnet launch.
Describe alternatives you've considered
We already display a warning, but users are still using Prysm's hosted eth1 nodes.
This may be because of a knowledge gap or a lack of willingness to run their own eth1 node.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Description
Remove Prysmatic's hosted eth1 nodes as a default parameter.
Describe the solution you'd like
prysm/beacon-chain/node/node.go
Line 469 in 7903ec0
Users could still opt to use Prysm's hosted nodes which will remain available for the foreseeable future, but they should not grow accustomed to this practice since we may not offer this service at mainnet launch.
Describe alternatives you've considered
We already display a warning, but users are still using Prysm's hosted eth1 nodes.
This may be because of a knowledge gap or a lack of willingness to run their own eth1 node.
The text was updated successfully, but these errors were encountered: