sei-chain
sei-chain copied to clipboard
EVM Precompile integration test
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
seilocalhardhat run - Verified with
npx hardhat test --network seilocal test/EVMPrecompileTester.js
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
@@ 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
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
@@ 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
make sure you merge to seiv2