eosportal-front
eosportal-front copied to clipboard
If the connection to a node fails, automatically try another node
It does this already: https://github.com/EOSPortal/eosportal-front/blob/master/src/views/Chain.vue#L74
Still need to fix it here: https://github.com/EOSPortal/eosportal-front/blob/master/src/views/Chains.vue#L141
This should probably be a cache tbh. If there's more than 4-5 chains that's gonna start being a hairy fetch
Totally agree, however should we even use time on any of this? Once we have the main nett it won't matter anymore.