rhinestonewtf / modulekit

Development Kit for building Smart Account Modules
https://docs.rhinestone.wtf/modulekit/
60 stars 31 forks source link

[RHI-616] Add validator parameter in moduleKit. let moduleKit deal with signature encoding #43

Closed zeroknots closed 9 months ago

zeroknots commented 11 months ago

Currently the developer has to know how signatures have to be encoded.

https://github.com/rhinestonewtf/modulekit/blob/main/src/test/utils/safe-base/RhinestoneModuleKit.sol#L155

it would be better if modulekit abstracts the encoding away

RHI-616