Skip to content

Conversation

XinyuCRO
Copy link

@XinyuCRO XinyuCRO commented Sep 8, 2025

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)

Copy link

codecov bot commented Sep 8, 2025

Codecov Report

❌ Patch coverage is 94.44444% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 46.20%. Comparing base (99c354d) to head (9eaf2fc).
⚠️ Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
rpc/types/utils.go 94.44% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #725      +/-   ##
===========================================
+ Coverage    45.91%   46.20%   +0.29%     
===========================================
  Files          187      187              
  Lines        18918    18935      +17     
===========================================
+ Hits          8686     8749      +63     
+ Misses        9447     9399      -48     
- Partials       785      787       +2     
Files with missing lines Coverage Δ
rpc/types/types.go 0.00% <ø> (ø)
rpc/types/utils.go 28.89% <94.44%> (+28.89%) ⬆️
🚀 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 changed the title feat(RPC): add authorizationList from eth_getTransactionByHash response feat(RPC): add authorizationList from eth_getTransactionByHash response for EIP-7702 transactions Sep 8, 2025
@XinyuCRO XinyuCRO marked this pull request as ready for review September 9, 2025 02:02
@XinyuCRO XinyuCRO requested a review from a team as a code owner September 9, 2025 02:02
@XinyuCRO XinyuCRO requested review from thomas-nguy, songgaoye and calvinaco and removed request for a team September 9, 2025 02:02
@thomas-nguy
Copy link

lgtm, maybe we can open the same PR in https://github.com/crypto-org-chain/ethermint/tree/release/v0.22.x and release from there

@XinyuCRO XinyuCRO enabled auto-merge (squash) September 9, 2025 10:06
@songgaoye songgaoye self-requested a review September 9, 2025 10:11
@XinyuCRO XinyuCRO merged commit 034803d into develop Sep 9, 2025
43 checks passed
@XinyuCRO XinyuCRO deleted the xyz/feat/setcodetx_gettxbyhash branch September 9, 2025 10:27
XinyuCRO added a commit that referenced this pull request Sep 9, 2025
…onse for EIP-7702 transactions (#725)

* feat(RPC): add authorizationList from eth_getTransactionByHash result

* test: unit

* fix: tests

* fix: coverage

* doc: changelog

* fix: review
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.

3 participants