github OpenZeppelin/openzeppelin-contracts v4.9.3

latest releases: v5.0.2, v4.9.6, v4.9.5...
14 months ago
  • 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. (#4481)
  • 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. (#4484)

Don't miss a new openzeppelin-contracts release

NewReleases is sending notifications on new releases.