Commit Graph

12 Commits

Author SHA1 Message Date
Sale Djenic 4eab2fa86b refactor: repo cleaning
- all unused/unnecessary files remove
- `statusgo_backend_new` content promoted to main content
- only necessary submodules for `status-lib` are kept
2022-02-01 11:16:20 +01:00
Alexandra Betouni c858eed50f
refactor(timeline): Removed all timeline related code (#122)
This feature is deprecated and shall be removed

Relates to #4064
2021-12-03 19:55:34 +02:00
r4bbit.eth 4ff2b6857c
fix: introduce missing contact related RPC APIs (#110)
There was a breaking change in status-go that has removed the
`saveContact` API which `status-lib` has used in various places to perform
changes on contact data.

There are now more dedicated APIs for contact related actions,
such as: `AddContact`, `RemoveContact`, `BlockContact` etc.

This commit introduces APIs for these RPC calls and adjusts other
APIs that relied on `saveContact` before.
2021-11-23 14:15:06 +01: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 374a998fb1
refactor: contact store return object (#59) 2021-09-28 15:21:41 -04:00
saledjenic cdb06facdd
fix(@desktop/chat): system tags updated for add/remove contact (#44)
Fixes: #3579
2021-09-22 15:08:50 -04:00
saledjenic a9b06fde83
fix(@desktop/chat): saveContact method extended with `large` image (#45)
Fixes: #3420
2021-09-21 14:24:32 -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
Anthony Laibe 23db2d1216
fix: Keep only one place to store contacts and index (#37) 2021-09-20 09:00:10 -04:00
Iuri Matias 077965bf81
rename libstatus to statusgo_backend (#27) 2021-09-11 17:50:36 -04:00
Richard Ramos 0b24d7a341
Initial import 2021-09-08 14:09:35 -04:00