We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49dcee7 commit 738adf0Copy full SHA for 738adf0
.changeset/little-ads-kick.md
@@ -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
+`ERC4337Utils`: Update the `hash` function to call `getUserOpHash` on the specified entrypoint and add an `ENTRYPOINT_V08` constant.
CHANGELOG.md
@@ -9,6 +9,7 @@
9
#### Custom error changes
10
11
- Replace `GovernorAlreadyOverridenVote` with `GovernorAlreadyOverriddenVote`.
12
+- Replace `GovernorOnlyProposer` with `GovernorUnableToCancel`.
13
14
### Changes by category
15
0 commit comments