Commit Graph

10 Commits

Author SHA1 Message Date
Khushboo Mehta 3f242713e9 fix: Fix for request transaction shows wrong preview
I have added a check so that for a "request transaction" type , the "from" and publicKey are compared to find value of isCurrentUser.
In case of the send transaction will check for isCurrentUser via the from jsonMsg["commandParameters"]["from"] instead.

fixes #4048
2021-11-17 15:48:47 +01:00
Richard Ramos adb1933f2e
chore: log message IDs (#106) 2021-11-15 09:50:57 -04:00
Richard Ramos 964e52c742
refactor: contacts-perfomance (#74)
* refactor: contacts-perfomance

* bump status-go
2021-10-05 16:10:45 -04:00
Anthony Laibe c7722cda00
refactor: Group profile function and eth function together (#67)
* refactor: Group profile function and eth function together

* refactor: group eth backend

* refactor: Move various eth call to eth backend

* refactor: move accounts call to account backend

* refactor: permission
2021-10-01 12:53:38 -04:00
Anthony Laibe 4c1b47dae1
feat: Add chain ID to contract (#29) 2021-09-22 13:49:45 -04:00
Eric Mastro 9c40da50de
feat(chat): support hiding of messages for blocked contacts (#40)
Adds a `hide` field to the `Message` object to support hiding of messages for blocked contacts.
2021-09-21 09:51:46 -04:00
Iuri Matias 077965bf81
rename libstatus to statusgo_backend (#27) 2021-09-11 17:50:36 -04:00
Iuri Matias 62975ef419
refactor: move eth logic out of libstatus wrapper (#21) 2021-09-11 08:09:52 -04:00
Anthony Laibe 77900d69c9
feat: fetch network on wallet init (#3) 2021-09-09 17:36:28 -04:00
Richard Ramos 0b24d7a341
Initial import 2021-09-08 14:09:35 -04:00