• 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
..
interfaces Loading commit data...
DataAvailabilityChallenge.sol Loading commit data...
DelayedVetoable.sol Loading commit data...
L1CrossDomainMessenger.sol Loading commit data...
L1ERC721Bridge.sol Loading commit data...
L1StandardBridge.sol Loading commit data...
L2OutputOracle.sol Loading commit data...
OPContractsManager.sol Loading commit data...
OPContractsManagerInterop.sol Loading commit data...
OptimismPortal.sol Loading commit data...
OptimismPortal2.sol Loading commit data...
OptimismPortalInterop.sol Loading commit data...
ProtocolVersions.sol Loading commit data...
ResourceMetering.sol Loading commit data...
SuperchainConfig.sol Loading commit data...
SystemConfig.sol Loading commit data...
SystemConfigInterop.sol Loading commit data...