-
Notifications
You must be signed in to change notification settings - Fork 19
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
App update #42
App update #42
Conversation
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
4c840e3
to
1fcc8a3
Compare
1fcc8a3
to
323f28a
Compare
323f28a
to
23331d9
Compare
- Delete header file common with sdk - Rename few files to avoid name conflict with sdk
- Add utils module - Add generic navigate function - Fix get_public_key with correct returned length - Add get_public_key returned value check (with chain code) - Add get_public_key with confirmation - Add get_public_key new tests with 'accepted' and 'rejected' - Add get_public_key new screenshots - Add get_configuration test to check the returned version - Add sign_valid_tx returned signature check - Add sign_tx new tests with 'rejected' - Cleanup sign function
- This was in a previously approved but not merged PR (#23)
23331d9
to
48968dc
Compare
# XRP Wallet App for Ledger Nano S and Ledger Nano X | ||
# XRP Wallet App for Ledger devices | ||
|
||
[![Ensure compliance with Ledger guidelines](https://github.com/LedgerHQ/app-flow/actions/workflows/guidelines_enforcer.yml/badge.svg)](https://github.com/LedgerHQ/app-flow/actions/workflows/guidelines_enforcer.yml) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Badges should point to /app-xrp/ instead of /app-flow/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you open a PR to fix it ? I'll do it otherwise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done #47
Update the repository:
Makefile
to default Ledger standardglyphs
, already present in SDKragger
testsutils
module with genericnavigate
functionget_public_key
chain_code
)get_configuration
test to check the returned versionsign_valid_tx