From d114b414a07837aa470af9817cfe4d78e1061252 Mon Sep 17 00:00:00 2001 From: Oleg Koretsky <oko@concordium.com> Date: Thu, 27 Jun 2024 14:04:13 +0300 Subject: [PATCH 1/5] Fix CryptoX release notes dropdown --- source/mainnet/net/release-notes/release-notes-lp.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/mainnet/net/release-notes/release-notes-lp.rst b/source/mainnet/net/release-notes/release-notes-lp.rst index 1c1a10b1b9..cfe1b8c36d 100644 --- a/source/mainnet/net/release-notes/release-notes-lp.rst +++ b/source/mainnet/net/release-notes/release-notes-lp.rst @@ -47,6 +47,7 @@ Wallets - Fixed a way to get into an empty wallet without confirming the seed phrase .. dropdown:: Previous releases + .. dropdown:: |cryptox| 1.0.0 - April 25, 2024 Version 1.0.0 brings feature parity with |mw-gen2|, fixes multiple bugs and improves the overall user experience. From fff143693218daebb33d2d519099ba4467ff4c08 Mon Sep 17 00:00:00 2001 From: Oleg Koretsky <oko@concordium.com> Date: Thu, 27 Jun 2024 14:23:50 +0300 Subject: [PATCH 2/5] Add Android phrase wallet 1.6.0 notes --- .../net/release-notes/release-notes-lp.rst | 27 ++++++++++++------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/source/mainnet/net/release-notes/release-notes-lp.rst b/source/mainnet/net/release-notes/release-notes-lp.rst index cfe1b8c36d..efc77d7013 100644 --- a/source/mainnet/net/release-notes/release-notes-lp.rst +++ b/source/mainnet/net/release-notes/release-notes-lp.rst @@ -47,7 +47,7 @@ Wallets - Fixed a way to get into an empty wallet without confirming the seed phrase .. dropdown:: Previous releases - + .. dropdown:: |cryptox| 1.0.0 - April 25, 2024 Version 1.0.0 brings feature parity with |mw-gen2|, fixes multiple bugs and improves the overall user experience. @@ -176,23 +176,30 @@ Wallets |mw-gen2| for Android --------------------- - March 20, 2024 + June 26, 2024 - Version 1.5.1 fixes the following issues: + Version 1.6.0 removed shielding. You can still enable and see your shielded balance and history, but to unshield the funds |cryptox| must be used. - - Changing the restake preference is no longer blocked when the validator's stake is below minimum stake threshold. + Also fixed sending WalletConnect transaction with 0 energy if its payload is too large. - - The token lookup failed if the balance or metadata is not available for any token. This has changed so the lookup only fails if the balance or metadata is missing for all tokens. - - Now possible to search for CIS-2 token by ID on contracts with lots of tokens. Search for token ID will now return the result if the token ID is exactly the same as existing one in the contract. This is mainly to support adding tokens from contracts that have a large number of tokens. + .. dropdown:: Previous releases - - Correct environment value now written to the key export file + .. dropdown:: |mw-gen2| 1.5.1 - March 20, 2024 + + Version 1.5.1 fixes the following issues: - - It was not possible to edit validator pool commission rates in locales with comma decimal separator; this is now possible. + - Changing the restake preference is no longer blocked when the validator's stake is below minimum stake threshold. - - When managing CIS-2 tokens all tokens were removed when only unselecting the visible ones; this has been fixed + - The token lookup failed if the balance or metadata is not available for any token. This has changed so the lookup only fails if the balance or metadata is missing for all tokens. - .. dropdown:: Previous releases + - Now possible to search for CIS-2 token by ID on contracts with lots of tokens. Search for token ID will now return the result if the token ID is exactly the same as existing one in the contract. This is mainly to support adding tokens from contracts that have a large number of tokens. + + - Correct environment value now written to the key export file + + - It was not possible to edit validator pool commission rates in locales with comma decimal separator; this is now possible. + + - When managing CIS-2 tokens all tokens were removed when only unselecting the visible ones; this has been fixed .. dropdown:: |mw-gen2| 1.5.0 - November 28, 2023 From 4f0d10fd797b8dc8b523a9d78ee6e555524c53e9 Mon Sep 17 00:00:00 2001 From: Oleg Koretsky <oko@concordium.com> Date: Thu, 27 Jun 2024 14:29:40 +0300 Subject: [PATCH 3/5] Add Android legacy wallet 3.3.0 notes --- source/mainnet/net/release-notes/release-notes-lp.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/source/mainnet/net/release-notes/release-notes-lp.rst b/source/mainnet/net/release-notes/release-notes-lp.rst index efc77d7013..4571cf6128 100644 --- a/source/mainnet/net/release-notes/release-notes-lp.rst +++ b/source/mainnet/net/release-notes/release-notes-lp.rst @@ -673,12 +673,18 @@ Desktop Wallet |mw-gen1| for Android --------------------- - December 1, 2023 + June 26, 2024 + + Version 3.3.0 removes shielding. You can still enable and see your shielded balance and history, but to unshield the funds |cryptox| must be used. - |mw-gen1| 3.2.1 implements the renaming of bakers to validators throughout the wallet. The other changes related to Concordium's tokenomics updates have also been applied. Note that in the |mw-gen1| wallet staking pool commissions are locked at 10%. If you have a staking pool and you want to change your commissions, you must migrate to |mw-gen2| or |bw|. For information about how to migrate, see the :ref:`FAQ<wallet-migrate>` for |mw-gen2|. + Also, the app now suggests installing |cryptox|. No need to create a new wallet – just import your backup file into |cryptox|, and you're good to go! .. dropdown:: Previous releases + .. dropdown:: 3.2.1 - December 1, 2023 + + 3.2.1 implements the renaming of bakers to validators throughout the wallet. The other changes related to Concordium's tokenomics updates have also been applied. Note that in the |mw-gen1| wallet staking pool commissions are locked at 10%. If you have a staking pool and you want to change your commissions, you must migrate to |mw-gen2| or |bw|. For information about how to migrate, see the :ref:`FAQ<wallet-migrate>` for |mw-gen2|. + .. dropdown:: 3.2.0 - February 6, 2023 In version 3.2.0 we changed the text in the "Suggest update" alert to suggest that the user update to the |mw-gen2| so it matches the download button. From ebee36000278a481a074da72e0ea5e2a3ce01fbd Mon Sep 17 00:00:00 2001 From: Oleg Koretsky <oko@concordium.com> Date: Thu, 27 Jun 2024 15:06:00 +0300 Subject: [PATCH 4/5] Please the linter --- source/mainnet/net/release-notes/release-notes-lp.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/mainnet/net/release-notes/release-notes-lp.rst b/source/mainnet/net/release-notes/release-notes-lp.rst index 4571cf6128..b8b83edbfa 100644 --- a/source/mainnet/net/release-notes/release-notes-lp.rst +++ b/source/mainnet/net/release-notes/release-notes-lp.rst @@ -182,11 +182,10 @@ Wallets Also fixed sending WalletConnect transaction with 0 energy if its payload is too large. - .. dropdown:: Previous releases .. dropdown:: |mw-gen2| 1.5.1 - March 20, 2024 - + Version 1.5.1 fixes the following issues: - Changing the restake preference is no longer blocked when the validator's stake is below minimum stake threshold. From 576188bee70479059937d0864fc2c12b3bd7b815 Mon Sep 17 00:00:00 2001 From: Oleg Koretsky <oleg@radiokot.com.ua> Date: Thu, 27 Jun 2024 16:24:20 +0300 Subject: [PATCH 5/5] Apply suggestions from code review Co-authored-by: Thomas Dinsdale-Young <td202@users.noreply.github.com> --- source/mainnet/net/release-notes/release-notes-lp.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/mainnet/net/release-notes/release-notes-lp.rst b/source/mainnet/net/release-notes/release-notes-lp.rst index b8b83edbfa..9f5d3b0ea2 100644 --- a/source/mainnet/net/release-notes/release-notes-lp.rst +++ b/source/mainnet/net/release-notes/release-notes-lp.rst @@ -178,9 +178,9 @@ Wallets June 26, 2024 - Version 1.6.0 removed shielding. You can still enable and see your shielded balance and history, but to unshield the funds |cryptox| must be used. + Version 1.6.0 removes shielding. You can still see your shielded balance and history, but to unshield the funds |cryptox| must be used. - Also fixed sending WalletConnect transaction with 0 energy if its payload is too large. + This version also fixes sending WalletConnect transaction with 0 energy if its payload is too large. .. dropdown:: Previous releases @@ -674,7 +674,7 @@ Desktop Wallet June 26, 2024 - Version 3.3.0 removes shielding. You can still enable and see your shielded balance and history, but to unshield the funds |cryptox| must be used. + Version 3.3.0 removes shielding. You can still see your shielded balance and history, but to unshield the funds |cryptox| must be used. Also, the app now suggests installing |cryptox|. No need to create a new wallet – just import your backup file into |cryptox|, and you're good to go!