• 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
Name
Last commit
Last update
..
L1 Loading commit data...
L2 Loading commit data...
cannon Loading commit data...
dispute Loading commit data...
governance Loading commit data...
legacy Loading commit data...
libraries Loading commit data...
periphery Loading commit data...
safe Loading commit data...
universal Loading commit data...
vendor Loading commit data...