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

eth_getTransactionByBlockHashAndIndex does not return accessList and yParity for 1559 and 2930 transactions #1655

Closed
Tracked by #1475
konstantinabl opened this issue Aug 21, 2023 · 0 comments · Fixed by #1696
Labels
bug Something isn't working

Comments

@konstantinabl
Copy link
Collaborator

konstantinabl commented Aug 21, 2023

Description

While working on #1475 I found out that in the Ethereum JSON-RPC Specification for eth_getTransactionByBlockHashAndIndex method in the response for 1559 and 2930 transaction yParity and accessLists are returned. Since, we want to conform to the Ethereum specs, we need to introduce these changes to our API.

N.B Same thing happens for eth_getTransactionByBlockNumberAndIndex and should be fixed

Steps to reproduce

  1. Send request for eth_getTransactionByBlockHashAndIndex passing either 1559 or 2930 transaction

Additional context

No response

Hedera network

other

Version

0.30.0

Operating system

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant