Merge branch 'upstream-v3.3-patched' into upstream-v3.3-solc-0.7-patched
Showing
.github/workflows/merge-upstream.yml
0 → 100644
.github/workflows/transpile.yml
0 → 100644
UPGRADEABLE.md
0 → 100644
buidler/env-artifacts.js
0 → 100644
buidler/task-get-compiler-input.js
0 → 100644
buidler/task-test-get-files.js
0 → 100644
icon.svg
0 → 100644
| { | { | ||
| "private": true, | |||
| "name": "openzeppelin-solidity", | "name": "openzeppelin-solidity", | ||
| "description": "Secure Smart Contract library for Solidity", | "description": "Secure Smart Contract library for Solidity", | ||
| "version": "3.3.0-solc-0.7", | "version": "3.3.0-solc-0.7", | ||
| ... | @@ -6,6 +7,7 @@ | ... | @@ -6,6 +7,7 @@ |
| "/contracts/**/*.sol", | "/contracts/**/*.sol", | ||
| "/build/contracts/*.json", | "/build/contracts/*.json", | ||
| "!/contracts/mocks", | "!/contracts/mocks", | ||
| "!/contracts/proxy", | |||
| "/test/behaviors" | "/test/behaviors" | ||
| ], | ], | ||
| "scripts": { | "scripts": { | ||
| ... | ... |
scripts/upgradeable/git-user-config.sh
0 → 100644
scripts/upgradeable/merge-upstream.sh
0 → 100644
scripts/upgradeable/transpile-onto.sh
0 → 100644
scripts/upgradeable/transpile.sh
0 → 100644
Please
register
or
sign in
to comment