rhinestonewtf/modulekit

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

Closed this issue · 0 comments

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