hardhat icon indicating copy to clipboard operation
hardhat copied to clipboard

Refactor Build System

Open kanej opened this issue 1 year ago • 0 comments

As part of the Hardhat v3 work we want to make the build system a top level component. Currently it is expressed as a collection of tasks. Our intent is to convert it into a standard component outwith the task subsystem, that will be provide a small number of hook in points that can be leveraged from a compile task.

TODO

  • [ ] Move the build tasks into their own folder within core at the top level
  • [ ] Mirror that move for the compilation and build based tests
  • [ ] Refactor the build system to be standard code rather than tests

kanej avatar Apr 11 '24 14:04 kanej