JoinSEEDS / seeds_light_wallet

http://www.joinseeds.earth/
MIT License
42 stars 22 forks source link

Configure Node URL in Firebase or on Chain #444

Open n13 opened 3 years ago

n13 commented 3 years ago

Is your feature request related to a problem? Please describe. Yes - the Telos nodes are fickle and sometimes go down.

Our app depends on telos nodes to make calls into the blockchain

When a node goes down we need to release a new app since they're hard coded into the system.

Describe the solution you'd like Have a simple table on chain to control the node Or Control the node URL from firebase

Additional context

Today the v2 history plugin / hyperion across all Telos networks failed. The error in the wallet was that it can't import keys.

n13 commented 3 years ago

var availableEndpoints = [ Config.defaultEndpoint, "https://api.telos.kitchen", "https://node.hypha.earth", 'https://mainnet.telosusa.io', 'https://telos.eosphere.io', 'https://telos.caleos.io', 'https://api.eos.miami', ];

n13 commented 3 years ago

Removing v2 history, using new endpoints as above

RaulUrtecho commented 2 years ago

@n13 It is this still valid feature valid/completed?