Add missing 5.3 changesets (#5614)

This commit is contained in:
Ernesto García
2025-04-01 09:01:11 -06:00
committed by GitHub
parent 49dcee7418
commit 738adf0dc7
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': patch
---
`ERC7579Utils`: Replace `address(0)` with `address(this)` during execution for calldata compression efficiency.

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': patch
---
`ERC4337Utils`: Update the `hash` function to call `getUserOpHash` on the specified entrypoint and add an `ENTRYPOINT_V08` constant.