-
Notifications
You must be signed in to change notification settings - Fork 20.3k
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
setCode transaction type tests for eth_call and estimateGas #30920
Comments
Nice |
Probably also |
Hi @s1na, |
@DarkLord017 Actually I believe most of the code was there I just missed it and the missing piece was added as part of 06dfb42#diff-4a9c1433c7c79c50cb72fd743c896f7bf5a976f46ccbb5fae83f5c46b2465db9. So If you'd like to contribute tests for this new tx type in |
Sure ! I would love to contribute to it |
@s1na I added basic test for to check the call functionality like they were written for estimate gas function what more functions can i test or what more things can i add on ? |
User should be able to estimateGas/simulate a setCode transaction type (EIP-7702). That goes for eth_call, eth_estimateGas and eth_simulate.
The text was updated successfully, but these errors were encountered: