Add changeset PR numbers

This commit is contained in:
Francisco Giordano
2023-07-28 18:01:28 -03:00
parent e4435eed75
commit 70dea74ac7
2 changed files with 4 additions and 0 deletions

View File

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

View File

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