eth-infinitism/account-abstraction

Handle 'postOp' revert with <32 bytes size

forshtat opened this issue · 1 comments

Right.
It is an inconsistency of hardhat with the spec:
hardhat reverts on returndatacopy if there is no return data, but geth silently returns..
Yes, we SHOULD check the returndatasize first...