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
With the updated API, we pass gate_argument into the verify function of the placeholder_verifier contract. However, we want to enforce these gate arguments/libraries to implement a signature for the gate evaluation function.
There are two issues we need to address with this task :
Libraries cannot inherit in solidity. - So signature cannot be enforced.
Design patterns to support upgradability.
The text was updated successfully, but these errors were encountered:
With the updated API, we pass gate_argument into the
verify
function of theplaceholder_verifier
contract. However, we want to enforce these gate arguments/libraries to implement a signature for the gate evaluation function.There are two issues we need to address with this task :
The text was updated successfully, but these errors were encountered: