Skip to content

Commit

Permalink
Merge pull request #5215 from NomicFoundation/remove-edr-code
Browse files Browse the repository at this point in the history
Remove EDR-related code
  • Loading branch information
alcuadrado committed May 17, 2024
2 parents cefaf65 + ce3d587 commit 23901c3
Show file tree
Hide file tree
Showing 441 changed files with 8 additions and 441,521 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.

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
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"
]
}
}
}
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
85 changes: 0 additions & 85 deletions .github/workflows/edr-benchmark.yml

This file was deleted.

0 comments on commit 23901c3

Please sign in to comment.