# @nomicfoundation/hardhat-network-helpers

## 3.0.8

### Patch Changes

- [#8191](https://github.com/NomicFoundation/hardhat/pull/8191) [`2a4ae8e`](https://github.com/NomicFoundation/hardhat/commit/2a4ae8e7dc78cabbe8b17bec778952f0124f9759) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Update how type extensions are handled to optimize the bootstrap process of Hardhat.

- Updated dependencies:
  - @nomicfoundation/hardhat-utils@4.1.1

## 3.0.7

### Patch Changes

- [#8207](https://github.com/NomicFoundation/hardhat/pull/8207) [`d594209`](https://github.com/NomicFoundation/hardhat/commit/d59420968bffca83e1ad2712c6881d19cc7e1a99) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Improved performance by replacing the debug logging library with a lightweight in-tree implementation.

- Updated dependencies:
  - @nomicfoundation/hardhat-utils@4.1.0
  - @nomicfoundation/hardhat-errors@3.0.12

## 3.0.6

### Patch Changes

- [#8179](https://github.com/NomicFoundation/hardhat/pull/8179) [`d16d82a`](https://github.com/NomicFoundation/hardhat/commit/d16d82abfd5c9fa044cb508468cd4b50a5fcfd8a) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Await all returned promises for better debuggability

- Updated dependencies:
  - @nomicfoundation/hardhat-utils@4.0.4

## 3.0.5

### Patch Changes

- [#8096](https://github.com/NomicFoundation/hardhat/pull/8096) [`7fb721b`](https://github.com/NomicFoundation/hardhat/commit/7fb721bb2b1c521d0073a156f361c60a049e8fdf) Thanks [@alcuadrado](https://github.com/alcuadrado)! - [chore] Move to packages/ folder.

- [#8116](https://github.com/NomicFoundation/hardhat/pull/8116) [`88787e1`](https://github.com/NomicFoundation/hardhat/commit/88787e172a3d90652d0ffaf73e31857f6ed875cc) Thanks [@kanej](https://github.com/kanej)! - Deprecate the `hre.network.connect()` method in favour of `hre.network.create()`, exactly the same method but more clearly indicating that it will create a new connection.

- Updated dependencies:
  - hardhat@3.4.0
  - @nomicfoundation/hardhat-errors@3.0.11
  - @nomicfoundation/hardhat-utils@4.0.3

## 3.0.4

### Patch Changes

- 6674b00: Bump `hardhat-utils` major

## 3.0.3

### Patch Changes

- 0245213: Improved the documentation

## 3.0.2

### Patch Changes

- 558ac5b: Update installation and config instructions

## 3.0.1

### Patch Changes

- 138d673: Enable fixture sharing across files; fixtures now provide a `connection` parameter [7406](https://github.com/NomicFoundation/hardhat/pull/7406)

## 3.0.0

### Major Changes

- 29cc141: First release of Hardhat 3!

## 1.1.0

### Minor Changes

- 14b3042: Updated the minimal supported version of Node to v20 ([#6982](https://github.com/NomicFoundation/hardhat/pull/6982))

## 1.0.13

### Patch Changes

- 538b03c: Accept `0x` as a valid value for `setCode`, thanks @arr00 ([#6844](https://github.com/NomicFoundation/hardhat/pull/6844))

## 1.0.12

### Patch Changes

- 8fa15e7: Add support for ZKsync's development mode

## 1.0.11

### Patch Changes

- 8be0c2c: Improve an error message and add a utility to clear all the existing snaphosts.

## 1.0.10

### Patch Changes

- 43d75470c: Added support for using network helpers on anvil network (thanks @tmigone!)

## 1.0.9

### Patch Changes

- 9715d4195: Added support for receiving Date instances in `increaseTo` network helper (thanks @Saty248)

## 1.0.8

### Patch Changes

- e443b3667: Added an option in Hardhat Network to allow mining blocks with the same timestamp
- 8a4ad9ddc: Added a new 'reset' network helper

## 1.0.7

### Patch Changes

- 15b8b61f6: Fixed an error triggered by certain combinations of `loadFixture` calls (#3249, thanks @skosito!)

## 1.0.6

### Patch Changes

- 89f153a72: Fix `setStorageAt` so it can accept multiple leading zeros in the slot

## 1.0.5

### Patch Changes

- f3ba15ca8: Added a new `setPrevRandao` helper

## 1.0.4

### Patch Changes

- 4dddc5370: Fix peer dependency on `hardhat` to pull in `hardhat/common`

## 1.0.3

### Patch Changes

- d9fb21a5b: - Disallow using anonymous functions as fixtures
