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

Fixes for Node 20 and latest Foundry support #60

Merged
merged 2 commits into from
Feb 6, 2025

Conversation

fedgiac
Copy link
Contributor

@fedgiac fedgiac commented Feb 6, 2025

CI failed on the latest push to master. This has two reasons:

  • [failure] The Foundry version is updated automatically and had a breaking change (see here). This is somewhat nice as it surfaces the fact that a test wasn't actually working as expected (because of a Foundry bug though).

  • [failure] The latest version of Node isn't compatible with the pinned package in our artifact generation procedure. I just pinned the Node version as well because I hope we're going to remove Hardhat artifact generation eventually anyway.
    (I tried to update Hardhat to v2.17.0 (the earliest that supports Node 20) but I got another error (HardhatError: HH502: Couldn't download compiler version list. Please check your internet connection and try again) which would have taken too much time to debug compared to trying to remove Hardhat in the first place.

How to test

I released a tag to test artifact generation. The result can be found here (the tag will be deleted once the PR is merged), note that CI is successful.

@fedgiac fedgiac requested a review from a team as a code owner February 6, 2025 16:58
@fedgiac fedgiac merged commit 5135b8d into main Feb 6, 2025
6 checks passed
@fedgiac fedgiac deleted the support-node-20-and-latest-foundry branch February 6, 2025 18:04
@github-actions github-actions bot locked and limited conversation to collaborators Feb 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants