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_getTransactionByHash] Update blob tx response to match the spec #614

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

brbrr
Copy link

@brbrr brbrr commented Dec 20, 2024

Blob tx response in spec excludes gasPrice and v keys, while the tests (which as I understood are generated via lightclient/rpctestgen that uses geth under the hood(?)).

While this PR won't fix the underlying problem (using implementation for testgen) at least it would "fix" the hive test.

Note:
The diff is bad, so something like this might be helpful for verification: https://jsondiff.com/

@fjl
Copy link
Collaborator

fjl commented Dec 20, 2024

I have re-added these fields to the spec in #575

@fjl
Copy link
Collaborator

fjl commented Dec 20, 2024

We need to keep supporting them because some RPC clients rely on these fields.

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.

2 participants