-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add mining blocks at a certain interval #467
Labels
enhancement
New feature or request
Comments
I can take it since it's related to time and blocks |
in CLI it could be governed by:
|
requires a merge of https://github.com/0xSpaceShard/starknet-devnet-rs/pull/480/files but I already started based on this branch |
I'll implement |
Merged
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A new block should be created at a fixed time interval selected by the user.
This functionality exists in Anvil and Katana:
evm_setIntervalMining
in https://book.getfoundry.sh/reference/anvil/#special-methodsThe text was updated successfully, but these errors were encountered: