tendermint / light-client

DEPRECATED: A light client for tendermint, supporting signatures, proofs, and validation (see github.com/tendermint/tendermint/lite)
Other
17 stars 9 forks source link

Support round-robin connecting to multiple nodes #17

Closed ethanfrey closed 6 years ago

ethanfrey commented 7 years ago

Add multiple nodes in the config. Switch after some set of time, or some proof of lying or disconnect....

ethanfrey commented 7 years ago

Nice to store multiple nodes, but wondering about the logic for switching. Usually we have one node we would want to connect to, an a human decide to switch. Like always a good one, if it is out of sync, then change.

Trying to figure out proper UX for this. Any ideas?