status-go/services/ens
Icaro Motta e40cbfc28f
feat: Support fetching accepted Activity Center notifications by multiple types (#3088)
Summary
=======

- [x] Changes endpoint ActivityCenterNotificationsBy to support fetching
  multiple types of notification in a single query.
- [x] Adds endpoint UnreadAndAcceptedActivityCenterNotificationsCount to
  allow the mobile client to fetch the count of unread & accepted
  notifications.
- [x] Add `golangci-lint` to Nix shell. This was possible since PR
  https://github.com/status-im/status-go/pull/3087 was merged.

Notes
=====

- If you'd like to understand why these changes are needed, please see
  the mobile PR https://github.com/status-im/status-mobile/pull/14785,
  or issue https://github.com/status-im/status-mobile/issues/14712
- All changes should be completely backwards compatible, and there
  should be no impact for the desktop app.
- The mobile client has been already tested using this branch.
2023-01-20 09:45:32 -03:00
..
api.go feat: Support fetching accepted Activity Center notifications by multiple types (#3088) 2023-01-20 09:45:32 -03:00
api_test.go feat: ens_usernames database (#3066) 2023-01-20 13:34:30 +03:00
database.go feat: ens_usernames database (#3066) 2023-01-20 13:34:30 +03:00
service.go feat: ens_usernames database (#3066) 2023-01-20 13:34:30 +03:00
strings.go prepare txs for ens register 2022-02-23 11:28:50 +01:00