Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(evm): Remove unnecessary argument in the VerifyFee function, which returns the token payment required based on the effective fee from the tx data. Improve documentation. #2124

chore: changelog

665bf00
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2024 in 1s

64.92% (target 60.00%)

View this Pull Request on Codecov

64.92% (target 60.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.92%. Comparing base (88b060a) to head (665bf00).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2124   +/-   ##
=======================================
  Coverage   64.92%   64.92%           
=======================================
  Files         273      273           
  Lines       21656    21656           
=======================================
  Hits        14061    14061           
  Misses       6620     6620           
  Partials      975      975           
Files with missing lines Coverage Δ
app/evmante/evmante_gas_consume.go 72.38% <ø> (-0.27%) ⬇️
x/evm/keeper/gas_fees.go 65.74% <100.00%> (+0.32%) ⬆️
x/evm/tx_data.go 92.22% <ø> (ø)
x/evm/tx_data_access_list.go 80.68% <ø> (ø)
x/evm/tx_data_dynamic_fee.go 90.37% <ø> (ø)
x/evm/tx_data_legacy.go 98.34% <ø> (ø)