Skip to content

Commit 23901c3

Browse files
authored
Merge pull request #5215 from NomicFoundation/remove-edr-code
Remove EDR-related code
2 parents cefaf65 + ce3d587 commit 23901c3

File tree

441 files changed

+8
-441521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

441 files changed

+8
-441521
lines changed

.cargo-husky/hooks/pre-commit

-21
This file was deleted.

.cargo/config

-88
This file was deleted.

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"access": "public",
77
"baseBranch": "main",
88
"updateInternalDependencies": "minor",
9-
"ignore": ["@nomiclabs/common", "benchmark"],
9+
"ignore": ["@nomiclabs/common"],
1010
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1111
"onlyUpdatePeerDependentsWhenOutOfRange": true
1212
}

.devcontainer/devcontainer.json

+4-20
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
{
2-
"name": "Hardhat + EDR",
2+
"name": "Hardhat",
33
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
44
"features": {
55
"ghcr.io/devcontainers/features/node:1": {
66
"version": "18"
77
}
88
},
9-
"postAttachCommand": "scripts/setup.sh",
10-
"portsAttributes": {
11-
// The default port of mdbook
12-
"3000": {
13-
"label": "mdbook",
14-
"onAutoForward": "openPreview"
15-
}
16-
},
9+
"postCreateCommand": "scripts/setup.sh",
1710
"containerEnv": {
1811
"ALCHEMY_URL": "${localEnv:ALCHEMY_URL}",
1912
"INFURA_URL": "${localEnv:INFURA_URL}"
@@ -22,17 +15,8 @@
2215
"vscode": {
2316
"extensions": [
2417
"esbenp.prettier-vscode",
25-
"NomicFoundation.hardhat-solidity",
26-
"rust-lang.rust-analyzer",
27-
"tamasfe.even-better-toml",
28-
"vadimcn.vscode-lldb"
29-
],
30-
"settings": {
31-
"rust-analyzer.cargo.features": "all",
32-
"rust-analyzer.rustfmt.extraArgs": [
33-
"+nightly"
34-
]
35-
}
18+
"NomicFoundation.hardhat-solidity"
19+
]
3620
}
3721
}
3822
}

.github/workflows/add-issue-to-project.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ jobs:
1414
with:
1515
project-url: https://github.com/orgs/NomicFoundation/projects/4
1616
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
17-
labeled: area:edr
18-
label-operator: NOT

.github/workflows/edr-benchmark.yml

-85
This file was deleted.

0 commit comments

Comments
 (0)