sei-chain icon indicating copy to clipboard operation
sei-chain copied to clipboard

EVM Precompile integration test

Open jewei1997 opened this issue 1 year ago • 3 comments

Describe your changes and provide context

  • Add hardhat tests for each of the precompiles
  • Test different precompile functions

Testing performed to validate your change

  • Verified with seilocal hardhat run
  • Verified with npx hardhat test --network seilocal test/EVMPrecompileTester.js

jewei1997 avatar Feb 26 '24 02:02 jewei1997

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 63.27%. Comparing base (c932310) to head (49843a1).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              evm    #1379      +/-   ##
==========================================
+ Coverage   63.16%   63.27%   +0.11%     
==========================================
  Files         350      350              
  Lines       23760    23760              
==========================================
+ Hits        15008    15035      +27     
+ Misses       7896     7864      -32     
- Partials      856      861       +5     

see 3 files with indirect coverage changes

codecov[bot] avatar Feb 26 '24 02:02 codecov[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 63.03%. Comparing base (c932310) to head (56c40c4).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              evm    #1379      +/-   ##
==========================================
- Coverage   63.16%   63.03%   -0.13%     
==========================================
  Files         350      350              
  Lines       23760    23760              
==========================================
- Hits        15008    14978      -30     
- Misses       7896     7923      +27     
- Partials      856      859       +3     

see 3 files with indirect coverage changes

codecov-commenter avatar Mar 01 '24 04:03 codecov-commenter

make sure you merge to seiv2

jewei1997 avatar Mar 14 '24 13:03 jewei1997