Skip to content

Commit

Permalink
Merge branch 'release-preparation'
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed Mar 2, 2022
2 parents 3940009 + dffdfd0 commit fe51dad
Show file tree
Hide file tree
Showing 24 changed files with 55 additions and 69 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-numbers-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-turkeys-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-actors-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-owls-pretend.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hip-planes-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-houses-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-lobsters-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-suns-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-hotels-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-jobs-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/something-something.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/three-flowers-clap.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/hardhat-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# hardhat

## 2.9.0

### Minor Changes

- bf017963: Add a new RPC method, `hardhat_mine`, which supports the mining of multiple blocks in a single call (#1112)
- 345ebab7: The `test` task now supports a `--parallel` flag to run tests in parallel. There are also two other new flags: `--bail`, to stop the execution after the first test failure, and `--grep`, to filter which tests should be run.

To support running tests in parallel, the version of `mocha` used by Hardhat was upgraded to its latest version. This should be a mostly backward-compatible change, but there could be some edge cases where this breaks existing tests.

### Patch Changes

- 04f4b3a4: Added support for BIP39 passphrases (thanks @zhuqicn!)
- dda96346: Solidity files are now compiled in parallel
- ce06e238: Preserve any existing user's README when initializing a project (#1942)
- caecc59b: The test task now works correctly when a test file starts with `./` (fixes #2220).
- 87c50af1: A warning is now shown when a node version greater than the current LTS is used.
- b18e043b: Improved the performance of requests to remote RPC nodes by the use of connection pooling.

## 2.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardhat",
"version": "2.8.4",
"version": "2.9.0",
"author": "Nomic Labs LLC",
"license": "MIT",
"homepage": "https://hardhat.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-etherscan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomiclabs/hardhat-etherscan

## 3.0.2

### Patch Changes

- 3c2cb707: Add support for the Aurora network to `@nomiclabs/hardhat-etherscan` (thanks @baboobhaiya!)

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-etherscan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-etherscan",
"version": "3.0.1",
"version": "3.0.2",
"description": "Hardhat plugin for verifying contracts on etherscan",
"repository": "github:nomiclabs/hardhat",
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-etherscan",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-solpp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @nomiclabs/hardhat-solpp

## 2.0.1
### Patch Changes

- 8068cc4e: Upgraded the `solpp` dependency in `hardhat-solpp` (fixes #1412, thanks @davidtperk!)
2 changes: 1 addition & 1 deletion packages/hardhat-solpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-solpp",
"version": "2.0.0",
"version": "2.0.1",
"description": "Hardhat plugin for solpp",
"repository": "github:nomiclabs/hardhat",
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-solpp",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-truffle4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomiclabs/hardhat-truffle4

## 2.0.4

### Patch Changes

- 01d675df: Add support for artifacts type extensibility

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-truffle4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-truffle4",
"version": "2.0.3",
"version": "2.0.4",
"description": "Truffle 4 Hardhat compatibility plugin",
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-truffle4",
"repository": "github:nomiclabs/hardhat",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-truffle5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomiclabs/hardhat-truffle5

## 2.0.5

### Patch Changes

- 01d675df: Add support for artifacts type extensibility

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-truffle5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-truffle5",
"version": "2.0.4",
"version": "2.0.5",
"description": "Truffle 5 Hardhat compatibility plugin",
"repository": "github:nomiclabs/hardhat",
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-truffle5",
Expand Down
7 changes: 7 additions & 0 deletions packages/hardhat-waffle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @nomiclabs/hardhat-waffle

## 2.0.3

### Patch Changes

- bc940060: Improve how errors are created in the hardhat-waffle plugin (#2307)

## 2.0.2

### Patch Changes

- 8327d8c6: Add support for the hexEqual matcher (#2200)
2 changes: 1 addition & 1 deletion packages/hardhat-waffle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-waffle",
"version": "2.0.2",
"version": "2.0.3",
"description": "Hardhat plugin to test smart contracts with Waffle",
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-waffle",
"repository": "github:nomiclabs/hardhat",
Expand Down

0 comments on commit fe51dad

Please sign in to comment.