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

fix: On malformed proof elements, return false when verifying the execution witness #48

Merged
merged 3 commits into from
May 15, 2024

Conversation

kevaundray
Copy link
Collaborator

This updates to a version of rust-verkle that returns false on a malformed pre state root.

Malformed here means that deserialization of the hex string to a point fails. It was already returning false on well-formed, but incorrect state roots.

@kevaundray kevaundray changed the title fix: On malformed proof elements, return false fix: On malformed proof elements, return false when verifying the execution witness May 15, 2024
@gabrocheleau gabrocheleau merged commit d72e573 into master May 15, 2024
3 checks passed
@holgerd77 holgerd77 deleted the kw/fix-malformed-group-elements branch May 15, 2024 18:20
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