-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Describe the issue
Repeat the following steps for each repository:
- Clone the following repositories (one-by-one)
- Update the Hardhat used in the repositories to the latest stable Hardhat 2 (
2.26.3
) - Test the repository functionality
- Build the repository (
pnpm build
) - Run the existing tests (
pnpm hardhat test
) - Note the results
- Build the repository (
- Clean the repository (remove all caches, artefacts and results)
- Update Hardhat in the repository to the version
2.27.1-alpha.1
- Build the repository (
pnpm build
) - Run the existing tests (
pnpm hardhat test
) - Note the results
- Build the repository (
- Compare the results to the outcome of the test with stable version
- Document findings in the associated task
- File identified issues as bugs
- Test in https://github.com/Uniswap/v3-core
- Test in https://github.com/ProjectOpenSea/seaport/ (1 test failure due to accessing HH VM private properties)
Test in https://github.com/neptune-mutual-blue/protocol (same 29 failures in EJS and EDR mode)
Separately:
- Test parallel mode in a sample project (run tests on the hardhat sample project in parallel using the Mocha parallel mode)
Metadata
Metadata
Assignees
Labels
_priority:P1High priorityHigh priority
Type
Projects
Status
Done