-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
ethapi: Add tests for SetCodeTx type to check Call functionality #30947
base: master
Are you sure you want to change the base?
Conversation
Right, as far as I can tell these cases test that a delegated account is still able to transfer value and call contracts as before. Fair. Tho what I had in mind was testing the new functionality a bit. One of them being: doing a call where AuthorizationsList is non-empty and it tries to delegate an account. Another interesting one is using a 3rd account to call a delegated account. |
Okay will surely add that ! |
@s1na @MariusVanDerWijden u can review it now |
I would prefer if we added these tests over at https://github.com/lightclient/rpctestgen/blob/3d29578a9ceb231c0e212cd194cfd1dd7ecaeb42/testgen/generators.go#L524 instead |
Should I go ahead and start making the changes there? |
resolves #30920
I added tests similar that were pushed for eth_estimate gas what more tests can i add