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
Igor Sirotin
3560786e2a
feat: Unfurl images ( #11940 )
2023-08-22 10:26:54 +03:00
Boris Melnik
95f829665b
feat(communities): Update permissions list for spectated community tokens model ( #11803 )
...
Fixes : #11480
* hook up join popup to permission model
* fix chats not being put in the permission model
* make it work with channel permissions as well
---------
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
2023-08-21 14:54:57 -04:00
Ivan Belyakov
ca5b07af42
chore(wallet): bumped status-go to merge wallet dedicated DB
2023-08-18 09:34:41 +02:00
Mikhail Rogachev
f4b028bd71
feat(CommunityTokens): Display community member contact data for token holders list ( #11787 )
...
* feat(CommunityTokens): proposal of CommunityCollectibleOwner
Close #11143
* feat(Communities): implement viewProfile from token holders list
* fix: re-request community token owners after a contact get removed from a community
2023-08-17 11:24:14 +04:00
Michal Iskierko
dc950d828f
chore(@desktop): Upgrade status-go
...
Issue #11276
2023-08-16 12:11:12 +02:00
Dario Gabriel Lipicar
21eea92d34
feat(@desktop/wallet): adapt to multiclient collectibles api
2023-08-15 11:07:53 -03:00
Michal Iskierko
bb2f24693e
chore(@desktop): Upgrade status-go
...
Issue #11250
2023-08-14 21:40:57 +02:00
Sale Djenic
4c6af4f1ad
feat(@desktop/syncing): make a not operable account fully operable, part 2
...
- handles import keypairs (without syncing via qr)
Closes the second part of #11779
2023-08-11 17:22:27 +02:00
Jonathan Rainville
24d26cc038
feat(airdrop): get revealed accounts using new API instead of desc
...
Fixes #11817
Instead of getting revealed accounts from the community description (it's no longer available), uses the new `getRevealedAccountsForAllMembers` API. Uses it async so that we do not slow the start process. The model is updated correctly when we finish loading them.
2023-08-10 11:59:09 -04:00
Khushboo Mehta
11820d0400
feat(@desktop/wallet): Wallet settings - Notification after each action
...
fixes #11719
2023-08-09 11:53:28 +02:00
Cuteivist
f8dd1dc811
fix(@desktop/wallet): Properly return token id value ( #11792 )
2023-08-04 14:24:28 +02:00
Dario Gabriel Lipicar
06f8ef2186
chore: adapt to new collectibles api
2023-08-03 14:33:45 -03:00
Jonathan Rainville
f4c6cec87d
feat(communities): add getCommunityPublicKeyFromPrivateKey function
2023-08-02 13:51:21 -04:00
Mikhail Rogachev
edba946a71
feat(Community): Community messaging statistics chart ( #11696 )
...
* feat(Community): Community messaging statistics chart
Close 11152
- Use se `collectCommunityMessageMetrics` for messaging statistics chart
in community overview
* feat(Community): Transfer community metrics with dto objects
* feat: impl simple string-based model for community metrics
* fix(Community): Review fixes and fix for changing community when chat is open
* Update src/app/modules/main/chat_section/controller.nim
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
---------
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
2023-08-02 20:03:52 +04:00
Igor Sirotin
d8c9802d77
fix: Restore window after closing on MacOS ( #11748 )
2023-08-02 16:49:28 +03:00
Sale Djenic
2e1b60ab06
feat(@desktop/wallet): account Interaction - remove master key and accounts
...
Closes : #11707
2023-08-01 14:27:23 +02:00
Khushboo Mehta
6c5c36584a
feat(@desktop/wallet): Account view - Prefered network
...
fixes #11578
2023-08-01 09:51:33 +02:00
Dario Gabriel Lipicar
bf4af3d7d4
chore(wallet) remove transactions module
...
Bump Status GO to support session based activity requests
Transaction module was replaced by activity module,
this change removes the old code.
Details:
- Remove transaction.Item and use the DTO directly
- Replace the still using missing functionality
- Remove old way of fetching transactions in response to the history event
- Use activity filter to provide history for "recents" in Send.
Closes #11339
2023-07-31 19:01:33 +02:00