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
Since the switch to light hotspots, Diagnostics should show validator connectivity status rather than p2p status, and items related to blockchain syncing should be removed. This would at least involve:
Updating the TS file(s) to rename p2p from Peer-to-Peer Connections to Validator Connection.
Updating the TS file(s) to rename outbound from Outbound to Connected.
Updating the TS file(s) to change the outbound_help copy.
Proposed change: Hotspot unable to connect to validator. This can be due to router issues, no internet connection, or a firewall blocking outbound connections.
Removing the Inbound check and the inbound and inbound_help copy in the TS file(s).
Removing Blockchain Sync and Block Height.
Updating or removing NAT Type.
The text was updated successfully, but these errors were encountered:
Since the switch to light hotspots, Diagnostics should show validator connectivity status rather than p2p status, and items related to blockchain syncing should be removed. This would at least involve:
Peer-to-Peer Connections
toValidator Connection
.Outbound
toConnected
.Hotspot unable to connect to validator. This can be due to router issues, no internet connection, or a firewall blocking outbound connections.
The text was updated successfully, but these errors were encountered: