Skip to content

Commit

Permalink
Merge pull request #633 from zama-ai/removeCoreDependency
Browse files Browse the repository at this point in the history
Remove core dependency
  • Loading branch information
jatZama authored Dec 3, 2024
2 parents 909caa6 + 7061c3d commit e020312
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions gateway/lib/Gateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
pragma solidity ^0.8.24;

import "../../lib/Impl.sol";
import "fhevm-core-contracts/addresses/ACLAddress.sol";

interface IKMSVerifier {
function verifyDecryptionEIP712KMSSignatures(
Expand Down Expand Up @@ -128,7 +127,7 @@ library Gateway {
FHEVMConfigStruct storage $ = Impl.getFHEVMConfig();
return
IKMSVerifier($.KMSVerifierAddress).verifyDecryptionEIP712KMSSignatures(
aclAdd,
$.ACLAddress,
handlesList,
decryptedResult,
signatures
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fhevm",
"description": "A Solidity library for interacting with the Zama Blockchain",
"version": "0.6.0-6",
"version": "0.6.0-7",
"engines": {
"node": ">=20.0.0"
},
Expand Down

0 comments on commit e020312

Please sign in to comment.