Skip to content

Commit

Permalink
Add changeset PR numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Jul 28, 2023
1 parent e4435ee commit 70dea74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/unlucky-beans-obey.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
---

`ERC2771Context`: Return the forwarder address whenever the `msg.data` of a call originating from a trusted forwarder is not long enough to contain the request signer address (i.e. `msg.data.length` is less than 20 bytes), as specified by ERC-2771.

pr: #4481
2 changes: 2 additions & 0 deletions .changeset/warm-guests-rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
---

`ERC2771Context`: Prevent revert in `_msgData()` when a call originating from a trusted forwarder is not long enough to contain the request signer address (i.e. `msg.data.length` is less than 20 bytes). Return the full calldata in that case.

pr: #4484

0 comments on commit 70dea74

Please sign in to comment.