Transpile 435f0650
Showing
buidler.config.js
deleted
100644 → 0
contracts/GSN/ContextUpgradeable.sol
deleted
100644 → 0
contracts/GSN/README.adoc
deleted
100644 → 0
docs/modules/ROOT/pages/gsn.adoc
deleted
100644 → 0
hardhat.config.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -2,7 +2,7 @@ |
| "private": true, | ||
| "name": "openzeppelin-solidity", | ||
| "description": "Secure Smart Contract library for Solidity", | ||
| "version": "3.3.0", | ||
| "version": "3.4.0", | ||
| "files": [ | ||
| "/contracts/**/*.sol", | ||
| "/build/contracts/*.json", | ||
| ... | ... | @@ -11,8 +11,8 @@ |
| "/test/behaviors" | ||
| ], | ||
| "scripts": { | ||
| "compile": "buidler compile", | ||
| "coverage": "buidler coverage", | ||
| "compile": "hardhat compile", | ||
| "coverage": "hardhat coverage", | ||
| "docs": "oz-docs", | ||
| "docs:watch": "npm run docs watch contracts 'docs/*.hbs'", | ||
| "prepare-docs": "scripts/prepare-docs.sh", | ||
| ... | ... | @@ -20,13 +20,14 @@ |
| "lint:fix": "npm run lint:js:fix", | ||
| "lint:js": "eslint --ignore-path .gitignore .", | ||
| "lint:js:fix": "eslint --ignore-path .gitignore . --fix", | ||
| "lint:sol": "solhint --max-warnings 0 \"contracts/**/*.sol\"", | ||
| "lint:sol": "echo 'solidity linter currently disabled' # solhint --max-warnings 0 \"contracts/**/*.sol\"", | ||
| "prepublish": "rimraf build contracts/build artifacts cache", | ||
| "prepare": "npm run compile", | ||
| "prepack": "scripts/prepack.sh", | ||
| "release": "scripts/release/release.sh", | ||
| "version": "scripts/release/version.sh", | ||
| "test": "buidler test" | ||
| "test": "hardhat test", | ||
| "gas-report": "env ENABLE_GAS_REPORT=1 npm run test" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| ... | ... | @@ -47,12 +48,10 @@ |
| }, | ||
| "homepage": "https://openzeppelin.com/contracts/", | ||
| "devDependencies": { | ||
| "@nomiclabs/buidler": "^1.4.8", | ||
| "@nomiclabs/buidler-truffle5": "^1.3.4", | ||
| "@nomiclabs/buidler-web3": "^1.3.4", | ||
| "@nomiclabs/hardhat-solhint": "^2.0.0", | ||
| "@nomiclabs/hardhat-truffle5": "^2.0.0", | ||
| "@nomiclabs/hardhat-web3": "^2.0.0", | ||
| "@openzeppelin/docs-utils": "^0.1.0", | ||
| "@openzeppelin/gsn-helpers": "^0.2.3", | ||
| "@openzeppelin/gsn-provider": "^0.1.10", | ||
| "@openzeppelin/test-helpers": "^0.5.9", | ||
| "chai": "^4.2.0", | ||
| "eslint": "^6.5.1", | ||
| ... | ... | @@ -65,6 +64,8 @@ |
| "eth-sig-util": "^3.0.0", | ||
| "ethereumjs-util": "^7.0.7", | ||
| "ethereumjs-wallet": "^1.0.1", | ||
| "hardhat": "^2.0.6", | ||
| "hardhat-gas-reporter": "^1.0.4", | ||
| "lodash.startcase": "^4.4.0", | ||
| "lodash.zip": "^4.2.0", | ||
| "micromatch": "^4.0.2", | ||
| ... | ... |
test/GSN/GSNRecipient.test.js
deleted
100644 → 0
test/helpers/set-gsn-provider.js
deleted
100644 → 0
test/introspection/ERC165Storage.test.js
0 → 100644
test/setup.js
deleted
100644 → 0
Please
register
or
sign in
to comment