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

Dev #53

Merged
merged 10 commits into from
Jul 25, 2024
Merged

Dev #53

merged 10 commits into from
Jul 25, 2024

Conversation

chcmedeiros
Copy link
Collaborator

@chcmedeiros chcmedeiros commented Jul 25, 2024

@chcmedeiros chcmedeiros requested a review from ftheirs July 25, 2024 07:57
@chcmedeiros chcmedeiros force-pushed the dev branch 3 times, most recently from 3a916da to 39d4414 Compare July 25, 2024 08:19
return parser_unexpected_error;
}

for(*nonce = 0; *nonce <= 255; (*nonce) ++) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Check if nonce == NULL

return parser_unexpected_error;
}
const uint8_t tmpOffset = strnlen(tmpBuffer, sizeof(tmpBuffer));
tmpBuffer[tmpOffset] = '-';
Copy link
Contributor

Choose a reason for hiding this comment

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

You can use this and get rid of the +/-1 in the following line
tmpBuffer[tmpOffset++] = '-';

@chcmedeiros chcmedeiros merged commit 1e7d3b4 into main Jul 25, 2024
42 checks passed
@chcmedeiros chcmedeiros deleted the dev branch July 25, 2024 13:42
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.

Support expanded Namada 0.40.0 test vectors
2 participants