cowdao-grants / cow-shed

A gas-efficient, address-bound account abstraction for permissioned hooks on CoW Protocol
GNU General Public License v3.0
6 stars 1 forks source link

Signing libraries #12

Open mfw78 opened 2 months ago

mfw78 commented 2 months ago

https://github.com/meetmangukiya/cow-shed/blob/d67e97dd501d2fec42ab7d3e511bc3f9a2d87a8a/src/LibAuthenticatedHooks.sol#L30-L64

Given that we're already importing OpenZeppelin, is there any substantial reason why not to use their SignatureChecker?

meetmangukiya commented 2 months ago

its mostly about reducing memory expansion