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

Feat/evm #5

Merged
merged 9 commits into from
Jan 17, 2024
Merged

Feat/evm #5

merged 9 commits into from
Jan 17, 2024

Conversation

chcmedeiros
Copy link
Contributor

No description provided.


parser_error_t _validateTxEth();

// parser_error_t _computeV(unsigned int info, uint8_t *v);

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
app/src/apdu_handler.c Dismissed Show dismissed Hide dismissed
@chcmedeiros chcmedeiros requested a review from ftheirs January 16, 2024 13:58
#include "zxmacros.h"

uint32_t hdPath[HDPATH_LEN_DEFAULT];
uint32_t hdPath_len;
Copy link

Choose a reason for hiding this comment

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

hdPath should be at least 10 (MAX_BIP32_PATH)

Copy link

@ftheirs ftheirs left a comment

Choose a reason for hiding this comment

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

Looks good! Just one detail in hdpath size 🚀

@chcmedeiros chcmedeiros merged commit 5df59f0 into main Jan 17, 2024
40 of 43 checks passed
@chcmedeiros chcmedeiros deleted the feat/evm branch January 17, 2024 13:25
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