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

rpcdaemon: eth_sendRawTransaction returns error for EIP-2178 transactions #2062

Closed
sealer3 opened this issue May 31, 2024 · 0 comments · Fixed by #2135
Closed

rpcdaemon: eth_sendRawTransaction returns error for EIP-2178 transactions #2062

sealer3 opened this issue May 31, 2024 · 0 comments · Fixed by #2135
Assignees
Labels
bug Something isn't working priority:medium Issue or task currently not too important

Comments

@sealer3
Copy link

sealer3 commented May 31, 2024

Attempting to send a type 2 transaction via eth_sendRawTransaction results in an error response:

{"error":{"code":-32000,"message":"rlp: unexpected EIP-2178 serialization"},"id":1,"jsonrpc":"2.0"}

Example transaction that causes this:

0x02f86d820539808459682f008502540be4008252089447c043311db033833acbe820187743432cffdb718080c001a095c973b71b91348e49a50e82a56c8d988cd3066446380af4ab914b1fada2ca94a00e7de0e40e479ac704fb3373d507a875983dbec94f9706ec8c5faec7e7f2c52f
@canepat canepat added bug Something isn't working priority:medium Issue or task currently not too important labels Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:medium Issue or task currently not too important
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants