-
Notifications
You must be signed in to change notification settings - Fork 213
fix: preserve verified offset flags #2269
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
base: main
Are you sure you want to change the base?
fix: preserve verified offset flags #2269
Conversation
|
Hi @reject-i, this PR looks good, please add the following:
|
|
Hi, @reject-i! What's the status of this PR? |
|
Hey! Sorry for the late reply, I’ll resolve this as soon as possible. |
|
@gabrielbosio ready for review |
| * fix: rename y_cube_int to y_square_int in get_point_from_x [#2271](https://github.com/lambdaclass/cairo-vm/pull/2271) | ||
|
|
||
| * fix: correct duplicate tuple index in InvalidTrackingGroup error message [#2276](https://github.com/lambdaclass/cairo-vm/pull/2276) | ||
| * fix: preserve verified offset flags in `HashBuiltinRunner::extend_additional_data` [#2269](https://github.com/lambdaclass/cairo-vm/pull/2269) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should append the changelog entry, not replace it with the entries of the upcoming changes
Description
Replace Vec::insert with resize+direct assignment in extend_additional_data to avoid shifting existing offsets in the Pedersen verified-address cache.