ergoplatform / ergo-wallet-app

Ergo Wallet App
https://ergoplatform.org/en/ergo-wallet-app/
Apache License 2.0
96 stars 35 forks source link

Improve suggest node functionality #143

Closed MrStahlfelge closed 1 year ago

MrStahlfelge commented 1 year ago

The "Suggest node" functionality right now fills the input box with a random known node for now. This should be improved as follows:

Every node that the app was able to connect to is presented to the user in a list to choose from, sorted by block height. The response time is shown as well.

If no node could be connected, an error message is shown.