Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update ledger instructions (#6673)
Description --- Updated the ledger wallet build instructions to ensure it is still current. Motivation and Context --- See above. How Has This Been Tested? --- - nanosplus ``` docker run --rm -it -v ".:/app" -w /app/applications/minotari_ledger_wallet/wallet ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder cargo ledger build stax Finished release [optimized] target(s) in 37.50s text data bss dec hex filename 129488 0 11936 141424 22870 /app/applications/minotari_ledger_wallet/wallet/target/nanosplus/release/minotari_ledger_wallet Dumping APDU installation file to /app/applications/minotari_ledger_wallet/wallet/target/nanosplus/release/minotari_ledger_wallet.apdu ``` - stax ``` docker run --rm -it -v ".:/app" -w /app/applications/minotari_ledger_wallet/wallet ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder cargo ledger build stax Finished release [optimized] target(s) in 15.47s text data bss dec hex filename 177552 0 21012 198564 307a4 /app/applications/minotari_ledger_wallet/wallet/target/stax/release/minotari_ledger_wallet Dumping APDU installation file to /app/applications/minotari_ledger_wallet/wallet/target/stax/release/minotari_ledger_wallet.apdu ``` What process can a PR reviewer use to test or verify this change? --- <!-- Checklist --> <!-- 1. Is the title of your PR in the form that would make nice release notes? The title, excluding the conventional commit tag, will be included exactly as is in the CHANGELOG, so please think about it carefully. --> Breaking Changes --- - [x] None - [ ] Requires data directory on base node to be deleted - [ ] Requires hard fork - [ ] Other - Please specify <!-- Does this include a breaking change? If so, include this line as a footer --> <!-- BREAKING CHANGE: Description what the user should do, e.g. delete a database, resync the chain -->
- Loading branch information