You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Done in #211
With a caveat: for the moment we agreed on Slack to keep the call to FHEGasLimit by default inside the original TFHEExecutor contract. For two reasons:
1/ it is critical to avoid DDOS attack to keep some limitation on number of FHE ops
2/ and otherwise we would have to maintain 4 versions of almost same contract: TFHEExecutor , TFHEExecutorWithLimit, TFHEExecutorWithEvents and TFHEExecutorWithEventsWithLimit.
Payment won't be used anymore.
The idea is to remove the
FHEPayment.sol
and instead of create a minimized version calledFHEGasLimit.sol
.This contract is not part of core components anymore, but rather an extension to call in TFHEExecutor similar to:
The text was updated successfully, but these errors were encountered: