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

Update hardhat to ^2.10.0 #1346

Closed
Siegrift opened this issue Jul 22, 2022 · 3 comments · Fixed by #1647
Closed

Update hardhat to ^2.10.0 #1346

Siegrift opened this issue Jul 22, 2022 · 3 comments · Fixed by #1647
Assignees
Labels
discussion Open ended discussion about a feature/problem
Milestone

Comments

@Siegrift
Copy link
Contributor

Siegrift commented Jul 22, 2022

Hardhat version 2.10 consists of considerable changes and got slower so our e2e tests started failing (because it takes a long time until the node initializes).

We've excluded update of this dependency in #1325 but we should look at this again at some point.

@andreogle
Copy link
Member

RIP semver 😭

I wonder how feasible it would be to try Foundry instead of Hardhat. Foundry obviously isn't written in JS so integrating it with a JS/TS repo like Airnode may or may not be tricky, but it's extremely fast (instant in most cases)

@dcroote
Copy link
Contributor

dcroote commented Jul 22, 2022

I wonder how feasible it would be to try Foundry instead of Hardhat. Foundry obviously isn't written in JS so integrating it with a JS/TS repo like Airnode may or may not be tricky, but it's extremely fast (instant in most cases)

New title: Update hardhat to Rust 😂

@aquarat aquarat added this to the 0.11.0 milestone Sep 13, 2022
@acenolaza acenolaza added the discussion Open ended discussion about a feature/problem label Sep 14, 2022
@acenolaza acenolaza removed their assignment Sep 22, 2022
@dcroote
Copy link
Contributor

dcroote commented Feb 11, 2023

The issue is the number of accounts we were initializing (1000! default is 20) - I reduced it to 100 in #1647 and tests pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Open ended discussion about a feature/problem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants