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

Custom data directory support for state snapshot #1

Open
Aniket21mathur opened this issue Aug 17, 2022 · 1 comment
Open

Custom data directory support for state snapshot #1

Aniket21mathur opened this issue Aug 17, 2022 · 1 comment

Comments

@Aniket21mathur
Copy link

Like geth there can be a --datadir flag using which the state of the local node can be stored and on restarting the service it can read the state from the custom directory, if it is passed, and continue on top of it.

@adarshsrivastava11
Copy link
Contributor

Thanks @Aniket21mathur for pointing this out. In the background we're using Hardhat which intern uses ethereumjs/vm implementation to run a node. We're working on adding a DB layer. Will update shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants