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 RPC: receipts: use correct txtype in receipts #12332

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

aarshkshah1992
Copy link
Contributor

Fixes a bug in EthGetReceipts where it always assumes TxType is EIP-1559 which is no longer true after adding support for legacy txns.

CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Member

@rvagg rvagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ooops

Co-authored-by: Rod Vagg <[email protected]>
@aarshkshah1992 aarshkshah1992 enabled auto-merge (squash) August 1, 2024 11:35
@aarshkshah1992 aarshkshah1992 merged commit 1177717 into master Aug 1, 2024
84 checks passed
@aarshkshah1992 aarshkshah1992 deleted the fix/eth-tx-receipt-type branch August 1, 2024 11:36
rjan90 pushed a commit that referenced this pull request Aug 12, 2024
* fix bug in receipt for txtype for legacy txns

* update ChangeLog

* Update CHANGELOG.md

Co-authored-by: Rod Vagg <[email protected]>

---------

Co-authored-by: Rod Vagg <[email protected]>
ribasushi pushed a commit to ribasushi/ci-abusing-lotus-fork that referenced this pull request Aug 17, 2024
…2332)

* fix bug in receipt for txtype for legacy txns

* update ChangeLog

* Update CHANGELOG.md

Co-authored-by: Rod Vagg <[email protected]>

---------

Co-authored-by: Rod Vagg <[email protected]>
ribasushi pushed a commit to ribasushi/ci-abusing-lotus-fork that referenced this pull request Aug 20, 2024
…2332)

* fix bug in receipt for txtype for legacy txns

* update ChangeLog

* Update CHANGELOG.md

Co-authored-by: Rod Vagg <[email protected]>

---------

Co-authored-by: Rod Vagg <[email protected]>
ribasushi pushed a commit to ribasushi/ci-abusing-lotus-fork that referenced this pull request Aug 20, 2024
…2332)

* fix bug in receipt for txtype for legacy txns

* update ChangeLog

* Update CHANGELOG.md

Co-authored-by: Rod Vagg <[email protected]>

---------

Co-authored-by: Rod Vagg <[email protected]>
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