Skip to content

Commit

Permalink
feat: updated TFHEExecutor to support new types
Browse files Browse the repository at this point in the history
chore: eq-neq  bool support and bitwise scalar support

chore: overloads for fheEq and fheNe
  • Loading branch information
jatZama committed Oct 11, 2024
1 parent f51b435 commit a6be23b
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 33 deletions.
4 changes: 2 additions & 2 deletions gateway/GatewayContract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ contract GatewayContract is UUPSUpgradeable, Ownable2StepUpgradeable {
bool passSignaturesToCaller
);

event AddedRelayer(address indexed realyer);
event AddedRelayer(address indexed relayer);

event RemovedRelayer(address indexed realyer);
event RemovedRelayer(address indexed relayer);

event ResultCallback(uint256 indexed requestID, bool success, bytes result);

Expand Down
Loading

0 comments on commit a6be23b

Please sign in to comment.