Skip to content

Commit

Permalink
Merge pull request #165 from zama-ai/removeGatewayLib
Browse files Browse the repository at this point in the history
feat: remove GatewayCaller and Gateway library
  • Loading branch information
jatZama authored Dec 2, 2024
2 parents 8261515 + 06f3a6d commit d7b9822
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 284 deletions.
1 change: 0 additions & 1 deletion contracts/gateway/.env.gateway

This file was deleted.

107 changes: 0 additions & 107 deletions contracts/gateway/GatewayCaller.sol

This file was deleted.

10 changes: 9 additions & 1 deletion contracts/gateway/GatewayContract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ import "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "../addresses/KMSVerifierAddress.sol";
import "../addresses/ACLAddress.sol";
import "./IKMSVerifier.sol";

interface IKMSVerifier {
function verifyDecryptionEIP712KMSSignatures(
address aclAddress,
uint256[] memory handlesList,
bytes memory decryptedResult,
bytes[] memory signatures
) external returns (bool);
}

contract GatewayContract is UUPSUpgradeable, Ownable2StepUpgradeable {
/// @notice Name of the contract
Expand Down
12 changes: 0 additions & 12 deletions contracts/gateway/IKMSVerifier.sol

This file was deleted.

158 changes: 0 additions & 158 deletions contracts/gateway/lib/Gateway.sol

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/gateway/lib/GatewayContractAddress.sol

This file was deleted.

0 comments on commit d7b9822

Please sign in to comment.