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

refactor: Refactor signature verification logic #91

Merged
merged 4 commits into from
Oct 29, 2024
Merged

refactor: Refactor signature verification logic #91

merged 4 commits into from
Oct 29, 2024

Conversation

code0xff
Copy link
Contributor

This PR refactors the signature verification logic in Cosmos Transactions. In the previous implementation, despite the function being named ecdsa_verify_prehashed, hashing was still performed within the function, causing confusion. This update removes the redundant hashing step to make the function’s behavior consistent with its name.

@code0xff code0xff requested a review from conr2d October 29, 2024 02:38
@code0xff code0xff merged commit 2f9a43e into main Oct 29, 2024
3 checks passed
@code0xff code0xff deleted the sigverify branch October 29, 2024 06:06
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