Skip to content

Commit

Permalink
Merge branch 'main' into hardhat-tracer-support
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed May 27, 2024
2 parents edb9f78 + dfd91d2 commit 06171bd
Show file tree
Hide file tree
Showing 503 changed files with 1,344 additions and 441,952 deletions.
21 changes: 0 additions & 21 deletions .cargo-husky/hooks/pre-commit

This file was deleted.

88 changes: 0 additions & 88 deletions .cargo/config

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-peaches-obey.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "minor",
"ignore": ["@nomiclabs/common", "benchmark"],
"ignore": ["@nomiclabs/common"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
Expand Down
5 changes: 0 additions & 5 deletions .changeset/cyan-cheetahs-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-flowers-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-jobs-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-mails-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-bananas-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-baboons-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-books-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-goats-jam.md

This file was deleted.

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

Improved the validation of network and forking URLs (thanks @kshyun28!)
5 changes: 0 additions & 5 deletions .changeset/smart-hotels-fold.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/strange-ladybugs-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nomicfoundation/hardhat-chai-matchers": patch
---

Accept predicate functions in the `changeEtherBalance`, `changeEthersBalances`, `changeTokenBalance` and `changeTokenBalances` matchers (thanks @SevenSwen and @k06a!)
5 changes: 5 additions & 0 deletions .changeset/tall-jokes-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hardhat": patch
---

Bump EDR to v0.3.8. This adds support for blob transactions, improves performance, and fixes some bugs. Check the [EDR release](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.3.8) for more details.
5 changes: 5 additions & 0 deletions .changeset/thick-beers-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nomicfoundation/hardhat-verify": patch
---

Improved validation of contructor arguments (thanks @fwx5618177!)
5 changes: 0 additions & 5 deletions .changeset/wicked-mugs-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-walls-itch.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/wise-cheetahs-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nomicfoundation/hardhat-network-helpers": patch
---

Improve an error message and add utility to clear all the existing snaphosts.
24 changes: 4 additions & 20 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
{
"name": "Hardhat + EDR",
"name": "Hardhat",
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "18"
}
},
"postAttachCommand": "scripts/setup.sh",
"portsAttributes": {
// The default port of mdbook
"3000": {
"label": "mdbook",
"onAutoForward": "openPreview"
}
},
"postCreateCommand": "scripts/setup.sh",
"containerEnv": {
"ALCHEMY_URL": "${localEnv:ALCHEMY_URL}",
"INFURA_URL": "${localEnv:INFURA_URL}"
Expand All @@ -22,17 +15,8 @@
"vscode": {
"extensions": [
"esbenp.prettier-vscode",
"NomicFoundation.hardhat-solidity",
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"vadimcn.vscode-lldb"
],
"settings": {
"rust-analyzer.cargo.features": "all",
"rust-analyzer.rustfmt.extraArgs": [
"+nightly"
]
}
"NomicFoundation.hardhat-solidity"
]
}
}
}
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/add-issue-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ jobs:
with:
project-url: https://github.com/orgs/NomicFoundation/projects/4
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: area:edr
label-operator: NOT
4 changes: 3 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
run-e2e:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# Disabled windows because it's too slow
# See: https://github.com/NomicFoundation/hardhat/issues/5247
os: [ubuntu-latest, macos-latest]
name: Run E2E tests on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
Expand Down
85 changes: 0 additions & 85 deletions .github/workflows/edr-benchmark.yml

This file was deleted.

Loading

0 comments on commit 06171bd

Please sign in to comment.