Skip to content

fixes several bugs in Encrypt.zol #385

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

Merged
merged 5 commits into from
May 16, 2025
Merged

fixes several bugs in Encrypt.zol #385

merged 5 commits into from
May 16, 2025

Conversation

lydiagarms
Copy link
Collaborator

Fixes the following errors:

The state variable id is undefined in encrypted-data-listener.

An error due to the internal function call, because the function signature is incorrect.

Once the above error is fixed, commitments are generated twice from the encrypted-data-listener and the other orchestration files. The duplicate commitment error has been fixed.

@lydiagarms lydiagarms requested a review from SwatiEY May 7, 2025 12:10
@lydiagarms lydiagarms requested a review from jtcoolen May 15, 2025 14:33
@jtcoolen
Copy link
Contributor

jtcoolen commented May 15, 2025

LGTM! Perhaps consider splitting the changes into three separate commits: one for the variable ID fix, one for the internal function call fix, and one for the duplicate commitment error fix?

@lydiagarms lydiagarms merged commit 637659e into master May 16, 2025
2 checks passed
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