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

Add 'offline' option to ledgerctl CLI install command. #73

Merged
merged 6 commits into from
Dec 6, 2023

Conversation

agrojean-ledger
Copy link
Contributor

@agrojean-ledger agrojean-ledger commented Oct 11, 2023

Add --offline option to the install CLI command to dump the APDU file instead of trying to install it to a physical device.

The target id is extracted from the manifest.

For rust apps

Next steps :

@agrojean-ledger agrojean-ledger force-pushed the add-installation-dump-option branch 3 times, most recently from a851c09 to 6507f53 Compare October 11, 2023 10:04
@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2023

Codecov Report

Attention: 117 lines in your changes are missing coverage. Please review.

Comparison is base (ca3debd) 0.00% compared to head (33d6c6d) 0.00%.

Files Patch % Lines
ledgerwallet/ledgerctl.py 0.00% 35 Missing ⚠️
ledgerwallet/utils.py 0.00% 31 Missing ⚠️
ledgerwallet/transport/file.py 0.00% 30 Missing ⚠️
ledgerwallet/crypto/scp.py 0.00% 10 Missing ⚠️
ledgerwallet/client.py 0.00% 6 Missing ⚠️
ledgerwallet/manifest.py 0.00% 3 Missing ⚠️
ledgerwallet/transport/__init__.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##           master     #73   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          20      21    +1     
  Lines        1255    1330   +75     
======================================
- Misses       1255    1330   +75     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yhql yhql removed their request for review October 16, 2023 12:24
Copy link

sonarcloud bot commented Dec 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@agrojean-ledger agrojean-ledger changed the title Add 'dump' option to ledgerctl CLI install command. Add 'offline' option to ledgerctl CLI install command. Dec 6, 2023
@agrojean-ledger agrojean-ledger merged commit b51a197 into master Dec 6, 2023
6 checks passed
@agrojean-ledger agrojean-ledger deleted the add-installation-dump-option branch December 6, 2023 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants