satoshipay / solar

🌞 Stellar wallet. Secure and user-friendly.
https://solarwallet.io
MIT License
191 stars 59 forks source link

Add horizon scheduling mechanism #1252

Closed ebma closed 3 years ago

ebma commented 3 years ago

Changes useHorizonURL() to return one of the multiple available horizon URLs in a round-robin-like manner. This is supposed to help prevent timeouts of requests.

ebma commented 3 years ago

I added some changes that fix the caching issue and improve the performance of requests a lot.