status-go/services
Andrea Maria Piana b27779aa4e
Add Mailserver Request Gaps service (#1596)
This commits add some endpoints to store mailserver request gaps,
and provides 4 endpoints:

```
AddMailserverRequestGaps(gaps []MailserverRequestGap) error
GetMailserverRequestGaps(chatID string) []MailserverRequestGap
DeleteMailserverRequestGaps(ids []string) error
DeleteMailserverRequestGapsByChatID(id string) error
```
2019-09-04 12:04:17 +02:00
..
accounts Watch new accounts aftter they were saved to accounts table (#1569) 2019-08-28 10:49:03 +03:00
browsers Create single database appdatase 2019-08-21 10:44:50 +03:00
incentivisation Add network incentivisation service (#1452) 2019-04-29 14:05:49 +02:00
mailservers Add Mailserver Request Gaps service (#1596) 2019-09-04 12:04:17 +02:00
peer fix golang/mock (#1310) 2018-12-10 13:53:27 +01:00
permissions Create single database appdatase 2019-08-21 10:44:50 +03:00
personal Remove transactions queue 1027 (#1125) 2018-08-16 13:37:53 +02:00
rpcfilters update linter 2019-06-12 13:12:00 +02:00
shhext Upgrade status-protocol-go (#1586) 2019-08-29 08:33:46 +02:00
status Multi account login (#1525) 2019-07-26 16:45:10 +02:00
subscriptions fix parameters parsing for eth_* filters subscriptions (#1461) 2019-05-10 12:56:58 +02:00
typeddata Unmarshall wrapped into string integers as string (#1470) 2019-05-24 13:22:13 +03:00
wallet Match transfer to every account that is being watched 2019-08-28 17:38:58 +03:00
utils.go New debug_postSync endpoint (#1046) 2018-06-25 15:27:17 +02:00