Richard Ramos
f25ac111db
chore: remove unneeded success signal
2022-12-07 12:15:23 -04:00
Andrea Maria Piana
d63d2ca754
Use NTP sync source when available
2022-12-07 07:49:14 +00:00
Pascal Precht
8ac154ee0c
fix: don't keep Messenger from starting when torrent client fails to
...
start
There are various cases that could make the torrent client fail to
start. We don't want this to keep the entire messenger from starting.
2022-12-06 18:19:36 +01:00
Richard Ramos
195c149f47
feat(waku2): peer exchange
2022-12-06 10:23:05 -04:00
Richard Ramos
b50a134b48
chore: bump go-waku to disconnect peers if keep alive loop wasnt executed recently
2022-12-06 10:22:46 -04:00
Michal Iskierko
8fc7d921a7
fix(ImportCommunity): Setting admin roles during import community.
...
Issue #7414
2022-12-06 10:25:21 +01:00
Jakub Sokołowski
9dd80e7f1e
ci: use Nix shell to provide Android SDK for builds
...
Installing the SDK via Ansible is prone to error and not exactly
reproduceable. This way we can also track the exact tooling version as
used in Status Mobile app:
https://github.com/status-im/status-mobile/blob/develop/nix/pkgs.nix
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-12-05 15:48:27 +01:00
Pascal Precht
22b5690cda
feat: add signal indicating that history messages are being imported
...
In order to give clients more insights about archive messages being
processed, we're adding this additional signal that informs clients when
the import of downloaded history archive messages has started.
2022-12-05 10:51:53 +01:00
frank
684e9654de
Allow owner/admin to delete messages of a community ( #2958 )
2022-12-02 19:34:02 +08:00
frank
8865a0e4b0
fix map iteration order ( #2991 )
2022-12-02 18:21:47 +08:00
Anthony Laibe
c735e2a6bb
feat: add wallet ticker
2022-12-02 10:53:21 +01:00
Anthony Laibe
0d1837f858
feat: add ticker in backend rather than in clients
2022-12-02 10:53:21 +01:00
Anthony Laibe
eff02a79a9
feat: add wallet token endpoint
2022-12-02 09:32:07 +01:00
Anthony Laibe
f3b1448efa
fix: router preferred chains
2022-12-02 09:27:44 +01:00
Pascal Precht
194f26f3b4
feat: add signal for starting history archive downloads
2022-12-01 16:12:00 +01:00
Michal Iskierko
6e96586bdb
fix(RequestCommunityInfoFromMailserver): Add useDatabase flag to read/not read community info before requesting mailserver..
...
Fix #2878
2022-11-30 11:10:13 +01:00
Anthony Laibe
4c29c97591
feat: bridge tx
2022-11-30 09:18:24 +01:00
Richard Ramos
5b69985b18
chore(waku2): bump go-waku
2022-11-29 16:30:53 -04:00
Richard Ramos
23d45d8707
chore(waku2): disable light client on status.prod
2022-11-29 15:45:32 -04:00
Andrea Maria Piana
2166786b0e
Setup autorelay
2022-11-29 15:55:20 +00:00
dlipicar
ba053c8a5d
fix: keep original case for collectible trait types ( #2984 )
2022-11-29 09:28:37 -03:00
Samuel Hawksby-Robinson
eadb698603
ColourHash is a distinct type that has a discrete pattern
...
This change codifies that a ColourHash is a slice of [2]int, as code depends on the inner slice to have exactly 2 indexes
2022-11-28 16:26:07 +00:00
Richard Ramos
3047521bd0
chore: bump go-waku
2022-11-28 10:44:41 -04:00
Richard Ramos
ea89a41d96
fix: go-waku update discv5 ENR on succesful NAT
2022-11-28 08:41:23 -04:00
Richard Ramos
eaced1c1e9
fix(store): generate signals per storenode request with custom requestIDs
2022-11-28 08:40:58 -04:00
Richard Ramos
ee6bda5bcc
feat: add wakuext_listenAddresses
2022-11-28 08:10:51 -04:00
Samuel Hawksby-Robinson
f87a38074a
Addressing feedback
2022-11-25 11:33:58 +00:00
Samuel Hawksby-Robinson
3e8eed5faf
Added device name set on Messenger.Start()
2022-11-25 11:33:58 +00:00
Richard Ramos
a6c7067f3b
feat: add multiaddresses to waku2 peers
2022-11-24 11:47:06 -04:00
Richard Ramos
e83ad01e66
fix: disable gossipsub peer exchange
2022-11-24 11:21:24 -04:00
Pascal Precht
019d520e28
fix(communities): properly delete remove chats when handling community
...
updates
When channels where removed from communities by the community owner,
community members would not remove the chats in their own databases.
See https://github.com/status-im/status-desktop/issues/8000 for more
info.
This commit ensures that nodes delete removed chats from their local
chats table and also deregister the corresponding transport filters.
2022-11-24 11:50:25 +01:00
Anthony Laibe
2f83fb05cf
fix: app crash when owner return err
2022-11-24 10:02:26 +01:00
Khushboo-dev-cpp
d41fcaf8a9
feat: delete message for new design ( #2922 ) ( #2965 )
...
Co-authored-by: yqrashawn <namy.19@gmail.com>
2022-11-22 11:12:16 +01:00
Richard Ramos
f4eb1668d5
fix: waku clusterconfig migration
2022-11-18 12:08:05 -04:00
Patryk Osmaczko
22fc10c248
chore: add group messages delivery regression test
...
part of: status-im/status-desktop#8263
2022-11-18 14:31:25 +01:00
Andrea Maria Piana
1036243276
Disable abridged sending
2022-11-18 11:43:23 +00:00
Andrea Maria Piana
9b670ff453
Correctly abridge events after changes in joined users
2022-11-18 11:43:23 +00:00
Pascal Precht
4d93ea83be
fix: typo in message handler which I found quite annoying
2022-11-17 19:15:14 +01:00
yqrashawn
68d2d6bdfb
feat: delete message for new design ( #2922 )
2022-11-17 18:11:58 +08:00
Patryk Osmaczko
2b6c0da1c7
chore: fix vscode test run
2022-11-17 10:40:26 +01: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
Andrea Maria Piana
98f7324ae1
Add reply message
2022-11-16 16:17:13 +00:00
Richard Ramos
2341dedfba
fix: exit relay loop on quit
2022-11-15 11:00:36 -04:00
Richard Ramos
6b11bc8b24
fix: populate WakuNodes section with Relay
2022-11-15 11:00:36 -04:00
Richard Ramos
d996fb60d4
feat: use identify protocol
2022-11-15 11:00:36 -04:00
Andrea Maria Piana
c85df62d3c
Sync community encryption keys
2022-11-15 10:11:01 +00:00
Anthony Laibe
7ea9a3f230
fix: router fees for EIP1559
2022-11-14 13:32:29 +01:00
Roman Volosovskyi
7662cd613a
Allow to pass activity center status as a parameter
2022-11-14 10:17:43 +01:00
Patryk Osmaczko
e48083e31d
fix: make blocking contact local only
...
fixes : status-im/status-desktop#7127
2022-11-11 15:44:22 +01:00