Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

feat: use same EIP712 new struct for decryption as on gateway #480

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

jatZama
Copy link
Member

@jatZama jatZama commented Apr 9, 2025

No description provided.

@jatZama jatZama requested a review from a team as a code owner April 9, 2025 13:32
@cla-bot cla-bot bot added the cla-signed label Apr 9, 2025
@@ -170,8 +171,8 @@
bytes memory decryptedResult,
bytes[] memory signatures
) public virtual returns (bool) {
PublicDecryptionResult memory decRes;
decRes.handlesList = handlesList;
PublicDecryptVerification memory decRes;

Check warning

Code scanning / Slither

Uninitialized local variables Medium

Copy link
Contributor

@RomanBredehoft RomanBredehoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems good thanks !

@jatZama jatZama merged commit 9c47748 into main Apr 9, 2025
13 checks passed
@jatZama jatZama deleted the newEIP712PublicDecrypt branch April 9, 2025 13:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants