Hadrien Croubois f8cc8b844a Minimal support for ERC2771 (GSNv2) (#2508) 4 lat temu
..
EIP712.sol f8cc8b844a Minimal support for ERC2771 (GSNv2) (#2508) 4 lat temu
ERC20Permit.sol 93438eca0b Merge 3.4 master into solc-0.8 (#2499) 4 lat temu
IERC20Permit.sol 0db76e98f9 Merge branch 'solc-0.7' into solc-0.8 4 lat temu
README.adoc ecc66719bd Add ERC20 Permit (EIP-2612) (#2237) 4 lat temu

README.adoc

= Draft EIPs

This directory contains implementations of EIPs that are still in Draft status.

Due to their nature as drafts, the details of these contracts may change and we cannot guarantee their xref:ROOT:releases-stability.adoc[stability]. Minor releases of OpenZeppelin Contracts may contain breaking changes for the contracts in this directory, which will be duly announced in the https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md[changelog]. The EIPs included here are used by projects in production and this may make them less likely to change significantly.

== Cryptography

{{EIP712}}

== ERC 20

{{IERC20Permit}}

{{ERC20Permit}}