Skip to content

Conversation

@XinyuCRO
Copy link

@XinyuCRO XinyuCRO commented Jan 5, 2026

cherry-pick: #810

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)

* fix: enhance gas estimation with execution_gas_used field

* fix: overflow

* fix: test

* fix: vulnerability
# Conflicts:
#	CHANGELOG.md
#	go.mod
#	gomod2nix.toml
#	x/evm/types/tx.pb.go
@XinyuCRO XinyuCRO requested a review from a team as a code owner January 5, 2026 06:31
@XinyuCRO XinyuCRO requested review from randy-cro and thomas-nguy and removed request for a team January 5, 2026 06:31
@github-actions github-actions bot added the evm label Jan 5, 2026
@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

❌ Patch coverage is 60.00000% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 39.66%. Comparing base (03c0fac) to head (6e7528a).
⚠️ Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
x/evm/keeper/grpc_query.go 44.44% 7 Missing and 3 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #814      +/-   ##
===========================================
- Coverage    39.68%   39.66%   -0.03%     
===========================================
  Files          189      189              
  Lines        15580    15591      +11     
===========================================
+ Hits          6183     6184       +1     
- Misses        8761     8768       +7     
- Partials       636      639       +3     
Files with missing lines Coverage Δ
x/evm/keeper/state_transition.go 76.13% <100.00%> (+0.09%) ⬆️
x/evm/keeper/grpc_query.go 62.33% <44.44%> (-0.54%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@XinyuCRO XinyuCRO merged commit 46538c9 into develop Jan 7, 2026
53 of 59 checks passed
@XinyuCRO XinyuCRO deleted the xyz/fix/gas_estimate branch January 7, 2026 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants