Andrea Maria Piana
b69042e7d7
Fix duplicated notifications on receiving contact update
...
This commit fixes an issue where when accepting a contact request
the other end would display an extra notification.
It also changes WaitOnResponse to collect results. This should make
tests less flaky, since sometimes messages are processed in different
batches.
Now we need to be though exact on what we expect from the response (i.e
use == instead of >, otherwise the same behavior applies)
This uncovered a couple of issues with messenger.Merge, so I have moved
the struct to use a map based collection instead of an array.
2023-02-14 09:22:37 +00:00
RichΛrd
f6b4721c4a
fix: invalid length of multiaddr field (but loaded succesfully anyway) ( #3185 )
...
* fix: invalid length of multiaddr field (but loaded succesfully anyway)
* chore: update VERSION
2023-02-13 10:41:19 -04:00
Michal Iskierko
8acc46f758
feat(collectibles): Mint collectibles (ERC-721):
...
Add testing smart contract and go api.
Add collectibles service.
Issue #3051
2023-02-13 12:59:55 +01:00
Andrea Maria Piana
ca36285d78
Bump version to 0.130.3
2023-02-10 14:07:38 +00:00
Andrea Maria Piana
38ef3f119b
Bump version to 0.130.2
2023-02-10 11:18:03 +00:00
RichΛrd
d2cce5ee80
fix: ignore enr multiaddr field if empty ( #3175 )
2023-02-09 10:06:07 -04:00
Andrea Maria Piana
dea21f440a
Linting and some fixes on contact requests handling
2023-02-08 17:48:09 +00:00
Roman Volosovskyi
7360e07224
Update AC notification on EditMessage
2023-02-08 16:29:24 +01:00
RichΛrd
5b642d3bed
fix: enr exceeds 300 bytes ( #3171 )
2023-02-07 10:33:26 -04:00
Andrea Maria Piana
c38ec00a2d
Add community request to response when a response handled
...
In general, any time a piece of state is updated in the backend, that
should be propagated to the client through signals.
In this case, when a request was accepted, the client wasn't notified,
requiring them to re-fetch the accepted requests and causing
inconsistent state between status-go and client.
2023-02-07 13:17:19 +00:00
Richard Ramos
03c61e8847
chore: bump go-waku to also log output from go-libp2p into geth.log
2023-02-02 16:26:25 -04:00
Andrea Maria Piana
1c660c3525
Move images to shared namespace
2023-02-02 19:18:06 +00:00
Roman Volosovskyi
550de3bff2
Add previews for youtube links with www subdomain
2023-02-02 12:08:19 +01:00
Roman Volosovskyi
551715f493
Adjust ConvertToKeycardAccount to make it compatible with mobile version
2023-02-02 11:50:13 +01:00
Omar Basem
2485143e20
Fix image fields ( #3121 )
...
* fix: image fields
2023-02-02 12:00:49 +04:00
Andrea Maria Piana
9e43905821
Fix broken migrations
2023-02-01 18:31:32 +00:00
Richard Ramos
17fcd947d2
fix(waku2): close discv5 iterator on logout
2023-01-31 14:26:09 -04:00
Andrea Maria Piana
cefa0089dc
Split clock values for contacts
2023-01-31 15:43:00 +00:00
Alexander
a3f59e223c
Fix for syncing settings (empty field is not getting added) ( #3147 )
...
* Fix for syncing settings (empty field is not getting added)
* Version bump
2023-01-31 14:37:41 +01:00
Andrea Maria Piana
7e1a894ab8
Add compressed key to multiaccount/messages/contacts
2023-01-30 16:40:40 +00:00
Roman Volosovskyi
fc03393e1b
Fix incorrect pagination of notifications
2023-01-26 19:23:08 +01:00
Roman Volosovskyi
1d9d7343c3
Fix activation of deleted chat on contact update
2023-01-25 11:12:34 +01:00
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
Igor Sirotin
f9faac4293
feat: ens_usernames database ( #3066 )
2023-01-20 13:34:30 +03:00
dlipicar
c2a8dd8a0c
feat(wallet): add price cache ( #3107 )
2023-01-19 11:49:48 -03:00
Richard Ramos
0b6eddf67d
fix: close connections when maximum number of peers is reached
2023-01-18 11:43:07 -04:00
Jonathan Rainville
cb1d80c082
feat(QuotedMessage): pass Deleted to QuotedMessage
...
This is to let the front end determine a new message if the quoted message is deleted instead of just unknown
2023-01-12 11:47:38 -05:00
Jonathan Rainville
7717f9519f
fix(message_handler): fix error when there is no record and fix crash
2023-01-12 11:47:38 -05:00
Roman Volosovskyi
d60c1d00ed
Update chat clock on group event
2023-01-12 11:01:45 +01:00
Omar Basem
fe9996d95f
Image width height ( #3061 )
...
* feat: add image width & height
2023-01-12 13:43:14 +04:00
Jonathan Rainville
574bf90618
fix(message_persistence): don't return reply data of deleted messages
2023-01-10 15:34:48 -05:00
Jonathan Rainville
c4bf60b815
feat: make replies act as mentions
...
and add a reply test to the messenger
2023-01-10 13:39:57 -05:00
frank
ec7c0e9c7d
Sync all devices after initial pairing ( #3047 )
2023-01-06 20:21:14 +08:00
Parvesh Monu
d40290a649
Persist switcher cards ( #3049 )
2023-01-05 21:41:57 +05:30
Sale Djenic
d98d83d308
chore: code review comments applied
...
- sync clock set for all settings prop participating in syncing
- if other sql error happens we return immediately
2022-12-23 15:07:14 +01:00
Andrea Maria Piana
8593866862
Restart discovery when it fails
...
When discovery fails to be seeded with bootstrap/fallback nodes, it
never recovers.
This commit changes the behavior so that status-go retries fetching
bootnodes, and restarts discovery when that happens.
2022-12-14 20:54:48 +00:00
Omar Basem
d03691c2f2
Images Album ( #3021 )
...
* feat: add `AlbumID` field to messages
2022-12-14 16:25:45 +04:00
Omar Basem
d1a4b53d5c
Remove group members ( #3011 )
...
* remove list of members from group
2022-12-10 08:26:51 +04:00
Michal Iskierko
8fc7d921a7
fix(ImportCommunity): Setting admin roles during import community.
...
Issue #7414
2022-12-06 10:25:21 +01:00
frank
684e9654de
Allow owner/admin to delete messages of a community ( #2958 )
2022-12-02 19:34:02 +08:00
Andrea Maria Piana
2166786b0e
Setup autorelay
2022-11-29 15:55:20 +00:00
Andrea Maria Piana
1036243276
Disable abridged sending
2022-11-18 11:43:23 +00:00
Roman Volosovskyi
9227c631c3
Fix overwriting of content type to unknown on message editing
2022-11-17 07:11:12 +01:00
Andrea Maria Piana
2572321063
Add notification for trustworthy/untrustworthy
2022-11-16 16:17:13 +00:00
Richard Ramos
6b11bc8b24
fix: populate WakuNodes section with Relay
2022-11-15 11:00:36 -04:00
Andrea Maria Piana
c85df62d3c
Sync community encryption keys
2022-11-15 10:11:01 +00:00
Roman Volosovskyi
7662cd613a
Allow to pass activity center status as a parameter
2022-11-14 10:17:43 +01:00
Ibrahem Khalil
bfab85f73b
Fix private group members details not being sent on preview ( #2936 )
2022-11-03 11:57:51 +03:00
Andrea Maria Piana
9565342101
Bump version to 0.114.1
2022-10-28 15:47:59 +01:00
Boris Melnik
63d46481fd
feat(communities): Cancel request to join community ( #2915 )
2022-10-28 11:41:20 +03:00