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

Use serde #34

Merged
merged 12 commits into from
Nov 27, 2023
Merged

Use serde #34

merged 12 commits into from
Nov 27, 2023

Conversation

agrojean-ledger
Copy link
Contributor

  • Use serde + json for transaction deserialization instead of a custom implementation. Makes the app code simpler and encourages developers to reuse existing solutions.

  • Small improvements in APDU handling (for bad length error)

@agrojean-ledger agrojean-ledger requested review from yhql and removed request for yhql November 20, 2023 14:10
@yhql yhql requested a review from kingofpayne November 20, 2023 14:12
yogh333
yogh333 previously approved these changes Nov 20, 2023
Copy link
Contributor

@yogh333 yogh333 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok for me

Cargo.toml Outdated Show resolved Hide resolved
kingofpayne
kingofpayne previously approved these changes Nov 22, 2023
src/app_ui/sign.rs Outdated Show resolved Hide resolved
src/app_ui/sign.rs Outdated Show resolved Hide resolved
src/app_ui/sign.rs Outdated Show resolved Hide resolved
src/app_ui/sign.rs Outdated Show resolved Hide resolved
@kingofpayne kingofpayne self-requested a review November 27, 2023 16:16
@agrojean-ledger agrojean-ledger merged commit 3182781 into main Nov 27, 2023
26 checks passed
@agrojean-ledger agrojean-ledger deleted the use-serde branch November 27, 2023 16:23
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.

3 participants