Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BW 1.3.2 release #962

Merged
merged 5 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/mainnet/net/guides/export-import.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<recover-wallet>`. 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.
Expand Down
16 changes: 14 additions & 2 deletions source/mainnet/net/release-notes/release-notes-lp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,24 @@ 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.
- 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

.. 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.
Expand Down