Skip to content

Commit

Permalink
Merge branch 'nomiclabs:master' into deploy-behind-corporate-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
furkilic authored Nov 5, 2021
2 parents 48c9ec5 + 951ccb4 commit 424f849
Show file tree
Hide file tree
Showing 193 changed files with 1,673 additions and 2,334 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-dancers-listen.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/cold-ligers-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hardhat": patch
---

Bump uuid package to remove a deprecation warning (thanks @yhuard!)
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "minor",
"ignore": [],
"ignore": ["docs", "@nomiclabs/common", "@nomiclabs/hardhat-e2e-tests"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": false
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}
5 changes: 0 additions & 5 deletions .changeset/eight-frogs-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-rings-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-deers-sleep.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/rude-lemons-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hardhat": patch
---

Improve validation of private keys in the Hardhat config
5 changes: 5 additions & 0 deletions .changeset/stupid-suits-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hardhat": patch
---

Enable user configurable tsconfig path
5 changes: 4 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ Please:
- DELETE the items that DON'T make sense for your PR.
-->

- [ ] Because this PR includes a **documentation change**, its branch was created from the `website` branch, and this PR uses the `website` branch as its base branch.
- [ ] Because this PR includes a **documentation change**, it uses the `master` branch as its base branch.
- [ ] Because this PR includes a **small bug fix**, it uses the `master` branch as its base branch.
- [ ] Because this PR includes a **major bug fix**, it uses the `development` branch as its base branch.
- [ ] Because this PR includes a **new feature**, it uses the `development` branch as its base branch.
- [ ] Because this PR includes a **bug fix**, relevant tests have been included.
- [ ] Because this PR includes a **new feature**, the change was previously discussed on an Issue or with someone from the team.
- [x] I didn't do anything of this.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/LATEST_DEPENDENCY_VERSIONS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Test without yarn.lock
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 12
- name: install vyper
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/e2e-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
matrix:
node: [12, 14, 16]
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand Down
15 changes: 9 additions & 6 deletions .github/workflows/hardhat-core-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
name: Test hardhat-core on Windows with Node 12
runs-on: windows-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand All @@ -46,10 +47,11 @@ jobs:
name: Test hardhat-core on MacOS with Node 12
runs-on: macos-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand All @@ -67,10 +69,11 @@ jobs:
matrix:
node: [12, 14, 16]
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand Down
15 changes: 9 additions & 6 deletions .github/workflows/hardhat-ethers-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
name: Test hardhat-ethers on Windows with Node 12
runs-on: windows-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand All @@ -45,10 +46,11 @@ jobs:
name: Test hardhat-ethers on MacOS with Node 12
runs-on: macos-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand All @@ -63,10 +65,11 @@ jobs:
matrix:
node: [12, 14, 16]
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand Down
15 changes: 9 additions & 6 deletions .github/workflows/hardhat-etherscan-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
name: Test hardhat-etherscan on Windows with Node 12
runs-on: windows-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand All @@ -45,10 +46,11 @@ jobs:
name: Test hardhat-etherscan on MacOS with Node 12
runs-on: macos-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand All @@ -63,10 +65,11 @@ jobs:
matrix:
node: [12, 14, 16]
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand Down
15 changes: 9 additions & 6 deletions .github/workflows/hardhat-ganache-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
name: Test hardhat-ganache on Windows with Node 12
runs-on: windows-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand All @@ -45,10 +46,11 @@ jobs:
name: Test hardhat-ganache on MacOS with Node 12
runs-on: macos-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand All @@ -63,10 +65,11 @@ jobs:
matrix:
node: [12, 14, 16]
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/hardhat-network-forking-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
name: Test Hardhat Network's forking functionality
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Cache network requests
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/hardhat-network-tracing-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
matrix:
node: [12, 14, 16]
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand Down
15 changes: 9 additions & 6 deletions .github/workflows/hardhat-shorthand-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
name: Test hardhat-shorthand on Windows with Node 12
runs-on: windows-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand All @@ -45,10 +46,11 @@ jobs:
name: Test hardhat-shorthand on MacOS with Node 12
runs-on: macos-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand All @@ -63,10 +65,11 @@ jobs:
matrix:
node: [12, 14, 16]
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand Down
15 changes: 9 additions & 6 deletions .github/workflows/hardhat-solhint-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
name: Test hardhat-solhint on Windows with Node 12
runs-on: windows-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand All @@ -45,10 +46,11 @@ jobs:
name: Test hardhat-solhint on MacOS with Node 12
runs-on: macos-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand All @@ -63,10 +65,11 @@ jobs:
matrix:
node: [12, 14, 16]
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/hardhat-solpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
name: Test hardhat-solpp on MacOS with Node 12
runs-on: macos-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand All @@ -48,10 +49,11 @@ jobs:
matrix:
node: [12, 14, 16]
steps:
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- uses: actions/checkout@v2
cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Build
Expand Down
Loading

0 comments on commit 424f849

Please sign in to comment.