-
Notifications
You must be signed in to change notification settings - Fork 18
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
testgen: added EIP 7702 transaction receipt test and SignAuth #38
Conversation
Everything is working except |
The issue is go-ethereum master doesn't include 7702 into the legacy subpool. I implemented this on my local repo and the test filled. Should I make a PR on go-ethereum or is this intentional? @fjl |
It's intentional. We are still working on proper 7702 support in txpool. It's not as simple as just enabling it. |
So 7702 transaction sending in rpctestgen is blocked until proper support is figured out, correct? |
Yeah, for now. |
I have removed the tx send test for now. We can add this later when Geth supports it. |
Changes: