Open
Conversation
Dargon789
commented
Mar 11, 2026
- 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.
- I didn't do anything of this.
…r-0.12.0-next.22 build: upgrade to @nomicfoundation/edr v0.12.0-next.22 (Hardhat 3)
…review-of-peer-deps-on-release-pr Require peer dependency review on release PR
…endency-action Action condition redirected to the changeset-release/main branch
…mmary Add mocha results to test summary numbers
…t-release/main Version Packages (v3)
…-fix Coverage fix
…d-perf-diagnostics-to-hardhat-mocha add perf diagnostics to hardhat mocha
There are globals that are added implicitly in Node. We prefer an
explicit approach.
A new global rule has been added to restrict certain globals,
specifically: `performance`, `fetch` and `structuredClone`.
`perforamance` should be imported explicitly e.g.
```ts
import { performance } from "node:perf_hooks";
```
`fetch` should be done with `getRequest` from `hardhat-utils/request`.
`structureClone` should be avoided, with `deepClone` being the likely
replacement.
…d-eslint-rule-for-restricted-globals chore: add an eslint rule on implicit use of performance
This was disabled due to this issue: actions/runner-images#13341 That issue is now resolved so we are re-enabling the macos caching. Resolves NomicFoundation#7714.
…enable-caching-in-macos-runners chore: reenabe caching in macos runners
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…arage-gas Round average gas usage in `--gas-stats`
…libusb-1.0-0-dev-on-ci Install `libusb-1.0-0-dev` on CI
…e22-on-ci Bump Node 22 in our CI to the min supported version by Hardhat
…sb-installation Move the libusb-dev installation to actions/setup-env
…st-supported-solc-in-coverage-instrumentation Use latest supported solc in coverage instrumentation
…t-release/main Version Packages (v3)
# Node modules /node_modules # Compilation output /dist # pnpm deploy output /bundle # Hardhat Build Artifacts /artifacts # Hardhat compilation (v2) support directory /cache # Types generated by typechain /types # Ignition deployment output /ignition/deployments # Hardhat coverage reports /coverage
…to README.md (#2038) Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.