Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove EDR-related code #5215

Merged
merged 15 commits into from
May 17, 2024
Merged

Remove EDR-related code #5215

merged 15 commits into from
May 17, 2024

Conversation

fvictorio
Copy link
Member

@fvictorio fvictorio commented May 15, 2024

This PR is of course impossible to review line by line. What I recommend doing is:

  • Read the commit messages to get an idea of what I did.
  • Check the files that were just modified. There aren't that many:
    • Brewfile
    • .gitignore
    • .github/workflows/hardhat-core-ci.yml
    • .github/workflows/add-issue-to-project.yml
    • .devcontainer/devcontainer.json
    • .changeset/config.json
  • Please pay special attention to the GitHub workflows change, in case I removed something I should've not, or that I forgot something.

Copy link

vercel bot commented May 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hardhat ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 4:59pm

Copy link

changeset-bot bot commented May 15, 2024

⚠️ No Changeset found

Latest commit: ce3d587

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@fvictorio fvictorio added the no changeset needed This PR doesn't require a changeset label May 15, 2024
@github-actions github-actions bot added the status:ready This issue is ready to be worked on label May 15, 2024
@fvictorio fvictorio marked this pull request as ready for review May 15, 2024 08:02
@fvictorio
Copy link
Member Author

I forgot to mention: I considered removing the stack traces tests, but then I decided not to, because much of the logic for them still lives on the Hardhat side. If we remove them, then we are effectively freezing the related code, and I'm not sure we want to do that yet.

Copy link
Member

@kanej kanej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took the commit at a time approach, and the moves made sense. Thanks.

Copy link
Contributor

@schaable schaable left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the changes make sense. I'm not sure if we have anything else to remove, as I'm not fully aware of all the ERD-related code. If we missed something, we can remove it later. The workflow changes look good to me. I have no idea about the dev container 😅

@alcuadrado alcuadrado merged commit 23901c3 into main May 17, 2024
16 checks passed
@alcuadrado alcuadrado deleted the remove-edr-code branch May 17, 2024 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changeset needed This PR doesn't require a changeset status:ready This issue is ready to be worked on
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants