Skip to content

Many boats guess#51

Open
Dargon789 wants to merge 9852 commits intoweb3:mainfrom
Dargon789:many-boats-guess
Open

Many boats guess#51
Dargon789 wants to merge 9852 commits intoweb3:mainfrom
Dargon789:many-boats-guess

Conversation

@Dargon789
Copy link
Copy Markdown

  • 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.

michalbrabec and others added 30 commits January 6, 2026 20:10
…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
kanej and others added 27 commits February 13, 2026 10:25
…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
# 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>
@Dargon789 Dargon789 marked this pull request as draft March 11, 2026 12:15
@Dargon789 Dargon789 marked this pull request as ready for review March 11, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants