Skip to content

Commit edf4dbc

Browse files
authored
Merge pull request #1332 from Concordium/Replace-mention-of-Nano-S-with-Ledger-device
Deleted mentioning of Nano S in various files throughout documentation
2 parents f4a721e + 4b86c2e commit edf4dbc

17 files changed

+38
-56
lines changed

source/mainnet/docs/desktop-wallet/create-credentials-file.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Create and export a file with credentials
2828

2929
#. On the LEDGER device press both buttons to open the Concordium application. There's a message saying **Concordium is ready**.
3030

31-
#. In the Desktop Wallet, there's a message saying **Ledger Nano S is ready** or **Ledger Nano S Plus is ready**. Select **Submit**.
31+
#. In the Desktop Wallet, there's a message saying **Ledger device is ready**. Select **Submit**.
3232

3333
#. Press both buttons to confirm the following on the LEDGER device:
3434

source/mainnet/docs/desktop-wallet/install-ledger-app.rst

+10-29
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The LEDGER device will generate the unique 24-word recovery phrase that is used
3838

3939
#. Download and install **Ledger Live**. For information on how to do this, see `Ledger's documentation <https://www.ledger.com/ledger-live/download>`_. You’ll only need Ledger Live when you set up the LEDGER device and update the firmware.
4040

41-
#. Open **Ledger Live**, select **Get started**, and then select **Nano S** or **Nano S Plus**.
41+
#. Open **Ledger Live**, select **Get started**, and then select **Ledger device**.
4242

4343
#. Follow the on-screen setup instructions to set up your PIN code on the LEDGER device.
4444

@@ -48,30 +48,24 @@ The LEDGER device will generate the unique 24-word recovery phrase that is used
4848

4949
Make sure that you write down the recovery phrase precisely as displayed and in the correct order. The recovery phrase is the only backup of your private keys.
5050

51-
Once you've set up the LEDGER device, you must check that it's running the proper firmware version for your device. The Concordium LEDGER App currently supports LEDGER firmware version 2.1.0 for the LEDGER NANO S and 1.0.3 for LEDGER NANO S PLUS.
51+
Once you've set up the LEDGER device, you must check that it's running the proper firmware version for your device. The Concordium LEDGER App currently supports LEDGER firmware version 1.0.3 for LEDGER NANO S PLUS.
5252

5353
Update the LEDGER device firmware
5454
---------------------------------
5555

56-
.. Note::
57-
58-
LEDGER firmware version 2.0.0 is no longer supported for the LEDGER NANO S.
59-
60-
To find out which firmware version the LEDGER device is running, do the following:
56+
To update the LEDGER device firmware, do the following:
6157

6258
#. On the LEDGER device press both buttons for a little while until the Settings icon appears. Press both buttons to enter the Settings menu.
6359

64-
#. On the **NANO S PLUS** press both buttons on the **General** menu item.
60+
#. Press both buttons on the **General** menu item.
6561

6662
#. Press the right button to navigate to **Firmware version**.
6763

6864
#. Press both buttons to view the **Secure Element** version.
6965

70-
- For **NANO S**, if it says **2.1.0**, you dont have to update the firmware. If there’s a lower version number, you’ll have to update the firmware.
66+
- I it says **1.1.0**, you don't have to update the firmware. If there’s a lower version number, you’ll have to update the firmware.
7167

72-
- For **NANO S PLUS**, if it says **1.1.0**, you don't have to update the firmware. If there’s a lower version number, you’ll have to update the firmware.
73-
74-
For details on how to update the LEDGER firmware, see `LEDGER NANO S guide <https://support.ledger.com/hc/en-us/articles/360002731113-Update-Ledger-Nano-S-firmware>`_ or `LEDGER NANO S PLUS guide <https://support.ledger.com/hc/en-us/articles/4445777839901-Update-Ledger-Nano-S-Plus-firmware?docs=true>`_.
68+
For details on how to update the LEDGER firmware, see `LEDGER NANO S PLUS guide <https://support.ledger.com/hc/en-us/articles/4445777839901-Update-Ledger-Nano-S-Plus-firmware?docs=true>`_.
7569

7670
.. _Ledger-downloads:
7771

@@ -80,9 +74,7 @@ Ledger packages
8074

8175
Once you have updated the firmware version, you can download the LEDGER app:
8276

83-
- For LEDGER NANO S, `download the Concordium LEDGER App 1.1.0 for LEDGER firmware version 2.1.0 <https://s3.eu-west-1.amazonaws.com/distribution.mainnet.concordium.software/tools/concordium-governance-ledger-app-1.1.0-nanos-2.1.0.zip>`_
84-
85-
- For LEDGER NANO S PLUS, `download the Concordium LEDGER App 1.1.0 for LEDGER firmware version 1.1.0 <https://s3.eu-west-1.amazonaws.com/distribution.mainnet.concordium.software/tools/concordium-governance-ledger-app-1.1.0-nanos-plus-.zip>`_
77+
`Dwnload the Concordium LEDGER App 1.1.0 for LEDGER firmware version 1.1.0 <https://s3.eu-west-1.amazonaws.com/distribution.mainnet.concordium.software/tools/concordium-governance-ledger-app-1.1.0-nanos-plus-.zip>`_
8678

8779
When installing the certificate, ensure that the public key of the certificate is :substitution-code:`|ledger-app-public-key|`.
8880

@@ -128,11 +120,6 @@ Restart your computer, and then confirm that Python and Pip were installed.
128120
129121
$pip --version
130122
131-
#. To install Python tools for the LEDGER NANO S, enter
132-
133-
.. code-block:: console
134-
135-
$pip install ledgerblue
136123
137124
Install the custom certificate on Windows
138125
-----------------------------------------
@@ -149,9 +136,7 @@ You now have to install a custom certificate on the LEDGER device to ensure that
149136

150137
#. Now you need to start recovery mode on the LEDGER device.
151138

152-
- On the **NANO S**, press the *right* button and hold it down while you reconnect the LEDGER device to the computer until the LEDGER device says **recovery**.
153-
154-
- On the **NANO S PLUS**, press the *left* button and hold it down while you reconnect the LEDGER device to the computer. Navigate to **Recovery mode** and press both buttons to enter **recovery mode**.
139+
- On the LEDGER device, press the *left* button and hold it down while you reconnect the LEDGER device to the computer. Navigate to **Recovery mode** and press both buttons to enter **recovery mode**.
155140

156141
#. Enter your PIN code.
157142

@@ -249,9 +234,7 @@ You now have to install a custom certificate to ensure that the LEDGER device tr
249234

250235
#. Now you need to start recovery mode on the LEDGER device.
251236

252-
- On the **NANO S**, press the *right* button and hold it down while you reconnect the LEDGER device to the computer. The LEDGER device says **recovery mode**.
253-
254-
- On the **NANO S PLUS**, press the *left* button and hold it down while you reconnect the LEDGER device to the computer. Navigate to **Recovery mode** and press both buttons to enter **recovery mode**.
237+
- On the LEDGER device, press the *left* button and hold it down while you reconnect the LEDGER device to the computer. Navigate to **Recovery mode** and press both buttons to enter **recovery mode**.
255238

256239
#. Enter your PIN code.
257240

@@ -382,9 +365,7 @@ You now have to install a custom certificate to ensure that the LEDGER device tr
382365

383366
#. Now you need to start recovery mode on the LEDGER device.
384367

385-
- On the **Nano S**, press the *right* button and hold it down while you reconnect the LEDGER device to the computer. The LEDGER device says **recovery mode**.
386-
387-
- On the **Nano S Plus**, press the *left* button and hold it down while you reconnect the LEDGER device to the computer. Navigate to **Recovery mode** and press both buttons to enter **recovery mode**.
368+
- On the LEDGER device, press the *left* button and hold it down while you reconnect the LEDGER device to the computer. Navigate to **Recovery mode** and press both buttons to enter **recovery mode**.
388369

389370
#. Enter your PIN code.
390371

source/mainnet/docs/desktop-wallet/multisig-simple-transfer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Generate and sign the transaction proposal on the LEDGER device
6767

6868
#. Connect the LEDGER device to the computer if you haven't done so already. There’s a message saying **Waiting for device. Please connect your Ledger**.
6969

70-
#. Enter your PIN code on the LEDGER device. Press the buttons above the up and down arrows to choose a digit, and then press both buttons to select the digit. Press the right button to navigate to the **Concordium** app, and then press both buttons to open the app. The LEDGER device says **Concordium is ready**. Wait for the message in the Desktop Wallet saying **Ledger Nano S is ready** or **Ledger Nano S Plus is ready**.
70+
#. Enter your PIN code on the LEDGER device. Press the buttons above the up and down arrows to choose a digit, and then press both buttons to select the digit. Press the right button to navigate to the **Concordium** app, and then press both buttons to open the app. The LEDGER device says **Concordium is ready**. Wait for the message in the Desktop Wallet saying **Ledger device is ready**.
7171

7272
#. In the Desktop Wallet, verify that the **Transaction details** are as you intended, and then select **I am sure that the proposed changes are correct**. (If you're not on the proposal page, go to **Multi Signature Transactions** -> **Your proposed transactions**, and then select the proposal you want to sign.)
7373

source/mainnet/docs/desktop-wallet/sign-transaction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Import and sign a proposal
1818

1919
The proposal is displayed, and you can see the security details, which include the identicon and the digest to sign, the transaction details, and the status of the LEDGER device. The transaction details will vary depending on the type of transaction.
2020

21-
#. If you haven't connected the LEDGER device yet, there's a message saying **Waiting for device. Please connect your Ledger**. Connect the LEDGER device to the computer and enter the PIN code on the LEDGER device. The Desktop Wallet says **Ledger Nano S is ready** or **Ledger Nano S Plus is ready**.
21+
#. If you haven't connected the LEDGER device yet, there's a message saying **Waiting for device. Please connect your Ledger**. Connect the LEDGER device to the computer and enter the PIN code on the LEDGER device. The Desktop Wallet says **Ledger device is ready**.
2222

2323
#. Verify that the transaction details are correct and match the information in the PDF you received. Once you're certain the information is correct, select the following in the: **The transaction details are correct**, **The identicon matches the one received exactly**, and **The hash matches the one received exactly**.
2424

source/mainnet/docs/guides/add-delegation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ When you delegate some stake to a staking pool, it can influence the chances of
7373

7474
#. A message says **Waiting for device. Please connect your Ledger**. Connect the LEDGER device to the computer and enter your PIN on the LEDGER device.
7575

76-
#. Press the right button to navigate to the **Concordium** app, and then press both buttons to open the app. The LEDGER device says **Concordium is ready**. Wait for the message **Ledger Nano S is ready** or **Ledger Nano S Plus is ready** in the Desktop Wallet and select **Submit**.
76+
#. Press the right button to navigate to the **Concordium** app, and then press both buttons to open the app. The LEDGER device says **Concordium is ready**. Wait for the message **Ledger device is ready** in the Desktop Wallet and select **Submit**.
7777

7878
#. On the LEDGER device, a message says **Review transaction**. Verify that the sender account is correct and navigate to the right. Verify that the LEDGER device shows the correct amount to delegate and navigate to the right. Verify that the restake preference is correct and navigate to the right. Verify that the delegation target is correct and navigate to the right.
7979

@@ -111,7 +111,7 @@ When you delegate some stake to a staking pool, it can influence the chances of
111111

112112
#. If you haven't connected the LEDGER device, there's a message in the Desktop Wallet saying **Waiting for connection** until you connect the LEDGER device. Enter your PIN code on the LEDGER device. Press the buttons above the up and down arrows to choose a digit, and then press both buttons to select the digit.
113113

114-
#. Wait for the message in the Desktop Wallet saying **Open the Concordium application on your Ledger Nano S** or **Open the Concordium application on your Ledger Nano S Plus**. On the LEDGER device, press the right button to navigate to the Concordium app, and then press both buttons to open the app. The LEDGER device says **Concordium is ready**. Wait for the message in the Desktop Wallet saying LEDGER device is ready.
114+
#. Wait for the message in the Desktop Wallet saying **Open the Concordium application on your Ledger device**. On the LEDGER device, press the right button to navigate to the Concordium app, and then press both buttons to open the app. The LEDGER device says **Concordium is ready**. Wait for the message in the Desktop Wallet saying LEDGER device is ready.
115115

116116
#. In the Desktop Wallet, Verify that the **Transaction details** are as you intended, select **I am sure that the proposed changes are correct**, and then select **Generate and Sign**.
117117

source/mainnet/docs/guides/create-account.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To learn more about identities and accounts, see :ref:`Identities <reference-id-
7070

7171
7. Connect your LEDGER device if you haven't done so already, and enter your PIN code. Press the up and down arrows to choose a digit, and then press both buttons to select the digit. The LEDGER device says **Concordium is ready**.
7272

73-
8. Wait for the message in the Desktop Wallet saying **Ledger Nano S is ready** or **Ledger Nano S Plus is ready** and select **Submit**.
73+
8. Wait for the message in the Desktop Wallet saying **Ledger device is ready** and select **Submit**.
7474

7575
9. You now have to confirm the following on the LEDGER device:
7676

source/mainnet/docs/guides/create-identity.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To learn more about identities and accounts, see :ref:`Identities <reference-id-
6161

6262
#. In the Desktop Wallet, there's a message asking you to open the Concordium application on the LEDGER device. On the LEDGER device, press both buttons when it says **Concordium**. The LEDGER device says **Concordium is ready**.
6363

64-
#. In the Desktop Wallet there's a message saying **Ledger Nano S is ready** or **Ledger Nano S Plus is ready**. Select **Submit**.
64+
#. In the Desktop Wallet there's a message saying **Ledger device is ready**. Select **Submit**.
6565

6666
#. Press both buttons to confirm the following on the LEDGER device:
6767

source/mainnet/docs/guides/deciding-wallet.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Wallet Backups
4848
What are the requirements for each wallet?
4949
==========================================
5050

51-
- Desktop Wallet: A computer running Windows, macOS, or Linux, and a LEDGER NANO S or LEDGER NANO S PLUS.
51+
- Desktop Wallet: A computer running Windows, macOS, or Linux, and a LEDGER NANO S PLUS.
5252
- |bw|: A device running one of the supported Chromium internet browsers (Chrome, Opera, Brave, Edge) with the |bw| extension installed.
5353
- |cryptox|: An iPhone running iOS 15 or later or an Android phone running Android 8 or later.
5454

source/mainnet/docs/guides/multisig-transfer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Generate and sign the transaction proposal on the LEDGER device
145145

146146
#. Connect the LEDGER device to the computer if you haven't done so already. There’s a message saying **Waiting for device. Please connect your Ledger**.
147147

148-
#. Enter your PIN code on the LEDGER device. Press the buttons above the up and down arrows to choose a digit, and then press both buttons to select the digit. Press the right button to navigate to the **Concordium** app, and then press both buttons to open the app. The LEDGER device says **Concordium is ready**. Wait for the message in the Desktop Wallet saying **Ledger Nano S is ready** or **Ledger Nano S Plus is ready**.
148+
#. Enter your PIN code on the LEDGER device. Press the buttons above the up and down arrows to choose a digit, and then press both buttons to select the digit. Press the right button to navigate to the **Concordium** app, and then press both buttons to open the app. The LEDGER device says **Concordium is ready**. Wait for the message in the Desktop Wallet saying **Ledger device is ready**.
149149

150150
#. In the Desktop Wallet, verify that the **Transaction details** are as you intended, and then select **I am sure that the proposed changes are correct**. If you're not on the proposal page, go to **Multi Signature Transactions** -> **Your proposed transactions**, and then select the proposal you want to sign.
151151

source/mainnet/docs/guides/overview-desktop.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Set up the Desktop Wallet
77

88
The Concordium Desktop Wallet is a digital wallet that enables you to create and manage your Concordium identities, credentials, and accounts, and to create transactions such as sending CCD, adding a validator, and exporting and importing account information.
99

10-
The Desktop Wallet also supports storing of your private keys on a hardware device. Currently, the LEDGER NANO S, LEDGER NANO S Plus, and LEDGER Nano X are supported.
10+
The Desktop Wallet also supports storing of your private keys on a hardware device. Currently, LEDGER NANO S Plus and LEDGER Nano X are supported.
1111

1212
This topic contains an overview of each task you need to complete to set up and start using the Desktop Wallet. The guide assumes that you'll be using the Desktop Wallet in combination with a LEDGER device to generate and store keys and sign transactions.
1313

@@ -16,7 +16,7 @@ Before you start
1616

1717
Before you start, make sure you’ve completed the following steps:
1818

19-
- You’ve set up the `LEDGER Nano S <https://support.ledger.com/hc/en-us/articles/360000613793-Set-up-your-Ledger-Nano-S?docs=true>`_, `LEDGER Nano S Plus <https://support.ledger.com/hc/en-us/articles/4416927988625-Set-up-your-Ledger-Nano-S-Plus-?docs=true>`_, or the `LEDGER Nano X <https://support.ledger.com/hc/en-us/articles/360018784134-Set-up-your-Ledger-Nano-X?docs=true>`_ and you have saved your 24-word recovery phrase generated on the LEDGER securely. This is the only backup of your private keys, and you need it to access you accounts if you lose your LEDGER device.
19+
- You’ve set up the `LEDGER Nano S Plus <https://support.ledger.com/hc/en-us/articles/4416927988625-Set-up-your-Ledger-Nano-S-Plus-?docs=true>`_ or the `LEDGER Nano X <https://support.ledger.com/hc/en-us/articles/360018784134-Set-up-your-Ledger-Nano-X?docs=true>`_ and you have saved your 24-word recovery phrase generated on the LEDGER securely. This is the only backup of your private keys, and you need it to access you accounts if you lose your LEDGER device.
2020

2121
- You’ve downloaded `Ledger Live <https://www.ledger.com/ledger-live/download>`_.
2222

@@ -94,3 +94,4 @@ You do not need to take any additional technical steps—your private keys will
9494
.. |ledger-settings| image:: ../images/desktop-wallet/ledger-live-settings.png
9595
:alt: gear wheel on black background
9696
:width: 50px
97+

source/mainnet/docs/guides/remove-delegation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you remove the delegation, there is a :term:`cool-down period` before the amo
5656

5757
#. A message says **Waiting for device. Please connect your Ledger**. Connect the LEDGER device to the computer and enter your PIN on the LEDGER device.
5858

59-
#. Press the right button to navigate to the **Concordium** app, and then press both buttons to open the app. The LEDGER device says **Concordium is ready**. Wait for the message **Ledger Nano S is ready** or **Ledger Nano S Plus is ready** in the Desktop Wallet and select **Submit**.
59+
#. Press the right button to navigate to the **Concordium** app, and then press both buttons to open the app. The LEDGER device says **Concordium is ready**. Wait for the message **Ledger device is ready** in the Desktop Wallet and select **Submit**.
6060

6161
#. On the LEDGER device, a message says **Review transaction**. The LEDGER device shows **Stop delegation**. Navigate to the right.
6262

@@ -94,7 +94,7 @@ If you remove the delegation, there is a :term:`cool-down period` before the amo
9494

9595
#. If you haven't connected the LEDGER device, there's a message in the Desktop Wallet saying **Waiting for connection** until you connect the LEDGER device. Enter your PIN code on the LEDGER device. Press the buttons above the up and down arrows to choose a digit, and then press both buttons to select the digit.
9696

97-
#. Wait for the message in the Desktop Wallet saying **Open the Concordium application on your Ledger Nano S** or **Open the Concordium application on your Ledger Nano S Plus**. On the LEDGER device, press the right button to navigate to the Concordium app, and then press both buttons to open the app. The LEDGER device says **Concordium is ready**. Wait for the message in the Desktop Wallet saying LEDGER device is ready.
97+
#. Wait for the message in the Desktop Wallet saying **Open the Concordium application on your Ledger device**. On the LEDGER device, press the right button to navigate to the Concordium app, and then press both buttons to open the app. The LEDGER device says **Concordium is ready**. Wait for the message in the Desktop Wallet saying LEDGER device is ready.
9898

9999
#. In the Desktop Wallet, Verify that the **Transaction details** are as you intended, select **I am sure that the proposed changes are correct**, and then select **Generate and Sign**.
100100

0 commit comments

Comments
 (0)