• 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
..
autogen Loading commit data...
checks Loading commit data...
deploy Loading commit data...
getting-started Loading commit data...
go-ffi Loading commit data...
libraries Loading commit data...
ops Loading commit data...
periphery Loading commit data...
safe Loading commit data...
utils Loading commit data...
Artifacts.s.sol Loading commit data...
DeployAuthSystem.s.sol Loading commit data...
DeployImplementations.s.sol Loading commit data...
DeployOPChain.s.sol Loading commit data...
DeploySuperchain.s.sol Loading commit data...
L2Genesis.s.sol Loading commit data...
SetPreinstalls.s.sol Loading commit data...