Skip to content

Commit a08a9c4

Browse files
Uses Ledger Nano Gen5 instead of Ledger Apex P where applicable
1 parent 9704149 commit a08a9c4

File tree

3 files changed

+63
-63
lines changed

3 files changed

+63
-63
lines changed

.github/workflows/build_and_tests.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -464,11 +464,11 @@ jobs:
464464
git config --global --add safe.directory "$GITHUB_WORKSPACE"
465465
git clean -dxf
466466
467-
- name: Build Apex P MimbleWimble Coin app
467+
- name: Build Nano Gen5 MimbleWimble Coin app
468468
run: |
469469
make DEBUG=1 BOLOS_SDK=$APEX_P_SDK CURRENCY=mimblewimble_coin
470470
471-
- name: Upload Apex P MimbleWimble Coin app
471+
- name: Upload Nano Gen5 MimbleWimble Coin app
472472
uses: actions/upload-artifact@v4
473473
with:
474474
name: app-debug-mimblewimble-coin-apexp
@@ -479,11 +479,11 @@ jobs:
479479
git config --global --add safe.directory "$GITHUB_WORKSPACE"
480480
git clean -dxf
481481
482-
- name: Build Apex P MimbleWimble Coin floonet app
482+
- name: Build Nano Gen5 MimbleWimble Coin floonet app
483483
run: |
484484
make DEBUG=1 BOLOS_SDK=$APEX_P_SDK CURRENCY=mimblewimble_coin_floonet
485485
486-
- name: Upload Apex P MimbleWimble Coin floonet app
486+
- name: Upload Nano Gen5 MimbleWimble Coin floonet app
487487
uses: actions/upload-artifact@v4
488488
with:
489489
name: app-debug-mimblewimble-coin-floonet-apexp
@@ -494,11 +494,11 @@ jobs:
494494
git config --global --add safe.directory "$GITHUB_WORKSPACE"
495495
git clean -dxf
496496
497-
- name: Build Apex P Grin app
497+
- name: Build Nano Gen5 Grin app
498498
run: |
499499
make DEBUG=1 BOLOS_SDK=$APEX_P_SDK CURRENCY=grin
500500
501-
- name: Upload Apex P Grin app
501+
- name: Upload Nano Gen5 Grin app
502502
uses: actions/upload-artifact@v4
503503
with:
504504
name: app-debug-grin-apexp
@@ -509,11 +509,11 @@ jobs:
509509
git config --global --add safe.directory "$GITHUB_WORKSPACE"
510510
git clean -dxf
511511
512-
- name: Build Apex P Grin testnet app
512+
- name: Build Nano Gen5 Grin testnet app
513513
run: |
514514
make DEBUG=1 BOLOS_SDK=$APEX_P_SDK CURRENCY=grin_testnet
515515
516-
- name: Upload Apex P Grin testnet app
516+
- name: Upload Nano Gen5 Grin testnet app
517517
uses: actions/upload-artifact@v4
518518
with:
519519
name: app-debug-grin-testnet-apexp
@@ -524,11 +524,11 @@ jobs:
524524
git config --global --add safe.directory "$GITHUB_WORKSPACE"
525525
git clean -dxf
526526
527-
- name: Build Apex P Epic Cash app
527+
- name: Build Nano Gen5 Epic Cash app
528528
run: |
529529
make DEBUG=1 BOLOS_SDK=$APEX_P_SDK CURRENCY=epic_cash
530530
531-
- name: Upload Apex P Epic Cash app
531+
- name: Upload Nano Gen5 Epic Cash app
532532
uses: actions/upload-artifact@v4
533533
with:
534534
name: app-debug-epic-cash-apexp
@@ -539,11 +539,11 @@ jobs:
539539
git config --global --add safe.directory "$GITHUB_WORKSPACE"
540540
git clean -dxf
541541
542-
- name: Build Apex P Epic Cash floonet app
542+
- name: Build Nano Gen5 Epic Cash floonet app
543543
run: |
544544
make DEBUG=1 BOLOS_SDK=$APEX_P_SDK CURRENCY=epic_cash_floonet
545545
546-
- name: Upload Apex P Epic Cash floonet app
546+
- name: Upload Nano Gen5 Epic Cash floonet app
547547
uses: actions/upload-artifact@v4
548548
with:
549549
name: app-debug-epic-cash-floonet-apexp
@@ -1015,7 +1015,7 @@ jobs:
10151015
git config --global --add safe.directory "$GITHUB_WORKSPACE"
10161016
git clean -dxf
10171017
1018-
- name: Build Apex P MimbleWimble Coin app with Clang Static Analyzer
1018+
- name: Build Nano Gen5 MimbleWimble Coin app with Clang Static Analyzer
10191019
run: |
10201020
scan-build --use-cc=clang -analyze-headers -enable-checker security -enable-checker unix -enable-checker valist -o scan-build --status-bugs make default BOLOS_SDK=$APEX_P_SDK CURRENCY=mimblewimble_coin
10211021
@@ -1030,7 +1030,7 @@ jobs:
10301030
git config --global --add safe.directory "$GITHUB_WORKSPACE"
10311031
git clean -dxf
10321032
1033-
- name: Build Apex P MimbleWimble Coin floonet app with Clang Static Analyzer
1033+
- name: Build Nano Gen5 MimbleWimble Coin floonet app with Clang Static Analyzer
10341034
run: |
10351035
scan-build --use-cc=clang -analyze-headers -enable-checker security -enable-checker unix -enable-checker valist -o scan-build --status-bugs make default BOLOS_SDK=$APEX_P_SDK CURRENCY=mimblewimble_coin_floonet
10361036
@@ -1045,7 +1045,7 @@ jobs:
10451045
git config --global --add safe.directory "$GITHUB_WORKSPACE"
10461046
git clean -dxf
10471047
1048-
- name: Build Apex P Grin app with Clang Static Analyzer
1048+
- name: Build Nano Gen5 Grin app with Clang Static Analyzer
10491049
run: |
10501050
scan-build --use-cc=clang -analyze-headers -enable-checker security -enable-checker unix -enable-checker valist -o scan-build --status-bugs make default BOLOS_SDK=$APEX_P_SDK CURRENCY=grin
10511051
@@ -1060,7 +1060,7 @@ jobs:
10601060
git config --global --add safe.directory "$GITHUB_WORKSPACE"
10611061
git clean -dxf
10621062
1063-
- name: Build Apex P Grin testnet app with Clang Static Analyzer
1063+
- name: Build Nano Gen5 Grin testnet app with Clang Static Analyzer
10641064
run: |
10651065
scan-build --use-cc=clang -analyze-headers -enable-checker security -enable-checker unix -enable-checker valist -o scan-build --status-bugs make default BOLOS_SDK=$APEX_P_SDK CURRENCY=grin_testnet
10661066
@@ -1075,7 +1075,7 @@ jobs:
10751075
git config --global --add safe.directory "$GITHUB_WORKSPACE"
10761076
git clean -dxf
10771077
1078-
- name: Build Apex P Epic Cash app with Clang Static Analyzer
1078+
- name: Build Nano Gen5 Epic Cash app with Clang Static Analyzer
10791079
run: |
10801080
scan-build --use-cc=clang -analyze-headers -enable-checker security -enable-checker unix -enable-checker valist -o scan-build --status-bugs make default BOLOS_SDK=$APEX_P_SDK CURRENCY=epic_cash
10811081
@@ -1090,7 +1090,7 @@ jobs:
10901090
git config --global --add safe.directory "$GITHUB_WORKSPACE"
10911091
git clean -dxf
10921092
1093-
- name: Build Apex P Epic Cash floonet app with Clang Static Analyzer
1093+
- name: Build Nano Gen5 Epic Cash floonet app with Clang Static Analyzer
10941094
run: |
10951095
scan-build --use-cc=clang -analyze-headers -enable-checker security -enable-checker unix -enable-checker valist -o scan-build --status-bugs make default BOLOS_SDK=$APEX_P_SDK CURRENCY=epic_cash_floonet
10961096
@@ -1956,7 +1956,7 @@ jobs:
19561956
run: |
19571957
kill -9 $(cat /tmp/speculos.pid)
19581958
1959-
- name: Download Apex P MimbleWimble Coin app
1959+
- name: Download Nano Gen5 MimbleWimble Coin app
19601960
uses: actions/download-artifact@v4
19611961
with:
19621962
name: app-debug-mimblewimble-coin-apexp
@@ -1968,7 +1968,7 @@ jobs:
19681968
echo $! >/tmp/speculos.pid
19691969
timeout 10 sh -c 'until nc -z 127.0.0.1 9999; do sleep 1; done'
19701970
1971-
- name: Run tests with Apex P MimbleWimble Coin app
1971+
- name: Run tests with Nano Gen5 MimbleWimble Coin app
19721972
run: |
19731973
node tests/functional_tests/main.js mimblewimble_coin speculos apexp
19741974
@@ -1983,7 +1983,7 @@ jobs:
19831983
run: |
19841984
kill -9 $(cat /tmp/speculos.pid)
19851985
1986-
- name: Download Apex P MimbleWimble Coin floonet app
1986+
- name: Download Nano Gen5 MimbleWimble Coin floonet app
19871987
uses: actions/download-artifact@v4
19881988
with:
19891989
name: app-debug-mimblewimble-coin-floonet-apexp
@@ -1995,7 +1995,7 @@ jobs:
19951995
echo $! >/tmp/speculos.pid
19961996
timeout 10 sh -c 'until nc -z 127.0.0.1 9999; do sleep 1; done'
19971997
1998-
- name: Run tests with Apex P MimbleWimble Coin floonet app
1998+
- name: Run tests with Nano Gen5 MimbleWimble Coin floonet app
19991999
run: |
20002000
node tests/functional_tests/main.js mimblewimble_coin_floonet speculos apexp
20012001
@@ -2010,7 +2010,7 @@ jobs:
20102010
run: |
20112011
kill -9 $(cat /tmp/speculos.pid)
20122012
2013-
- name: Download Apex P Grin app
2013+
- name: Download Nano Gen5 Grin app
20142014
uses: actions/download-artifact@v4
20152015
with:
20162016
name: app-debug-grin-apexp
@@ -2022,7 +2022,7 @@ jobs:
20222022
echo $! >/tmp/speculos.pid
20232023
timeout 10 sh -c 'until nc -z 127.0.0.1 9999; do sleep 1; done'
20242024
2025-
- name: Run tests with Apex P Grin app
2025+
- name: Run tests with Nano Gen5 Grin app
20262026
run: |
20272027
node tests/functional_tests/main.js grin speculos apexp
20282028
@@ -2037,7 +2037,7 @@ jobs:
20372037
run: |
20382038
kill -9 $(cat /tmp/speculos.pid)
20392039
2040-
- name: Download Apex P Grin testnet app
2040+
- name: Download Nano Gen5 Grin testnet app
20412041
uses: actions/download-artifact@v4
20422042
with:
20432043
name: app-debug-grin-testnet-apexp
@@ -2049,7 +2049,7 @@ jobs:
20492049
echo $! >/tmp/speculos.pid
20502050
timeout 10 sh -c 'until nc -z 127.0.0.1 9999; do sleep 1; done'
20512051
2052-
- name: Run tests with Apex P Grin testnet app
2052+
- name: Run tests with Nano Gen5 Grin testnet app
20532053
run: |
20542054
node tests/functional_tests/main.js grin_testnet speculos apexp
20552055
@@ -2064,7 +2064,7 @@ jobs:
20642064
run: |
20652065
kill -9 $(cat /tmp/speculos.pid)
20662066
2067-
- name: Download Apex P Epic Cash app
2067+
- name: Download Nano Gen5 Epic Cash app
20682068
uses: actions/download-artifact@v4
20692069
with:
20702070
name: app-debug-epic-cash-apexp
@@ -2076,7 +2076,7 @@ jobs:
20762076
echo $! >/tmp/speculos.pid
20772077
timeout 10 sh -c 'until nc -z 127.0.0.1 9999; do sleep 1; done'
20782078
2079-
- name: Run tests with Apex P Epic Cash app
2079+
- name: Run tests with Nano Gen5 Epic Cash app
20802080
run: |
20812081
node tests/functional_tests/main.js epic_cash speculos apexp
20822082
@@ -2091,7 +2091,7 @@ jobs:
20912091
run: |
20922092
kill -9 $(cat /tmp/speculos.pid)
20932093
2094-
- name: Download Apex P Epic Cash floonet app
2094+
- name: Download Nano Gen5 Epic Cash floonet app
20952095
uses: actions/download-artifact@v4
20962096
with:
20972097
name: app-debug-epic-cash-floonet-apexp
@@ -2103,7 +2103,7 @@ jobs:
21032103
echo $! >/tmp/speculos.pid
21042104
timeout 10 sh -c 'until nc -z 127.0.0.1 9999; do sleep 1; done'
21052105
2106-
- name: Run tests with Apex P Epic Cash floonet app
2106+
- name: Run tests with Nano Gen5 Epic Cash floonet app
21072107
run: |
21082108
node tests/functional_tests/main.js epic_cash_floonet speculos apexp
21092109

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# MimbleWimble Coin (MWC) and MimbleWimble Coin-like cryptocurrencies Ledger hardware wallet apps
22

33
### Description
4-
MimbleWimble Coin (MWC) and MimbleWimble Coin-like cryptocurrencies apps for Ledger Nano S, Ledger Nano X, Ledger Nano S Plus, Ledger Stax, Ledger Flex, and Ledger Apex P hardware wallets.
4+
MimbleWimble Coin (MWC) and MimbleWimble Coin-like cryptocurrencies apps for Ledger Nano S, Ledger Nano X, Ledger Nano S Plus, Ledger Stax, Ledger Flex, and Ledger Nano Gen5 hardware wallets.
55

6-
These apps can be installed onto Ledger Nano S, Ledger Nano S Plus, Ledger Stax, Ledger Flex, and Ledger Apex P hardware wallets by going [here](https://htmlpreview.github.io/?https://github.com/NicolasFlamel1/Ledger-MimbleWimble-Coin/blob/master/tools/installer/index.html) with a web browser that supports [WebUSB](https://caniuse.com/webusb).
6+
These apps can be installed onto Ledger Nano S, Ledger Nano S Plus, Ledger Stax, Ledger Flex, and Ledger Nano Gen5 hardware wallets by going [here](https://htmlpreview.github.io/?https://github.com/NicolasFlamel1/Ledger-MimbleWimble-Coin/blob/master/tools/installer/index.html) with a web browser that supports [WebUSB](https://caniuse.com/webusb).
77

88
Ledger Live Desktop and Ledger Live Mobile with MimbleWimble Coin (MWC) and MimbleWimble Coin-like cryptocurrencies support can be downloaded [here](https://github.com/NicolasFlamel1/ledger-live/releases).
99

1010
### Building
11-
Building these apps requires setting up a Ledger Nano S, Ledger Nano X, Ledger Nano S Plus, Ledger Stax, Ledger Flex, or Ledger Apex P build environment. The following steps describe how to do this on Linux.
11+
Building these apps requires setting up a Ledger Nano S, Ledger Nano X, Ledger Nano S Plus, Ledger Stax, Ledger Flex, or Ledger Nano Gen5 build environment. The following steps describe how to do this on Linux.
1212

1313
Install dependencies:
1414
```
1515
sudo apt install libc6-dev gcc-multilib g++-multilib
1616
```
17-
Download the Ledger Nano S SDK, Ledger Nano X SDK, Ledger Nano S Plus SDK, Ledger Stax SDK, Ledger Flex SDK, and/or Ledger Apex P SDK:
17+
Download the Ledger Nano S SDK, Ledger Nano X SDK, Ledger Nano S Plus SDK, Ledger Stax SDK, Ledger Flex SDK, and/or Ledger Apex P (Nano Gen5) SDK:
1818
```
1919
git clone https://github.com/LedgerHQ/ledger-secure-sdk.git
2020
mv ledger-secure-sdk nanos-secure-sdk
@@ -98,7 +98,7 @@ make CURRENCY=mimblewimble_coin
9898
make CURRENCY=grin
9999
make CURRENCY=epic_cash
100100
```
101-
The MimbleWimble Coin and MimbleWimble Coin-like cryptocurrencies apps can be installed onto Ledger Nano S, Ledger Nano S Plus, Ledger Stax, Ledger Flex, and Ledger Apex P hardware wallets with the following commands:
101+
The MimbleWimble Coin and MimbleWimble Coin-like cryptocurrencies apps can be installed onto Ledger Nano S, Ledger Nano S Plus, Ledger Stax, Ledger Flex, and Ledger Nano Gen5 hardware wallets with the following commands:
102102
```
103103
make load CURRENCY=mimblewimble_coin
104104
make load CURRENCY=grin

0 commit comments

Comments
 (0)