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

Remove encrypted require functionality #158

Merged
merged 2 commits into from
Sep 7, 2023

Conversation

tremblaythibaultl
Copy link
Contributor

Deprecate the require precompiled contract. Instead, users are encouraged to use the decryption functionality together with a regular Solidity require statement.

Additionally, check that the optimistic requires all evaluate to true before performing a reencryption.

Closes #152 and #153.

@tremblaythibaultl tremblaythibaultl self-assigned this Sep 5, 2023
@cla-bot cla-bot bot added the cla-signed label Sep 5, 2023
@tremblaythibaultl tremblaythibaultl marked this pull request as ready for review September 5, 2023 14:29
@tremblaythibaultl tremblaythibaultl merged commit d9b1715 into 1.10.19-zama Sep 7, 2023
2 checks passed
@tremblaythibaultl tremblaythibaultl deleted the deprecate-requires branch September 7, 2023 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate encrypted requires
2 participants