You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/mainnet/net/release-notes/release-notes-lp.rst
+76Lines changed: 76 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,82 @@ Release notes
14
14
Wallets
15
15
=======
16
16
17
+
.. _rn-cryptox-android:
18
+
19
+
|cryptox| for Android
20
+
---------------------
21
+
April 25, 2024
22
+
23
+
Version 1.0.0 brings feature parity with |mw-gen2|, fixes multiple bugs and improves the overall user experience.
24
+
25
+
The following features have been added:
26
+
27
+
- Setting up and updating validator pool commission rates
28
+
29
+
- Support for WalletConnect CCD transfer requests
30
+
31
+
- Ability to see full details of a WalletConnect transaction to sign
32
+
33
+
- Ability to see full details of a Spaceseven transaction to sign
34
+
35
+
- Support for WalletConnect verifiable presentation requests (for identity proofs)
36
+
37
+
- Validation of metadata checksum when adding CIS-2 tokens
38
+
39
+
- Display of balance/ownership when adding CIS-2 tokens
40
+
41
+
The issues fixed in this release:
42
+
43
+
- Not working signing of a text message through WalletConnect
44
+
45
+
- Ability for a dApp to request to get a transaction signed by a different account than the one chosen for the WalletConnect session
46
+
47
+
- Crashing when received unexpected error from an identity provider
48
+
49
+
- Exiting the wallet after accepting an identity verification error
50
+
51
+
- Incorrect environment name in a private key export file for Mainnet
52
+
53
+
- Improper handling of rejected identity verification when setting up a new wallet
54
+
55
+
- Showing "Address copied" when copying a transaction hash to the clipboard in the scheduled transfer view
56
+
57
+
- An issue where the identity name was off-center when the edit name icon was visible
58
+
59
+
- An issue where exporting transaction logs for an account without any transactions would be stuck at 0%
60
+
61
+
- "Invalid WalletConnect request" message repeatedly shown if received a request with unsupported transaction type
62
+
63
+
- Exported private key for file-based initial account being incompatible with concordium-client
64
+
65
+
- Inability to search for CIS-2 token by ID on contracts with lots of tokens
66
+
67
+
- When managing CIS-2 tokens, removing all of them when only unselecting the visible ones
68
+
69
+
- Composing a letter with a malformed recipient when clicking the support email on the About screen
70
+
71
+
- Possibility of spamming the app with WalletConnect requests from a malfunctioning dApp
72
+
73
+
Some changes have been made to the app behavior:
74
+
75
+
- Running a recovery is suggested when facing account or identity creation errors
76
+
77
+
- Baker/baking renamed to Validator/validating
78
+
79
+
- WalletConnect session proposals are now rejected if the namespace or methods are not supported, or if the wallet contains no accounts.
80
+
81
+
- WalletConnect transaction signing request now shows the receiver (either smart contract or an account) and amount of CCD to send (not including CIS-2 tokens)
82
+
83
+
- Transfers tab renamed to Activity on the account details screen
84
+
85
+
- Identity data tab on the account details screen is no longer shown for accounts without revealed attributes
86
+
87
+
- CIS-2 tokens with corrupted or missing metadata can no longer be added
88
+
89
+
Last but not least, some deprecated Concordium features have been removed:
90
+
91
+
- Revealing identity attributes when creating an account
0 commit comments