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

BC2A-1408: Remove duplicate base64_encode #44

Closed
wants to merge 3 commits into from

Conversation

cedelavergne-ledger
Copy link

@cedelavergne-ledger cedelavergne-ledger commented Oct 31, 2023

Function base64_encode was duplicated between the App itself and the zxlib dependency. This PR allows to clean up the code:

  • Remove the redundant App code
  • Fix the parameters order in the function calls
  • Fix cpp_test dependencies
  • Update the version

In addition, this PR fixes the Stax compilation, which fails with latest SDK

Note: The build fails on the latest NanoS SDK, because of macro redefinition: UNUSED

fbeutin-ledger
fbeutin-ledger previously approved these changes Nov 27, 2023
Copy link

@fbeutin-ledger fbeutin-ledger left a comment

Choose a reason for hiding this comment

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

Don't forget to ping Zondax about this :)

@cedelavergne-ledger cedelavergne-ledger force-pushed the cev/B2CA-1408_conflict-name branch from 381fb9e to 7eb0765 Compare December 1, 2023 09:17
@cedelavergne-ledger cedelavergne-ledger force-pushed the cev/B2CA-1408_conflict-name branch 2 times, most recently from 87cdeb6 to 7eb0765 Compare December 1, 2023 10:39
@cedelavergne-ledger cedelavergne-ledger deleted the cev/B2CA-1408_conflict-name branch January 5, 2024 08:26
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.

2 participants