Skip to content

Commit 70dea74

Browse files
committed
Add changeset PR numbers
1 parent e4435ee commit 70dea74

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changeset/unlucky-beans-obey.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
---
44

55
`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.
6+
7+
pr: #4481

.changeset/warm-guests-rule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
---
44

55
`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.
6+
7+
pr: #4484

0 commit comments

Comments
 (0)