Skip to content

Commit 738adf0

Browse files
authored
Add missing 5.3 changesets (#5614)
1 parent 49dcee7 commit 738adf0

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.changeset/little-ads-kick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'openzeppelin-solidity': patch
3+
---
4+
5+
`ERC7579Utils`: Replace `address(0)` with `address(this)` during execution for calldata compression efficiency.

.changeset/many-tables-tan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'openzeppelin-solidity': patch
3+
---
4+
5+
`ERC4337Utils`: Update the `hash` function to call `getUserOpHash` on the specified entrypoint and add an `ENTRYPOINT_V08` constant.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#### Custom error changes
1010

1111
- Replace `GovernorAlreadyOverridenVote` with `GovernorAlreadyOverriddenVote`.
12+
- Replace `GovernorOnlyProposer` with `GovernorUnableToCancel`.
1213

1314
### Changes by category
1415

0 commit comments

Comments
 (0)