Skip to content

Conversation

@thomas-nguy
Copy link

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)

@thomas-nguy thomas-nguy requested a review from a team as a code owner October 30, 2025 00:52
@thomas-nguy thomas-nguy requested review from XinyuCRO and randy-cro and removed request for a team October 30, 2025 00:52
@github-actions github-actions bot added the evm label Oct 30, 2025
@github-actions

This comment has been minimized.

@codecov
Copy link

codecov bot commented Oct 30, 2025

Codecov Report

❌ Patch coverage is 0% with 239 lines in your changes missing coverage. Please review.
✅ Project coverage is 39.43%. Comparing base (9a1a449) to head (6f8ab81).
⚠️ Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
rpc/backend/mocks/evm_query_client.go 0.00% 100 Missing ⚠️
x/evm/keeper/grpc_query.go 0.00% 81 Missing ⚠️
rpc/backend/call_tx.go 0.00% 36 Missing ⚠️
rpc/backend/tx_info.go 0.00% 13 Missing ⚠️
rpc/namespaces/ethereum/eth/api.go 0.00% 5 Missing ⚠️
x/evm/types/tracer.go 0.00% 4 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #768      +/-   ##
===========================================
- Coverage    39.98%   39.43%   -0.55%     
===========================================
  Files          189      189              
  Lines        15366    15579     +213     
===========================================
  Hits          6144     6144              
- Misses        8587     8800     +213     
  Partials       635      635              
Files with missing lines Coverage Δ
rpc/backend/backend.go 77.77% <ø> (ø)
rpc/types/types.go 0.00% <ø> (ø)
x/evm/types/access_list.go 100.00% <ø> (ø)
x/evm/types/tracer.go 35.08% <0.00%> (-1.28%) ⬇️
rpc/namespaces/ethereum/eth/api.go 0.00% <0.00%> (ø)
rpc/backend/tx_info.go 56.70% <0.00%> (-2.66%) ⬇️
rpc/backend/call_tx.go 52.18% <0.00%> (-7.90%) ⬇️
x/evm/keeper/grpc_query.go 62.87% <0.00%> (-11.20%) ⬇️
rpc/backend/mocks/evm_query_client.go 0.00% <0.00%> (ø)
🚀 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.

@thomas-nguy thomas-nguy force-pushed the thomas/access-list-support branch from 9eae520 to f4606c5 Compare October 30, 2025 05:52
@thomas-nguy thomas-nguy force-pushed the thomas/access-list-support branch from af7fdfa to eb0d985 Compare December 4, 2025 07:38
@thomas-nguy thomas-nguy marked this pull request as draft December 5, 2025 02:37
@thomas-nguy thomas-nguy force-pushed the thomas/access-list-support branch from f00c1fb to b6c845d Compare December 6, 2025 16:20
@thomas-nguy thomas-nguy marked this pull request as ready for review December 7, 2025 05:21
@thomas-nguy thomas-nguy force-pushed the thomas/access-list-support branch from 887a7ed to 6e0b253 Compare December 7, 2025 05:33
@thomas-nguy
Copy link
Author

integration tests
crypto-org-chain/cronos#1932

@thomas-nguy thomas-nguy force-pushed the thomas/access-list-support branch from 7fc04f1 to a43e33d Compare December 11, 2025 07:32
@thomas-nguy thomas-nguy enabled auto-merge (squash) December 12, 2025 01:52
@thomas-nguy thomas-nguy merged commit 7da2d57 into crypto-org-chain:develop Dec 12, 2025
42 of 45 checks passed
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.

4 participants