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

Robustness improvements in the compiler downloader #5990

Closed
5 tasks done
kanej opened this issue Nov 27, 2024 · 0 comments
Closed
5 tasks done

Robustness improvements in the compiler downloader #5990

kanej opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels
status:ready This issue is ready to be worked on v-next A Hardhat v3 development task
Milestone

Comments

@kanej
Copy link
Member

kanej commented Nov 27, 2024

In Hardhat 3 the compiler downloader has been ported over. It is missing some key robustness features that Hardhat 2 had, and some features we wanted to add to Hardhat 2's version of the compiler downloader.

TODO

  • Bring back mutex during multiple compiler downloads
  • The downloader and compiler classes were imported but not their tests
  • The downloader was changed but not its tests
  • Always download both native and wasm builds
  • trim down solcjs and keep only the wrapper #6071
@github-actions github-actions bot added the status:ready This issue is ready to be worked on label Nov 27, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Hardhat Nov 27, 2024
@kanej kanej added the v-next A Hardhat v3 development task label Nov 27, 2024
@kanej kanej added this to the Public Alpha milestone Nov 27, 2024
@kanej kanej moved this from Backlog to To-do in Hardhat Nov 27, 2024
@galargh galargh self-assigned this Dec 16, 2024
@galargh galargh moved this from To-do to In Progress in Hardhat Dec 16, 2024
@kanej kanej closed this as completed Jan 7, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in Hardhat Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready This issue is ready to be worked on v-next A Hardhat v3 development task
Projects
Status: Done
Development

No branches or pull requests

2 participants