status-go/cmd
Samuel Hawksby-Robinson 46157dc4dc
Expand Local Notifications to support multiple Notification types (#2100)
* Initial work on expanding Local Notifications

Adding functionality to support multiple notification types in Notification.Body. Currently have a bug that I think is caused by a the jsonMarshal func not working as intented, need to resolve this next before proceeding

* Fixed json.Marshaller issue and implemented json.Unmarshaller

* Tweak errors, go convention is errors don't begin with capital letters

* Added notificationMessageBody with un/marshalling

Also removed the Body interface

* Added check for bodyType mismatch

* Implement building and sending new message notifications

* Refactor to remove cycle imports

* Resolved linting issue ... Hopefully

* Resolving an implicit memory aliasing in a for loop

* version bump

* Added Notification.Category consts
2021-01-12 14:28:27 +00:00
..
bootnode Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
library Address feedback 2020-06-03 11:07:04 +02:00
node-canary node-canary: switch to using Waku instead of Whisper 2020-08-26 09:25:54 +02:00
statusd Expand Local Notifications to support multiple Notification types (#2100) 2021-01-12 14:28:27 +00:00