Skip to content
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

Added EIP 7702 Transaction tests and GetPrivateKey() #38

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

PelleKrab
Copy link

Changes:

  • Added eth_getTransactionByHash, eth_getTransactionReceipt, and eth_getTransactionRawTransaction test.
  • GetPrivateKey() to simplify implementation of signing.

testgen/generators.go Outdated Show resolved Hide resolved
@fjl
Copy link
Collaborator

fjl commented Dec 17, 2024

I've opened #39 for Prague tests. Would be nice to rebase this once that's in. Some 7702 things are already covered by #39, but transaction sending isn't.

@PelleKrab PelleKrab changed the title Added EIP 7702 tests and GetPrivateKey() Added EIP 7702 Transaction tests and GetPrivateKey() Dec 19, 2024
@PelleKrab
Copy link
Author

Everything is working except send-authorization-list-tx is getting a "failed to fill eth_sendRawTransaction/send-authorization-list-tx: transaction type not supported: received type 4" error. Not sure if this is an rpctestgen config issue, but I am looking into it, and ./mkchain.sh seems to be working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants