Pascal Precht
3370f4f42d
fix: display notification when asset deployment fails
...
Closes #11338
2023-07-19 13:02:04 +02:00
Lukáš Tinkl
02e40adfca
feat: New design flows to integrate Revealing addresses...
...
... when joining Community functionality
Closes #11138
2023-07-19 12:44:16 +02:00
Michal Iskierko
d022d4ff8d
fix(@desktop/communities): Upgrade pending transaction types for community token operations
...
Issue #11565
2023-07-18 17:02:51 +02:00
Cuteivist
a30678f5ec
feat(@desktop/wallet): Handle missing token metadata ( #11433 )
...
closes #11043
2023-07-18 16:05:22 +02:00
Anthony Laibe
3ea5464c33
feat(@wallet): verify json rpc URL
2023-07-18 15:39:21 +02:00
Cuteivist
313e5a5b69
fix(@desktop/wallet): Calculate block number approximation ( #11522 )
2023-07-18 12:10:01 +02:00
Sale Djenic
4b6066c955
fix(@desktop/wallet): review comments applied for keypair rename feature
...
- labels changed in Figma, updated in the app
- `Show encrypted QR of keypairs on device` is displayed only if needed now,
for this I had to add account/keypair `operability` feature, so far it handles only
displaying a context menu option, later in a separate issue a proper functionality
will be added
- wallet related toast notifications moved to the proper place (`AppMain.qml`, where
actually all notifications should be handled), not in the place where they occurs, we
need to review other notifications as well and move them there
2023-07-18 09:20:09 +02:00
Sale Djenic
6d25a888d3
feat(@desktop/wallet): keypair rename (a profile keypair name should follow display name)
...
Fixes : #10769
2023-07-18 09:20:09 +02:00
Khushboo Mehta
4d6c8a840b
feat(@desktop/wallet): Networks - Edit Network
...
fixes #11434
2023-07-17 21:03:44 +02:00
Boris Melnik
c3c74b9f61
feat(new-links-format): Adds new links to UI
...
Part of: #10852
2023-07-17 14:41:22 +03:00
Ivan Belyakov
0d354c8ce1
feat(wallet): Removed storing/deletion of pending txs.
...
Closes #10474
2023-07-17 12:39:30 +02:00
Jonathan Rainville
5f1483a595
fix: crash when request to join fails + add error toast when it fails
...
Fixes #11514
The problem was that we were not handling the error from request to join correctly.
Then I added an event that sends a signal to the QML to show a toast about an error. I don't show the actual error to the user because usually it's not super helpful. It will be in the logs.
The status-go change makes it so that we don't save the request to join if the permission check failed.
2023-07-14 15:11:57 -04:00
Jonathan Rainville
f5693d0136
feat(community): add airdropAddress param to request to join functions
...
Fixes #11479
2023-07-14 15:11:45 -04:00
Khushboo Mehta
a468635ddc
feat(@desktop/wallet): Networks - New List UX with link mainnet/testnet + testnet mode enable/disable
...
fixes #11252
2023-07-14 08:57:36 +02:00
Jonathan Rainville
d4a4f96a8a
feat(communities): make requestCommunityInfo accept private keys
...
Fixes #11273
Enables passing a private key as well as a public key to `RequestCommunityInfoFromMailserver`.
Also fixes a small issue in the error handling in the service
2023-07-13 10:23:32 -04:00
Cuteivist
461bbbc06f
fix(@desktop/wallet): Activity list polish changes ( #11486 )
...
fixes #11447
2023-07-13 14:22:02 +02:00
Sale Djenic
f55123ddf1
fix(@desktop/onboarding): keycard is not shown in settings after first launch
...
Fixes : #11314
2023-07-13 09:12:19 +02:00
Sale Djenic
7849d03707
fix(@desktop/onboarding): the app crashes when converting a keycard to a regular account, or just being in loading state forever
...
Fixes : #11507
2023-07-13 08:47:03 +02:00
Sale Djenic
51edc1b256
fix(@desktop/onboarding): cannot run any keycard flow after creating a Keycard replacement
...
Fixes : #11494
2023-07-13 08:46:49 +02:00
Mikhail Rogachev
1a7532d92c
fix: Fix behaviour issues with CRs and mutual update messages ( #11178 )
...
Close #11121
2023-07-13 01:39:56 +04:00
Stefan
42f2546e4a
feat(wallet) handle multi-transaction update events for activity filter
...
Bump status-go to include multi-transaction update events
Throttle down "update transactions" button to once every two seconds
Closes #11233
2023-07-12 23:26:47 +02:00
Stefan
976e5c9549
feat(wallet) handle new pending transactions notification in filter
...
Process pending updates events and trigger button show
Also: improve parsing of activity entry
Updates #11233
2023-07-12 11:45:30 +02:00
Michal Iskierko
3632a169be
feat(@desktop/communities): Burn and mint functionality for assets.
...
Adjst burning and minting flows to handle assets.
Supplies are passed from qml to nim as strings - "2" for ERC721, "1.5" for ERC20
String amounts are converted to Uint256 type. Additionally ERC20 amounts are converted to basic units (wei-like, decimals=18).
Uint256 values are passed to backend functions and then coverted to strings which can be converted to bigInt.BigInt types.
Supply and RemainingSupply are exposed to qml as floats.
Issue #11129
2023-07-12 11:16:57 +02:00
Sale Djenic
1561b170e4
chore(@desktop/syncing): keycards syncing improvements part 2/2
...
Handling keycards related syncing improvements done on the status-go side.
Closes : #11268
2023-07-11 22:15:44 +02:00
Igor Sirotin
d7aa0582be
Switch to new URL unfurl API [sending messages part] ( #11476 )
2023-07-11 14:30:55 +03:00
Sale Djenic
d550b01e65
fix(@desktop/onboarding): app loading screen displayed forever when creating a new Status account
...
Fixes : #11454
2023-07-07 14:35:52 -04:00
Cuteivist
00eee836ae
feat(@desktop/wallet): Fetch txs only when opening activity tab ( #11360 )
...
closses #11356
2023-07-07 12:00:19 +02:00
Anthony Laibe
5a9ff99aad
fix(@wallet): overview balance with symbol
...
fixes #11397
2023-07-06 15:48:02 +02:00
Cuteivist
ab487d40a5
fix(@desktop/wallet): Handle empty activity list exception ( #11399 )
...
fixes #11354
fixes #11381
2023-07-06 14:59:26 +02:00
Anthony Laibe
0cd7829d62
fix(@wallet): prevent delete main account
...
fixes #11398
2023-07-06 07:50:23 +02:00
Stefan
7a9c76966d
feat(wallet) reload on new transaction downloaded quick win
...
Show a reload hint button for user to refresh the filter
Updates #11233
2023-07-05 23:45:34 +02:00
Stefan
d17f2c70f1
chore(wallet) extract responsibilities from activity.Controller
...
Extract processing of Events and Status keeping responsibilities from
activity.Controller
Updates #11233
2023-07-05 23:45:34 +02:00
Sale Djenic
a10e83bcba
chore(@desktop/syncing): wallet keypairs/accounts syncing improvements part 1/2
...
Handling syncing improvements done on the status-go side.
Closes : #11267
2023-07-05 15:29:43 +02:00
Pascal Precht
c10809863a
feat: add support for cropped asset data when deploying community NFTs
...
Needs: https://github.com/status-im/status-go/pull/3705
Closes : #10317
2023-07-05 12:56:37 +02:00
Jonathan Rainville
2d21ff6c38
fix(community): fix cancel of authentication still requests to join
...
Fixes #11272
The problem was that we didn't handle the cancelation (checking with password was empty).
Now we do and we send the signal to cancel when it's the case.
2023-07-04 15:13:48 -04:00
Stefan
2487b4b1cb
feat(wallet) make filer apis async
...
Bump status-go to include required changes
Refactor the API usage to use the new async APIs.
Support multiple events in the same block
Report loading state for all the APIs
Also
- fix the loadingData state in the controller.nim
- reset the model to empty when the filter is invalidated due to
address and chain IDs change
Closes #11170
2023-07-03 17:40:19 +02:00
Anthony Laibe
13ae6c4955
fix(@wallet): delete account some times crash
...
fixes #11343
2023-07-03 14:48:39 +02:00
Stefan
ad489a224c
fix(wallet) remove legacy transaction history event
...
Closes : #11345
2023-06-30 19:26:17 +02:00
Cuteivist
7a7394628e
feat(@desktop/wallet): Handle multitransactions ( #11124 )
...
closes #11071
2023-06-30 17:07:53 +02:00
Cuteivist
bade10c5e0
feat(@desktop/wallet): Add loading state for activity feed ( #11326 )
...
closes #11072
2023-06-30 15:50:06 +02:00
Jakub Sokołowski
08ef5efda5
fleets.json: drop decomissioned eth.test fleet
...
The fleet wasn't being used so it has been liquidated:
https://github.com/status-im/infra-eth-cluster/commit/de986014
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-06-30 08:35:06 -04:00
Anthony Laibe
7dbf994e1f
feat(@wallet): add account button from settings
2023-06-29 18:51:37 +02:00
Michal Iskierko
6f1957e650
feat(@desktop/communities): Assets deployment
...
Issue #10987
2023-06-29 17:27:36 +02:00
Jonathan Rainville
e35945b76c
feat(requestToJoin): add addressesToShare to requestToJoin call
...
Fixes #11154
2023-06-29 11:19:19 -04:00
Sale Djenic
319bf7a69e
fix(@desktop/syncing): keypair syncing - function renamed to avoid confusion, request from the code review
2023-06-29 15:08:29 +02:00
Sale Djenic
241956d537
feat(@desktop/syncing): keypair syncing - added support for keycard pairings
2023-06-29 15:08:29 +02:00
Sale Djenic
7c56dc53d9
feat(@desktop/syncing): keypair syncing - recovering from another device with Keycard related profile
...
Closes : #10983
2023-06-29 15:08:29 +02:00
Khushboo Mehta
a2dd87c18b
feat(@desktop/wallet): Watch only account toggle + persisted
...
fixes #11221
2023-06-29 10:18:42 +02:00
Anthony Laibe
29d78a99be
feat(@wallet): all accounts list are ordered by position
...
fixes #11263
2023-06-29 09:42:33 +02:00
Jonathan Rainville
cde6c53318
move asset and collectible rebuild to communities module
2023-06-27 09:54:23 -04:00