Skip to content

v3.2

Latest
Compare
Choose a tag to compare
@leekt leekt released this 11 Dec 19:00
cfedcb9

What's Changed

  • allow installing executor even if onInstall fails to cover edge cases where account wants to give privilege to random address
  • replayable signature for erc1271 and erc4337 userOp
  • chore : add check for hookData length when installing hook
  • use @vectorized/solady's LibERC7579.sol for optimization
  • reduced amount of assembly calldataload by using calldata struct decoding instead of setting offset/length manually
    Full Changelog: v3.1...v3.2