This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Can we forward multiple blocks quickly? #3849
mookim-eth
started this conversation in
General
Replies: 1 comment
-
You can. Use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
evm_mine
can only forward one block, and consecutively requestingevm_mine
for thousand times request a lot of timeCan we add another RPC method for forwarding multiple blocks quickly, like
evm_increaseblocks(10000)
?I just want to set block height to a bigger value, no need to query these generated/skipped blocks.
Beta Was this translation helpful? Give feedback.
All reactions