Skip to content

Conversation

@cloudgray
Copy link
Contributor

@cloudgray cloudgray commented Nov 6, 2025

Description

Closes: #809

Done

  • Solve lock contention problem when injecting external app using wasm module into cosmos/evm integration test suite
  • Fix evmd specific validation logic in precompile integration test
  • Test with MANTRA-Chain fork (18 decimals chain) (commit)
    • all precompile integration tests
    • eip7702 tests
    • eip712 test
    • backend_test
    • x_feemarket_test

Future works

  • Separate EvmApp interface for each Test case
    • e.g. EvmAppWithStakingPrecompile
      • app should implement GetStakingKeeper()
      • app doesn't have to implement GetAuthzKeeper() which is need for IBC integration test
  • Test with 6 decimals chain
  • Fix failing tests with different app setup
    • e.g. Preinstall: We should setup preinstall in test code, not only evmd/genesis.go to execute tests with external apps.

Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • tackled an existing issue or discussed with a team member
  • left instructions on how to review the changes
  • targeted the main branch

@codecov
Copy link

codecov bot commented Nov 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.20%. Comparing base (0f7b883) to head (6654b8f).

❌ Your project check has failed because the head coverage (65.20%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #810      +/-   ##
==========================================
+ Coverage   65.17%   65.20%   +0.03%     
==========================================
  Files         317      317              
  Lines       21600    21598       -2     
==========================================
+ Hits        14078    14084       +6     
- Misses       6345     6353       +8     
+ Partials     1177     1161      -16     

see 2 files with indirect coverage changes

🚀 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.

@cloudgray cloudgray marked this pull request as ready for review November 7, 2025 06:57
@cloudgray cloudgray requested review from aljo242 and vladjdk November 7, 2025 06:57
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.

Problems from app injection to integration test suite - WASM initialization conflicts

2 participants