From 03e9a17d0e1be6300e1b5d1e4189bdc3a2804d4b Mon Sep 17 00:00:00 2001 From: dg-concordium Date: Thu, 25 Jan 2024 10:49:41 +0100 Subject: [PATCH 1/3] BW 1.3.2 release --- source/mainnet/net/guides/export-import.rst | 2 ++ .../mainnet/net/release-notes/release-notes-lp.rst | 14 ++++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/source/mainnet/net/guides/export-import.rst b/source/mainnet/net/guides/export-import.rst index 90f2d4df31..660ab53660 100644 --- a/source/mainnet/net/guides/export-import.rst +++ b/source/mainnet/net/guides/export-import.rst @@ -201,6 +201,8 @@ How to back up and import Backup is not available in |mw-gen2| or |bw|. They use a secret recovery phrase to :ref:`recover your accounts, identities, and private keys`. You cannot import a backup from |mw-gen1| or Desktop Wallet to either |mw-gen2| or |bw|. + In |bw| you can view the secret recovery phrase in Wallet Settings if you need to write it down again. + .. note:: The option to view the secret recovery phrase is available in |mw-gen2| for Android version 1.3.0 or greater in the Wallet Settings |wallet-settings|. However you cannot simply upgrade to version 1.3.0 and use this feature. Instead, you must either create a new wallet or recover your wallet to be able to see this option in Wallet Settings. diff --git a/source/mainnet/net/release-notes/release-notes-lp.rst b/source/mainnet/net/release-notes/release-notes-lp.rst index c6b13fc1d3..327be194f1 100644 --- a/source/mainnet/net/release-notes/release-notes-lp.rst +++ b/source/mainnet/net/release-notes/release-notes-lp.rst @@ -167,12 +167,22 @@ Wallets |bw| ------------------------- - January 10, 2024 + January 29, 2024 - The EuroE token is now added to all accounts by default. + Version 1.3.2 includes several changes and bug fixes. + + The CIS-2 token lookup no longer blocks choosing a contract if looking up metadata or balance only fails for some tokens. + The missing date for delegation/validation stake decrease/stop has been restored. + Changing restake preference is no longer blocked when the validator is below minimum stake threshold. + `SendTransaction` in wallet-api now supports `bigint` as part of smart contract parameters, fixing an issue with using large numbers. + And users can view their secret recovery phrase in the wallet settings if they need to write it down again. .. dropdown:: Previous releases + .. dropdown:: |bw| 1.3.0 - January 10, 2024 + + The EuroE token is now added to all accounts by default. + .. dropdown:: |bw| 1.2.1 - November 21, 2023 |bw| 1.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. From d41554b1faac74933ee511e958c0b60922ba405d Mon Sep 17 00:00:00 2001 From: Danielle Gunter <95341910+dg-concordium@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:15:33 +0100 Subject: [PATCH 2/3] Update release-notes-lp.rst --- source/mainnet/net/release-notes/release-notes-lp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mainnet/net/release-notes/release-notes-lp.rst b/source/mainnet/net/release-notes/release-notes-lp.rst index 327be194f1..341e845e57 100644 --- a/source/mainnet/net/release-notes/release-notes-lp.rst +++ b/source/mainnet/net/release-notes/release-notes-lp.rst @@ -181,7 +181,7 @@ Wallets .. dropdown:: |bw| 1.3.0 - January 10, 2024 - The EuroE token is now added to all accounts by default. + The EUROe token is now added to all accounts by default. .. dropdown:: |bw| 1.2.1 - November 21, 2023 From 88ce743dec3c7e728cacdfb77e723ae9b62b45a6 Mon Sep 17 00:00:00 2001 From: Danielle Gunter <95341910+dg-concordium@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:13:58 +0100 Subject: [PATCH 3/3] Update release-notes-lp.rst --- .../mainnet/net/release-notes/release-notes-lp.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/source/mainnet/net/release-notes/release-notes-lp.rst b/source/mainnet/net/release-notes/release-notes-lp.rst index 341e845e57..5f31393a71 100644 --- a/source/mainnet/net/release-notes/release-notes-lp.rst +++ b/source/mainnet/net/release-notes/release-notes-lp.rst @@ -171,11 +171,13 @@ Wallets Version 1.3.2 includes several changes and bug fixes. - The CIS-2 token lookup no longer blocks choosing a contract if looking up metadata or balance only fails for some tokens. - The missing date for delegation/validation stake decrease/stop has been restored. - Changing restake preference is no longer blocked when the validator is below minimum stake threshold. - `SendTransaction` in wallet-api now supports `bigint` as part of smart contract parameters, fixing an issue with using large numbers. - And users can view their secret recovery phrase in the wallet settings if they need to write it down again. + - The CIS-2 token lookup no longer blocks choosing a contract if looking up metadata or balance only fails for some tokens. + - The missing date for delegation/validation stake decrease/stop has been restored. + - Changing restake preference is no longer blocked when the validator is below minimum stake threshold. + - `SendTransaction` in wallet-api now supports `bigint` as part of smart contract parameters, fixing an issue with using large numbers. + - Users can view their secret recovery phrase in the wallet settings if they need to write it down again. + - Fixed a crash when the value in stake field was larger than a 64 bit integer when updating the stake. + - Fixed an issue that would potentially block the wallet from loading or cause a crash if a third-party app blocked extensions. .. dropdown:: Previous releases