Merge remote-tracking branch 'vanilla/master' into patches
Showing
.github/workflows/upgradeable.yml
0 → 100644
contracts/access/IAccessControl.sol
0 → 100644
contracts/interfaces/IERC1155.sol
0 → 100644
contracts/interfaces/IERC1155MetadataURI.sol
0 → 100644
contracts/interfaces/IERC1155Receiver.sol
0 → 100644
contracts/interfaces/IERC1363.sol
0 → 100644
contracts/interfaces/IERC1363Receiver.sol
0 → 100644
contracts/interfaces/IERC1363Spender.sol
0 → 100644
contracts/interfaces/IERC165.sol
0 → 100644
contracts/interfaces/IERC1820Implementer.sol
0 → 100644
contracts/interfaces/IERC1820Registry.sol
0 → 100644
contracts/interfaces/IERC20.sol
0 → 100644
contracts/interfaces/IERC20Metadata.sol
0 → 100644
contracts/interfaces/IERC2981.sol
0 → 100644
contracts/interfaces/IERC3156FlashLender.sol
0 → 100644
contracts/interfaces/IERC721.sol
0 → 100644
contracts/interfaces/IERC721Enumerable.sol
0 → 100644
contracts/interfaces/IERC721Metadata.sol
0 → 100644
contracts/interfaces/IERC721Receiver.sol
0 → 100644
contracts/interfaces/IERC777.sol
0 → 100644
contracts/interfaces/IERC777Recipient.sol
0 → 100644
contracts/interfaces/IERC777Sender.sol
0 → 100644
contracts/interfaces/README.adoc
0 → 100644
contracts/interfaces/draft-IERC2612.sol
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "compile": "hardhat compile", | "compile": "hardhat compile", | ||
| "coverage": "hardhat coverage", | "coverage": "env COVERAGE=true hardhat coverage", | ||
| "docs": "oz-docs", | "docs": "oz-docs", | ||
| "docs:watch": "npm run docs watch contracts 'docs/*.hbs' docs/helpers.js", | "docs:watch": "npm run docs watch contracts 'docs/*.hbs' docs/helpers.js", | ||
| "prepare-docs": "scripts/prepare-docs.sh", | "prepare-docs": "scripts/prepare-docs.sh", | ||
| ... | @@ -54,7 +54,8 @@ | ... | @@ -54,7 +54,8 @@ |
| "@nomiclabs/hardhat-truffle5": "^2.0.0", | "@nomiclabs/hardhat-truffle5": "^2.0.0", | ||
| "@nomiclabs/hardhat-web3": "^2.0.0", | "@nomiclabs/hardhat-web3": "^2.0.0", | ||
| "@openzeppelin/docs-utils": "^0.1.0", | "@openzeppelin/docs-utils": "^0.1.0", | ||
| "@openzeppelin/test-helpers": "^0.5.9", | "@openzeppelin/test-helpers": "^0.5.13", | ||
| "@truffle/abi-utils": "^0.2.3", | |||
| "chai": "^4.2.0", | "chai": "^4.2.0", | ||
| "eslint": "^6.5.1", | "eslint": "^6.5.1", | ||
| "eslint-config-standard": "^14.1.1", | "eslint-config-standard": "^14.1.1", | ||
| ... | ... |
Please
register
or
sign in
to comment