Mykhailo Prakhov
790add8ea5
fix(@desktop/requestsToJoin): displaying approved people in the pending list ( #13038 )
2023-12-21 11:30:02 +01:00
Boris Melnik
74d3bedc11
fix(windows-build): Fix statusgo get free space implementation
...
Fixes : #13036
2023-12-20 22:24:42 +03:00
Sale Djenic
969998dd3f
chore(walletconnect): store wallet connect sessions instead of pairings
...
Closes : #13008
2023-12-18 09:25:42 +01:00
Anthony Laibe
01e38c7c25
chore: bump status-go
2023-12-13 13:58:50 +01:00
Sale Djenic
bf8b87f034
feat(walletconnect): support for eth_signTypedData v3 and v4
...
Closes : #12961
2023-12-13 09:08:24 +01:00
Godfrain Jacques
7a5e691c90
feature(@desktop/chat) Enhance message context menu with mark as unread ( #12879 )
...
* chore: bump status-go
* feature(@desktop/chat) Enhance message context menu with mark as unread
fixes #10329
linked with PR #12879
- Adds capacity to mark a message as unread
- Adds capacity to mark a message with mention as unread
- Adds persistence to the marking of the message (change can be seen at
after reboot)
- Adds marking in right click contextual menu
2023-12-11 20:16:06 -06:00
Mykhailo Prakhov
c688525f0b
fix: TokenMaster can't airdrop to members using the members list ( #12970 )
2023-12-08 18:20:23 +01:00
Sale Djenic
3854920f54
feat(walletconnect): support for auth request
2023-12-06 20:01:04 +01:00
Mykhailo Prakhov
24f2540ffa
chore: receive all non-approved requests to join through the API allNonApprovedCommunitiesRequestsToJoin ( #12941 )
2023-12-05 16:37:58 +01:00
Mykhailo Prakhov
02589421bb
feat(desktop/communities): show community users which will be automatically joined after the ownership change in the All Members tab ( #12928 )
2023-12-04 20:14:13 +01:00
Sale Djenic
c5d1d5b77d
chore(walletconnect): adapting to improvements done on the statusgo side
2023-12-04 11:58:58 +01:00
Cuteivist
e552a01d2b
fix(@desktop/wallet): Use second chain activity details data ( #12705 )
2023-12-01 15:31:47 +01:00
Stefan
17c7e46917
feat(wallet) Wallet Connect: process delete_session
...
Requires the specific status-go changes that brings WCChangePairingState
Process delete session and update internal pairing history state
Updated testing while fighting for the issue of not deleting the session
Found out that the client requests a different topic in the delete
session request.
Also:
- update debugging UX to support session events
- update storybook to support mocking session events
- fix go test utility to account for refactoring
Updates #12858
2023-11-30 10:47:41 +01:00
Mikhail Rogachev
bfb5813c5f
fix(ActivityCenter): New user is not mentioned by past messages ( #12887 )
...
Close #10745
2023-11-29 20:25:01 +04:00
Cuteivist
8e0db2e666
fix(@desktop/wallet): Display balance for all accounts ( #12632 )
2023-11-29 12:19:59 +01:00
Dario Gabriel Lipicar
faf572308c
chore(ci): bump status-jenkins-lib to include rarible api keys
2023-11-27 22:19:44 -03:00
Dario Gabriel Lipicar
91a411fd36
feat: implement support for collectibles provider Rarible
...
Fixes #12310
2023-11-27 22:19:44 -03:00
Stefan
5b9e4faa8a
feat(wallet) run WebEngineView as a service in background
...
This is required to control the resource consumption in case of no
usage of wallet connect
Hence we load the WebEngineView only if we have active pairings and
such that SDK events are expected from the paired dapps.
Also:
- Moved the generic WebEngineView communication bridge to StatusQ
- Added basic tests for WebEngineLoader
- Add a way to know when wallet is loaded (`walletReady`)
- Add storybook support for mock of nim sections as context properties
Updates: #12639
2023-11-27 22:54:11 +01:00
Mikhail Rogachev
9a714cfec0
feat(ActivityCenter): Sync message & AC notification read state ( #12815 )
...
* feat(ActivityCenter): Use signal for delivery of AC notifications from other services
Close #9349
* feat(ActivityCenter): Sync messages read state with AC notifications
2023-11-27 16:22:58 +04:00
Jonathan Rainville
cc5e32c2b3
fix(message): fix deleting a quoted message loses the user info
...
Fixes #12785
2023-11-24 18:58:28 -05:00
Dario Gabriel Lipicar
7384c004cc
feat(@desktop/wallet): support alchemy sepolia api keys
...
Closes #12771
2023-11-23 17:04:51 -03:00
Jonathan Rainville
d4277f0732
chore(status-go): up status-go to have filter fix
2023-11-22 14:23:11 -05:00
Sale Djenic
132e05a8c6
feat(@desktop/walletconnect): signing tx or personal sign via keycard
...
Closes : #12730
2023-11-22 11:11:19 +01:00
Patryk Osmaczko
672800611d
chore: bump status-go
...
Fixes always visible "sending..." message annotation.
2023-11-21 10:39:21 +01:00
Stefan
0d10d30b30
feat(wallet): WalletConnect web engine view runs SDK in background
...
Validated that WebEngineView runs SDK in background and can be hidden
from view.
Closes : #12639
2023-11-21 08:08:33 +01:00
Igor Sirotin
a2e8655835
chore: fix nim build warnings ( #12796 )
...
* chore: turn off 'generic methods are deprecated' warnings
* chore: fix homebrew bottles version and macos-min-version
* chore: suppress dotherside deprecation warnings
* chore: fix more nim unused import warnings
* chore(qt.nim): explicit cstring conversion to fix warning
* chore: fix all baseless methods
2023-11-20 16:04:11 +00:00
Dario Gabriel Lipicar
c04bf2ef9e
feat(@wallet/desktop): implement generalized collectibles api
2023-11-17 17:23:34 -03:00
Igor Sirotin
4239f77941
Fix/issue 12651 unfurl status links ( #12751 )
2023-11-17 16:28:31 +00:00
Patryk Osmaczko
6f39f8782b
chore: bump status-go
...
closes : #12277
2023-11-16 19:25:21 +01:00
Stefan
783a755230
feat(wallet) integrate Wallet Connect sign APIs
...
Bump status-go that brings the sign APIs support for send transaction
and personal sign
Extend SDK
- simple SDK event handling in QML
- support session request response APIs
- pairing management
Closes #12637
2023-11-15 17:21:27 +01:00
Khushboo Mehta
b315d8b9b8
chore(@desktop/wallet): Wallet: explore streamlining "all tokens model" spread across different sections
...
closes #12424
2023-11-15 10:40:36 +01:00
Sale Djenic
5257d003d9
fix(mocked-keycard-lib): details for the default export public flow updated
2023-11-15 09:53:08 +01:00
Cuteivist
9514853e5f
Chore: bump status-go ( #12735 )
2023-11-15 09:03:44 +01:00
Patryk Osmaczko
1eab90173e
chore: bump status-go
...
fixes : #12691
2023-11-13 23:13:57 +01:00
Richard Ramos
de68d250a6
feat: shards.test fleet
2023-11-13 09:09:47 -04:00
MishkaRogachev
a3ef9d6a27
bump status-go on master
2023-11-09 15:57:03 -05:00
MishkaRogachev
84f3626390
feat(Contacts): Show profile showcase data for contacts
2023-11-09 15:57:03 -05:00
Michal Iskierko
2910317c9a
chore(@desktop): Upgrade status-go
...
Issue #11964
2023-11-08 14:35:51 +01:00
Boris Melnik
3030a689d8
feat(discord): Process import cancelled event
...
Fixes : #12504
2023-11-07 16:43:30 +03:00
Sale Djenic
94953bb925
fix(@desktop/wallet): send modal not working with bridge hop (mainnet to optimism)
...
Fixes #12615
2023-11-06 21:39:04 +01:00
Patryk Osmaczko
10f71e7413
chore: bump status-go
...
Updates Community Directory contract addresses.
2023-11-06 19:42:59 +01:00
Patryk Osmaczko
cbb59e0fe5
chore: bump stats-go
2023-11-03 17:11:18 +01:00
Sale Djenic
ad7774799a
feat(@desktop/keycard): joining communities using addresses migrated to a keycard
...
Closes : #12170
2023-11-03 16:14:18 +01:00
Dario Gabriel Lipicar
99c113c829
feat: implement generalized collectibles filter
...
Closes #12520
2023-11-02 12:15:33 -03:00
Mykhailo Prakhov
b414d616a6
feat: info msg if owner is not awailable after community ownership change ( #12560 )
...
feat: info msg if the owner is not available after community ownership change
2023-10-31 18:55:41 +01:00
Jonathan Rainville
36c9493c2d
chore(status-go): update status-go to get migration fix
...
Fixes #12566
2023-10-30 10:45:34 -04:00
Stefan
f4c739e730
fix(wallet) update nimqml reference to the master
2023-10-30 13:07:38 +01:00
Stefan
ccd8c5b65f
feat(wallet) Wallet Connect integration prototype
...
Implement a prototype of integrating [WalletConnect Web SDK]()
- integrate WalletConnect Web SDK using Node.js and packing it using
[webpack](https://webpack.js.org/guides/getting-started/ )
- this way, we achieve the same versioning strategy for the SDK
- add WalletConnectSDK view
- it is used to load the web SDK via a WebView (validated working on
Mac and Windows)
- add new app dependency of WebView QT
- also update vendor packages `Dotherside` and `nimqml` to add
required WebView::initialize API used to initialize the WebView
integration at the app start
- add WalletConnectPage to Storybook for quick prototyping
- Also add dependency for WebView Qt lib
- index.js is the wrapper used to provide a simple stateful interface
with the WC SDK
- Entry in ui/generate-rcc.go ensures the node_modules cache is excluded
from the resource file
Notes:
- Added `com.apple.security.cs.allow-jit` entitlement when signing the
app package. This allows Execution of JIT-compiled Code Entitlement
required by the fast-path of the JavaScriptCore framework on MacOS
platforms.
- Keep some debugging entries expected to help debugging Linux package
- Removed outdated `DerivationPathInputRegressionTests` qml test
Closes #12301
2023-10-30 09:29:33 +01:00
Igor Sirotin
a3239d9e2b
fix `ImportCommunityPopup` issues, remove private key importing ( #12554 )
...
* feat(Storybook): added "Always on top" setting
* fix(ImportCommunityPopup): show result, remove private key support
2023-10-27 11:25:27 +01:00
Patryk Osmaczko
c6c1c0e873
chore: bump status-go
2023-10-26 15:58:50 +02:00
Sale Djenic
f88c23dc7b
refactor(@desktop/general): env variables sorted and CL args introduced
...
- Necessary env variables to build the app:
STATUS_BUILD_INFURA_TOKEN
STATUS_BUILD_INFURA_TOKEN_SECRET
STATUS_BUILD_POKT_TOKEN
STATUS_BUILD_OPENSEA_API_KEY
STATUS_BUILD_ALCHEMY_ETHEREUM_MAINNET_TOKEN
STATUS_BUILD_ALCHEMY_ETHEREUM_GOERLI_TOKEN
STATUS_BUILD_ALCHEMY_ARBITRUM_MAINNET_TOKEN
STATUS_BUILD_ALCHEMY_ARBITRUM_GOERLI_TOKEN
STATUS_BUILD_ALCHEMY_OPTIMISM_MAINNET_TOKEN
STATUS_BUILD_ALCHEMY_OPTIMISM_GOERLI_TOKEN
- The list of available env variables as well as CL arguments can be seen running
the app providing `--help` argument. All env vars are prefixed with `STATUS_RUNTIME_`.
2023-10-24 13:16:58 +02:00
Mykhailo Prakhov
ff1cbe29c8
fix: prevent nil dereference in for existing communities ( #12490 )
2023-10-23 11:21:28 +02:00
Mykhailo Prakhov
3c5b353ab7
fix: setup owner as CommunityDescription signer after minting community owner token
2023-10-19 09:48:40 -04:00
Michal Iskierko
671b462052
chore(@desktop): Upgrade status-go
...
Issue #12364
2023-10-18 14:43:26 +02:00
Sale Djenic
e1149c9227
feat(@desktop/wallet): support keycard authentication for transactions
...
Closes : #8566
2023-10-18 08:55:48 +02:00
Jonathan Rainville
48d2f72876
feat(sync): sync and pair 1-1 chats and groups
...
Fixes #10324 and https://github.com/status-im/status-go/issues/3547
2023-10-17 15:04:47 -04:00
Anthony Laibe
e31d8ebd3e
feat(@wallet): arbitrum sepolia
2023-10-17 10:05:51 +02:00
Igor Sirotin
22ce35cf9c
feature: support url unfurling settings ( #12441 )
2023-10-16 17:05:55 +01:00
Igor Sirotin
520d34240a
feature: support unfurled Status links (contact/community/channel) ( #12303 )
...
* chore: move `LinkPreviewThumbnail` to a separate file
2023-10-13 14:36:07 +01:00
Khushboo Mehta
bc85bc8cd3
feat(@desktop/wallet): Include watch only per account
...
fixes #12305
2023-10-13 12:11:36 +02:00
Dario Gabriel Lipicar
328d4f75e5
feat: trigger collectibles refresh on transfer
...
Fixes #9823
2023-10-11 16:51:43 -03:00
Anthony Laibe
18c37fbdac
feat(@wallet): Enable sepolia network
2023-10-09 15:06:52 +02:00
Igor Sirotin
3321708629
fix: process community info requests fails ( #12357 )
2023-10-07 09:47:48 +01:00
Dario Gabriel Lipicar
3354af0784
feat(@desktop/wallet): use Alchemy API key for Ethereum main/goerli
2023-10-05 10:29:48 -03:00
Mikhail Rogachev
cd4d92aef0
Feat/issue 11795 introduce KickedPending and BannedPending states ( #12068 )
...
* feat(Communities): Introduce pending states for kick, ban and unban actions
Close #11795
* feat(Communities): Show bannedMembers pending states on the UI
* feat(Communities:) make kick, ban and unban methods async
* feat(Communities): add signal about community membership status change
* fix(Communities): move membership managment to to the appropriate model
* chore: review fixes
2023-10-05 00:41:51 +03:00
Michal Iskierko
14eec8f8d9
chore(@desktop): Upgrade status-go
...
Issue #11954
2023-10-04 12:08:50 +02:00
Cuteivist
158bb87b4a
@bug(wallet/activity): Implemented collectibles model ( #12294 )
2023-10-03 14:15:11 +02:00
Cuteivist
7d852c3565
feat(@desktop/wallet): Refresh recipients model ( #12298 )
2023-10-03 12:48:47 +02:00
Dario Gabriel Lipicar
b7d4cb9605
feat(@desktop/wallet): implement collectibles error states and retry
...
Fixes #11636
2023-09-27 17:21:19 -03:00
Sale Djenic
d107a9f90b
feat(@desktop/keycards): managing mocked keycards when running keycard flows
2023-09-27 18:20:43 +02:00
Jonathan Rainville
807df7530f
chore(status-go): up status-go to have the 1-1 message marker update
...
Fixes #10195
Makes sure that 1-1 messages up the chat counter but only every 2 minutes
Does not create the activity center notification. This requires more work
2023-09-27 10:41:15 -04:00
Dario Gabriel Lipicar
18a50c6de5
feat(@desktop/wallet): add community info to collectibles
...
Fixes #12172
2023-09-22 19:05:27 -03:00
Jonathan Rainville
fe0b0ee795
fix(curated_communities): support curated.communities.update signal
...
Fixes #12207
2023-09-22 12:17:21 -04:00
Anthony Laibe
3e985e62e1
fix(@wallet): update network form
2023-09-21 10:45:04 +02:00
Michał Cieślak
fb48e7be0b
feat: Refactor AmountToSend to use exact amounts for transactions
...
Closes : #12168
2023-09-20 15:15:29 +02:00
Mykhailo Prakhov
069b7dab25
chore: status-go update with share requests to join and revealed addresses with privileged roles code ( #12211 )
2023-09-20 13:10:34 +02:00
Boris Melnik
c102d2de07
feat(activity-center): Display album of images
...
Fixes : #9951
2023-09-19 22:52:07 +03:00
Stefan
7e5ed80847
chore(wallet) remove activity filter dependency on accounts
...
Bumps status-go and pass the all addresses selected to the API
Close #11980
2023-09-19 10:59:02 +02:00
Anthony Laibe
5b3b673eca
feat(@wallet): empty fallback url
2023-09-18 13:00:56 +02:00
Dario Gabriel Lipicar
52e6fddcab
feat(@desktop/wallet): implement partial collectibles updates
...
Fixes #12150
2023-09-15 19:28:49 -03:00
Boris Melnik
db436b4e43
fix(archives): Stop importing archives when the user isn't a member of community
...
Fixes : #12005
2023-09-15 17:17:55 +03:00
Sale Djenic
0d2c68411b
chore(@desktop/syncing): sending `pairings.json` file content removed from local pairing (maintained on the status-go side)
2023-09-13 17:52:49 +02:00
Sale Djenic
243b70a3eb
chore(@desktop/keycard): desktop side handling of status-go #4003 issue
2023-09-13 17:52:49 +02:00
Khushboo Mehta
702dfd892d
chore: bump statusgo to develop
2023-09-12 15:38:47 +02:00
Khushboo Mehta
f597ef4e6a
feat(@desktop/wallet): Glue for sending nft
...
fixed #12128
2023-09-12 14:01:10 +02:00
Sale Djenic
3f3c5a6ce1
chore: keycard lib updated to support v2 cards
2023-09-11 12:14:36 +02:00
Lukáš Tinkl
95f6350e8f
feat: Passing an empty seq to dataChanged doesn't apply all roles
...
When calling `QAIM.dataChanged(index, index, [roles])`, passing nothing
(ie omitting the paramater altogether), an empty array `[]`, or an empty
sequence `@[]` means "all roles", just like the C++ counterpart in
https://doc.qt.io/qt-5/qabstractitemmodel.html#dataChanged
Fixes #11830
2023-09-08 14:12:06 +02:00
Sale Djenic
b22b632b2d
feat(@desktop/wallet): account interaction - stop using a keycard for profile keypair - handling on paired devices
...
Part 4 of: #11737
2023-09-07 14:49:06 +02:00
Stefan
2c769602f4
feat(wallet) lazy load activity NFT information
...
Bump status-go to include required changes
Implement processing of activity updated message
Updates: #11600
2023-09-04 14:33:19 +02:00
Stefan
7ae28ec386
fix(wallet) fix pending transactions notification
...
Bump status-go head to include the fix
2023-09-01 15:30:10 +02:00
Sale Djenic
c59f6d72d8
feat(@desktop/wallet): account interaction - stop using a keycard for non profile keypair
...
Part 2 of: #11737
2023-09-01 09:20:54 +02:00
Sale Djenic
c81dfdc7c7
feat(@desktop/wallet): account Interaction - move keypair to a keycard
...
Part 1 of: #11737
2023-08-30 16:50:33 +02:00
Michal Iskierko
ae5381a29f
chore(@desktop): Upgrade status-go
...
Issue #12011
2023-08-29 13:27:43 +02:00
Sale Djenic
6b570d1114
fix(@desktop/wallet): notification centre item relating to import of keypair to another of the user's synced devices (point 1)
...
Point 1 of #11968
2023-08-25 13:31:42 +02:00
Sale Djenic
00513ed306
feat(@desktop/wallet): make a partially operable account fully operable on the first use
...
This commit makes any partially operable account a fully operable when user
provides a password/pin from whatever reason.
Closes : #11781
2023-08-24 10:07:31 +02:00
Stefan
38377d3c05
fix(wallet) fix pending transactions by using the wallet DB
...
Bump status-go to include the fix
Closes : #11987
2023-08-23 13:37:52 +02:00
Mykhailo Prakhov
3f5df7e3ef
feat: owner and token master permissions ( #11942 )
2023-08-22 20:09:34 +02:00
Stefan
8941b218d5
fix(wallet) duplicate entries in activity
...
The multi-transaction ID was not propagated. The status-go change fixes
this.
Close : #11754 , #11404
2023-08-22 19:16:46 +02:00
Ivan Belyakov
43f49c0b2d
chore: Bump status-go to include fixes for collectibles migration
...
issue and wallet db password issue.
2023-08-22 17:49:19 +02:00
Sale Djenic
85d4bfdfea
feat(@desktop/syncing): generating connection string and inserting connection string for transferring keystore files introduced
...
Refers to the third part of #11779
2023-08-22 12:22:32 +02:00