status-go/services
Andrea Maria Piana d65946e9c0 Use IsOwnAccount instead of Wallet when watching for transactions
There was an issue in using the `Wallet` flag when checking accounts to
watch for transactions.
`Wallet` indicates that it's the default wallet, not whether is a wallet
account.
That can only be checked by looking at the type (and the `Wallet` flag).
If the type is `generated`, `key` or `seed` it should be watched for
transactions.
2020-12-07 16:12:50 +01:00
..
accounts Dont allow disabling waku (#2040) 2020-09-16 10:31:01 +03:00
browsers feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00
ext Use IsOwnAccount instead of Wallet when watching for transactions 2020-12-07 16:12:50 +01:00
local-notifications [wallet] Reduce number of RPC requests 2020-11-25 12:20:23 +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 add wallet favourites 2020-09-21 10:48:00 +02: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 Remove flaky suite api_geth_test 2020-10-08 09:48:06 +02:00
status add wallet favourites 2020-09-21 10:48:00 +02: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 [wallet] Reduce number of RPC requests 2020-11-25 12:20:23 +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