status-go/geth/node
Andrea Maria Piana cd5782b3bc
Ignore malformed enodes in ClusterConfig (#1003)
We now allow the user to override bootnodes.
Only light validation is made in the app (no public key for example).
At the moment status-go panics if an enode is malformed, preventing the
user to login into their account.
This commit changes the behaviour to ignore malformed enodes.
2018-06-04 15:47:13 +02:00
..
node.go Ignore malformed enodes in ClusterConfig (#1003) 2018-06-04 15:47:13 +02:00
node_api_test.go Allow to start ephemeral StatusNode (#829) 2018-04-16 14:36:09 +02:00
node_test.go Ignore malformed enodes in ClusterConfig (#1003) 2018-06-04 15:47:13 +02:00
status_node.go Prevent Discovery from timeout when registering topics (#944) 2018-05-15 11:16:25 +02:00
status_node_rpc_client_test.go Allow to start ephemeral StatusNode (#829) 2018-04-16 14:36:09 +02:00
status_node_test.go Fix another round of flaky tests (#996) 2018-05-29 13:24:23 +02:00