-
Notifications
You must be signed in to change notification settings - Fork 386
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 support for prank #838
Comments
This could be a request for ethereum/hevm |
Btw, we have a kind of implicit version of prank supported, where the sender specified in could be a smart contract so we "fake" transaction from there. It is not explicitly documented, but it should work out of the box (however, it can still generate false positives, as expected). |
I have been using this quite successfully without any problems so far. Having something like foundry's |
Prank just got merged in hevm ethereum/hevm#167, will be available from the next release. |
Experimental PR here: #897 |
This was merged into master. Please test. |
We should support foundry's prank to ease the integration with foundry. This might require us to make change in hevm itself
The text was updated successfully, but these errors were encountered: