-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[hmyv2_getTransactionReceipt] - new effectiveGasPrice
field is crashing RPC receipt calls for the old transactions after update to the v2025.0.0
#4843
Comments
Hello @samhsiung, First of all, thanks for notifying us about the issue you faced! Main initial investigation:
@Frozen, please take a look on this 🙏 As a current mitigation measure of the issue that you have, please try to use Sorry for any inconvenience! 🙏 |
Thanks, I tried
|
Hello @samhsiung, We are aware about the issue and have done an initial investigation and preparing a fix. Please use a mitigation with retry mechanism -> don't go to the next transaction until you get the info for the previous one without error. |
Work on the fix started in #4844 |
effectiveGasPrice
field is crashing RPC receipt calls for the old transactions after update to the v2025.0.0
@mur-me @Frozen issue is not only localized to staking transaction, here is one that also fails not related to staking: |
Describe the bug
To Reproduce
Python code:
Expected behavior
Should not return an error
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
go env
]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: