cryptonomex / graphene

MIT License
1.05k stars 336 forks source link

cli_wallet crashes when connection to witness node is lost #591

Closed valzav closed 7 years ago

valzav commented 8 years ago

It's a big issue for the faucet - when the main witness node (out of 4) crashes it makes cli_wallet to crash and this stops faucet from registering new accounts. It would be nice if cli_wallet could try to reconnect to several witness_node ws sockets in round robin manner. It can read a list of available witness_node from command line arguments.

ByronAP commented 8 years ago

on windows the cli wallet doesn't crash but rpc requests fail with invalid state and the wallet needs to be restarted to reconnect. This has been an issue for some time and should be priority. I agree with the round robin idea.

vikramrajkumar commented 7 years ago

This issue was moved to bitshares/bitshares-core#177