Browse Source

Add missing 5.3 changesets (#5614)

Ernesto García 6 months ago
parent
commit
738adf0dc7
3 changed files with 11 additions and 0 deletions
  1. 5 0
      .changeset/little-ads-kick.md
  2. 5 0
      .changeset/many-tables-tan.md
  3. 1 0
      CHANGELOG.md

+ 5 - 0
.changeset/little-ads-kick.md

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

+ 5 - 0
.changeset/many-tables-tan.md

@@ -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.

+ 1 - 0
CHANGELOG.md

@@ -9,6 +9,7 @@
 #### Custom error changes
 
 - Replace `GovernorAlreadyOverridenVote` with `GovernorAlreadyOverriddenVote`.
+- Replace `GovernorOnlyProposer` with `GovernorUnableToCancel`.
 
 ### Changes by category