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

Factor Response into apdu module; improved debugging #32

Merged
merged 1 commit into from
Nov 26, 2019

Conversation

tarcieri
Copy link
Collaborator

This commit merges the apdu and response modules: the responses are APDU responses, and so the two are related.

This also moves the trace logging into the APDU type, which allows it to display Debug output for APDUs and responses, which makes it easier to understand what's going on (and will be even better once instructions are converted into an enum so you can actually see what's happening).

This commit merges the `apdu` and `response` modules: the responses are
APDU responses, and so the two are related.

This also moves the `trace` logging into the APDU type, which allows it
to display `Debug` output for APDUs and responses, which makes it easier
to understand what's going on (and will be even better once instructions
are converted into an enum so you can actually see what's happening).
@tarcieri tarcieri force-pushed the factor-responses-into-apdu-module branch from 7151308 to d3af2f2 Compare November 26, 2019 17:15
@tarcieri tarcieri merged commit 3fa5555 into develop Nov 26, 2019
@tarcieri tarcieri deleted the factor-responses-into-apdu-module branch November 26, 2019 17:26
@tarcieri tarcieri mentioned this pull request Dec 2, 2019
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.

1 participant