feat(forge script
): make it possible to write asynchronous / promises logic
#10362
Labels
forge script
): make it possible to write asynchronous / promises logic
#10362
Component
Forge
Describe the feature you would like
For example, I would like to do
vm.attachBlob
and wait for that transaction and then wait for some event that comes in response from smart contract after blob is uploaded. I tried usingvm.getLogs
vm.roll
,vm.sleep
together with the--slow
flag, but it doesn't seem to work.Additional context
No response
The text was updated successfully, but these errors were encountered: