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

Problem: patch gasUsed for eth_getTransactionReceipt is not correct #434

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

mmsqe
Copy link
Collaborator

@mmsqe mmsqe commented Mar 25, 2024

this bug was introduced in https://github.com/evmos/ethermint/pull/1557/files

Closes: #XXX

Description


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@mmsqe mmsqe marked this pull request as ready for review March 25, 2024 09:58
@mmsqe mmsqe requested a review from yihuang March 25, 2024 09:58
Copy link

codecov bot commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.56%. Comparing base (a97cd08) to head (ac48f37).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #434   +/-   ##
========================================
  Coverage    62.56%   62.56%           
========================================
  Files          130      130           
  Lines        12512    12512           
========================================
  Hits          7828     7828           
  Misses        4138     4138           
  Partials       546      546           
Files Coverage Δ
rpc/backend/tx_info.go 63.96% <100.00%> (ø)

@yihuang yihuang merged commit accc2df into crypto-org-chain:develop Mar 25, 2024
37 of 39 checks passed
@yihuang yihuang deleted the fix_gas_used branch March 25, 2024 11:11
mmsqe added a commit that referenced this pull request Mar 26, 2024
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