Andrea Maria Piana 435eacecb5 Handle wallet initialization
StartWallet was called before service initialization.
After the recent changes this call was moved after initialization, but
the geth system automatically start services.
This meant that `IsStarted()` returned true, although the reactor was
not started, and only after calling `StopWallet()` and `StartWallet()`
again the system would reach the right state.

This commit changes the behavior so that we only check whether the
reactor has been started when calling `IsStarted()` and we allow
multiple calls to `Start()` on the signal service, which won't return an
error (it's a noop if callled multiple times).
2020-08-18 14:13:08 +02:00
2020-07-27 17:14:50 +02:00
2020-08-17 12:53:37 +02:00
2020-07-30 20:20:02 +02:00
2020-06-03 11:07:04 +02:00
2020-03-17 15:47:07 +01:00
2020-01-06 10:17:23 +01:00
2020-01-06 10:17:23 +01:00
2020-01-06 10:17:23 +01:00
2020-03-04 09:30:31 +01:00
2020-08-17 12:53:37 +02:00
2020-07-27 10:39:27 +02:00
2020-06-15 19:46:23 +02:00
2020-07-27 10:39:27 +02:00
2018-03-23 14:58:40 +01:00
2020-08-17 13:40:10 +02:00
2020-01-20 13:15:17 +01:00
2020-08-18 14:13:08 +02:00
2020-08-17 12:53:37 +02:00
2020-01-20 13:15:17 +01:00
2020-03-09 08:55:58 +01:00
2020-07-30 20:20:56 +02:00
2020-06-15 19:46:23 +02:00
2020-07-24 11:16:15 +08:00
2020-04-21 10:40:39 +02:00
2019-06-12 13:12:00 +02:00
2020-07-30 20:20:56 +02:00
2020-07-30 20:20:56 +02:00
2016-09-21 10:00:29 +08:00
2020-07-30 20:21:09 +02:00
2020-08-18 14:13:08 +02:00
Description
The Status module that consumes go-ethereum
https://status.im
Readme
Languages
Go 98.6%
Python 0.7%
Shell 0.4%
Makefile 0.1%
Groovy 0.1%