vegaprotocol / vegawallet-desktop

Desktop application for Vega Protocol's wallet
MIT License
15 stars 12 forks source link

Network incompatibilty doesn't handle network without compatibility info #497

Closed ValentinTrinque closed 1 year ago

ValentinTrinque commented 1 year ago

I create a network with a URL pointing to nowhere.

The compatibility message is not right. It states it's running on version Vega , (note the space between "Vega" and the comma, where the version should be).

It should be something different like:

Couldn't retrieve the network compatibility information from the nodes you are trying to connect to.

Or something equivalent.

In any case, we should handle the case where we don't have compatibility information.

Screenshot 2023-02-17 at 14 13 54