Merge branch 'master' of github.com:OpenZeppelin/openzeppelin-contracts into patches
Showing
.github/workflows/docs.yml
0 → 100644
contracts/mocks/DoubleEndedQueueMock.sol
0 → 100644
contracts/mocks/GovernorWithParamsMock.sol
0 → 100644
contracts/utils/structs/DoubleEndedQueue.sol
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| "private": true, | "private": true, | ||
| "name": "openzeppelin-solidity", | "name": "openzeppelin-solidity", | ||
| "description": "Secure Smart Contract library for Solidity", | "description": "Secure Smart Contract library for Solidity", | ||
| "version": "4.4.1", | "version": "4.5.0", | ||
| "files": [ | "files": [ | ||
| "/contracts/**/*.sol", | "/contracts/**/*.sol", | ||
| "/build/contracts/*.json", | "/build/contracts/*.json", | ||
| ... | @@ -30,7 +30,8 @@ | ... | @@ -30,7 +30,8 @@ |
| "version": "scripts/release/version.sh", | "version": "scripts/release/version.sh", | ||
| "test": "hardhat test", | "test": "hardhat test", | ||
| "test:inheritance": "node scripts/inheritanceOrdering artifacts/build-info/*", | "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", | ||
| "slither": "npm run clean && slither . --detect reentrancy-eth,reentrancy-no-eth,reentrancy-unlimited-gas" | |||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -55,19 +56,16 @@ | ... | @@ -55,19 +56,16 @@ |
| "@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.13", | "@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": "^7.32.0", | ||
| "eslint-config-standard": "^14.1.1", | "eslint-config-standard": "^16.0.3", | ||
| "eslint-plugin-import": "^2.20.0", | "eslint-plugin-import": "^2.25.4", | ||
| "eslint-plugin-mocha-no-only": "^1.1.0", | "eslint-plugin-mocha": "^10.0.3", | ||
| "eslint-plugin-node": "^10.0.0", | "eslint-plugin-node": "^11.1.0", | ||
| "eslint-plugin-promise": "^4.2.1", | "eslint-plugin-promise": "^5.2.0", | ||
| "eslint-plugin-standard": "^4.0.1", | |||
| "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", | ||
| "glob": "^7.2.0", | |||
| "graphlib": "^2.1.8", | "graphlib": "^2.1.8", | ||
| "hardhat": "^2.0.6", | "hardhat": "^2.0.6", | ||
| "hardhat-gas-reporter": "^1.0.4", | "hardhat-gas-reporter": "^1.0.4", | ||
| ... | @@ -82,9 +80,9 @@ | ... | @@ -82,9 +80,9 @@ |
| "semver": "^7.3.5", | "semver": "^7.3.5", | ||
| "solhint": "^3.3.6", | "solhint": "^3.3.6", | ||
| "solidity-ast": "^0.4.25", | "solidity-ast": "^0.4.25", | ||
| "solidity-coverage": "^0.7.11", | "solidity-coverage": "^0.7.18", | ||
| "solidity-docgen": "^0.5.3", | "solidity-docgen": "^0.5.3", | ||
| "web3": "^1.3.0", | "web3": "^1.3.0", | ||
| "yargs": "^16.2.0" | "yargs": "^17.0.0" | ||
| } | } | ||
| } | } |
scripts/git-user-config.sh
0 → 100644
scripts/update-docs-branch.js
0 → 100644
test/utils/structs/DoubleEndedQueue.test.js
0 → 100644
test/utils/structs/EnumerableMap/helpers.js
0 → 100644
Please
register
or
sign in
to comment