-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(cheatcodes
): add --fork-retry
+ --fork-retry-backoff
equivalent to vm.create*Fork
#9162
Comments
Hi @anajuliabit thanks for your suggestion, Supportive of the idea, wondering how we can best implement this. We could overload the |
cheatcodes
): add --fork-retry
+ --fork-retry-backoff
equivalent to vm.create*Fork
May I take this issue on? |
Can I work on this, please? |
I appreciate your enthusiasm but please do not claim tickets you are not intending to work on You are already assigned to #7248 (comment) and others |
@zerosnacks can i work on this? The #9201 is open, but i believe most of the works is done |
Thanks Kien, all good - assigned to you |
@zerosnacks sorry for taking this long, i forget that i'm assigned to this issue , i've been busy this month, never actually got the time to do this issue i've just un-assign myself for others to take the issue |
Component
Forge
Describe the feature you would like
Most of our integration tests are multichain, meaning we use
vm.createFork
to set up the forks. We can't use the--fork-url
option because we want to ensure that the fork IDs have the same order, regardless of which chain the tests belong to.For example, we always instantiate the forks in the following order:
When running a
Base
integration test, thesetUp
function first fetches the Moonbeam governor and executes any live proposals (that can be cross-chain).This is why we cannot use
--fork-url
withforge test
.Please allow the
--fork-retry
and--fork-retry-backoff
flags to be used without requiring the--fork-url
.Additional context
No response
The text was updated successfully, but these errors were encountered: