• smartcontracts's avatar
    feat(ct): add semgrep rule to use encodeCall (#12626) · d317e96c
    smartcontracts authored
    * feat(ct): add semgrep rule to use encodeCall
    
    encodeCall is almost always better than encodeWithSelector because
    it maintains type safety. Prefer encodeCall unless
    encodeWithSelector is actually necessary.
    
    * maint(ct): update contracts to use encodeCall
    
    Updates a number of contracts to use encodeCall instead of
    encodeWithSelector where possible.
    d317e96c
DeployImplementations.s.sol 56.5 KB