-
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
Ledger/Speculos TCP APDU transport #288
Conversation
Code Climate has analyzed commit 72bca5e and detected 1 issue on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 47.1% (0.0% change). View more on Code Climate. |
Deploying with Cloudflare Pages
|
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.
on a high level, the documentation is accurate and the behaviour is correct. thank you for the speculos backend support @e-asphyx !
just wanted to double check that the removal of BlockSize from the devices' infos was an intentional change and not by mistake, seems unrelated to the PR. tested on Ledger X, S, and SP.
my first look at the code base, so, please take my comments with a grain of salt. passing around the ctx context as a parameter maybe a classic situation for dependency injection.
lastly, I just noticed, there is a failing check, code climate. max number of returns exceeded
No description provided.