Update docs

This commit is contained in:
github-actions
2023-07-28 21:12:01 +00:00
parent a1e52cb36e
commit 4cb1248d1e
21 changed files with 154 additions and 163 deletions

View File

@ -1,7 +0,0 @@
---
'openzeppelin-solidity': patch
---
`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

@ -1,7 +0,0 @@
---
'openzeppelin-solidity': patch
---
`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