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

fix getTransactionReceipt response #4590

Merged
merged 1 commit into from
Dec 18, 2023
Merged

fix getTransactionReceipt response #4590

merged 1 commit into from
Dec 18, 2023

Conversation

diego1q2w
Copy link
Contributor

@diego1q2w diego1q2w commented Dec 18, 2023

Fixed an issue in the v2 package where certain integer fields in the transaction receipt were not correctly serialized in hexadecimal format such as (gas, blocknumber, etc). This PR introduces a new Receipt method for transactions within the eth package, ensuring all integer fields are properly converted to hexadecimal representation.

@diego1q2w diego1q2w changed the base branch from main to dev December 18, 2023 11:56
@diego1q2w diego1q2w closed this Dec 18, 2023
@diego1q2w diego1q2w deleted the fix-get-receipt branch December 18, 2023 11:56
@diego1q2w diego1q2w restored the fix-get-receipt branch December 18, 2023 11:57
@diego1q2w diego1q2w reopened this Dec 18, 2023
@diego1q2w diego1q2w changed the base branch from dev to main December 18, 2023 11:58
@GheisMohammadi
Copy link
Contributor

good job, it would be great if you can add a test for the new method NewReceiptFromTransaction.

@ONECasey ONECasey merged commit dd65484 into main Dec 18, 2023
4 checks passed
@ONECasey ONECasey deleted the fix-get-receipt branch December 18, 2023 19:42
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.

5 participants