status-go/services
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
..
accounts status-im/status-react#9203 Faster tx fetching with less request 2020-01-23 10:36:11 +02:00
browsers fix: close resultsets so we don't leak them (#1809) 2020-05-14 11:51:32 +01:00
ext Add SignMessageWithChatKey 2020-07-31 14:51:24 +02:00
mailservers fix: close resultsets so we don't leak them (#1809) 2020-05-14 11:51:32 +01:00
nimbus Nimbus node support 2020-01-20 13:15:17 +01:00
nodebridge Initialize protocol when waku active (#1832) 2020-02-17 15:38:59 +01:00
peer Upgrade deps (#1892) 2020-03-09 08:55:58 +01:00
permissions fix: close resultsets so we don't leak them (#1809) 2020-05-14 11:51:32 +01:00
personal Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
rpcfilters Nimbus node support 2020-01-20 13:15:17 +01:00
shhext Polish up and address review feedback 2020-07-27 08:51:28 +02:00
status Upgrade deps (#1892) 2020-03-09 08:55:58 +01:00
subscriptions Avoid passing node to subscriptions service 2020-01-20 13:15:17 +01:00
typeddata Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
wakuext Polish up and address review feedback 2020-07-27 08:51:28 +02:00
wallet Handle wallet initialization 2020-08-18 14:13:08 +02:00
shhext_wakuext_test.go Split shhext into shhext and wakuext (#1803) 2020-01-20 21:56:06 +01:00
utils.go New debug_postSync endpoint (#1046) 2018-06-25 15:27:17 +02:00