Check inheritance tree consistency (#2727)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Showing
| ... | @@ -28,6 +28,7 @@ | ... | @@ -28,6 +28,7 @@ |
| "release": "scripts/release/release.sh", | "release": "scripts/release/release.sh", | ||
| "version": "scripts/release/version.sh", | "version": "scripts/release/version.sh", | ||
| "test": "hardhat test", | "test": "hardhat test", | ||
| "test:inheritance": "node scripts/inheritanceOrdering artifacts/build-info/*", | |||
| "gas-report": "env ENABLE_GAS_REPORT=true npm run test" | "gas-report": "env ENABLE_GAS_REPORT=true npm run test" | ||
| }, | }, | ||
| "repository": { | "repository": { | ||
| ... | @@ -64,6 +65,7 @@ | ... | @@ -64,6 +65,7 @@ |
| "eth-sig-util": "^3.0.0", | "eth-sig-util": "^3.0.0", | ||
| "ethereumjs-util": "^7.0.7", | "ethereumjs-util": "^7.0.7", | ||
| "ethereumjs-wallet": "^1.0.1", | "ethereumjs-wallet": "^1.0.1", | ||
| "graphlib": "^2.1.8", | |||
| "hardhat": "^2.0.6", | "hardhat": "^2.0.6", | ||
| "hardhat-gas-reporter": "^1.0.4", | "hardhat-gas-reporter": "^1.0.4", | ||
| "keccak256": "^1.0.2", | "keccak256": "^1.0.2", | ||
| ... | @@ -75,6 +77,7 @@ | ... | @@ -75,6 +77,7 @@ |
| "prettier-plugin-solidity": "^1.0.0-beta.13", | "prettier-plugin-solidity": "^1.0.0-beta.13", | ||
| "rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
| "solhint": "^3.3.6", | "solhint": "^3.3.6", | ||
| "solidity-ast": "^0.4.25", | |||
| "solidity-coverage": "^0.7.11", | "solidity-coverage": "^0.7.11", | ||
| "solidity-docgen": "^0.5.3", | "solidity-docgen": "^0.5.3", | ||
| "web3": "^1.3.0", | "web3": "^1.3.0", | ||
| ... | ... |
scripts/inheritanceOrdering.js
0 → 100644
Please
register
or
sign in
to comment