NomicFoundation / edr

An Ethereum development runtime implementation that can be reused to build new developer tools.
MIT License
42 stars 4 forks source link

Persist Hardhat Network on disk #409

Open fvictorio opened 1 year ago

fvictorio commented 1 year ago

Related issues and PRs:

songhobby commented 1 year ago

What's the state of this?

fvictorio commented 1 year ago

It's on our roadmap, but I don't have an ETA.

dtojikulov commented 4 months ago

hi, any updates on this?

emretepedev commented 3 months ago

Is there any update?

dcapitator commented 1 month ago

updates?

rigwild commented 3 weeks ago

Interested as well about this. My use case would to play around or manually tests my contracts, then start where I left from later.

Looks like https://github.com/NomicFoundation/hardhat/issues/3599 was abandonned

Wodann commented 3 weeks ago

We don't currently have this scheduled for upcoming sprints. You can indicate your interest in the issue by leaving a 👍 on the issue description. We take this into consideration when choosing the next features to work on in EDR.

When we incorporate this issue into a sprint, GitHub should add an event to the issue to signal this.

ijaureguialzo commented 3 weeks ago

I would also love to see this implemented. This would make it more suitable for teaching blockchain and smart contract concepts, enabling practice scenarios where students can spend several sessions solving a problem without losing their progress every time.