rhinestonewtf/modulekit

[RHI-618] add SessionKeyManager that checks userOp.calldata for functionsig

zeroknots opened this issue · 0 comments

In order to avoid that a sessionkey authorizes a batched transaction, we should build a SessionKeyValidatorBase that ensures that userOp.calldata[0:4] is in fact the expected functionSig of the smart accounts execute function

RHI-618