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 wrongfully returns maxPriorityFeePerGas and maxFeePerGas for legacy and 2930 transactions #1656

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

Comments

@konstantinabl
Copy link
Collaborator

konstantinabl commented Aug 21, 2023

Description

While working on #1475 I found out that for legacy and 2930 transactions we return maxPriorityFeePerGas and maxFeePerGas fields populated with null, although those fields should only be returned when 1559 transactions is send.

N.B. Same issue happens in eth_getTransactionByBlockNumberAndIndex

Steps to reproduce

  1. Send legacy or 2930 transaction for eth_getTransactionByBlockHashAndIndex

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
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants