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

fix(gas-fees): use effective gas price in RefundGas #2076

Merged
merged 6 commits into from
Oct 13, 2024

fix e2e tests

b99631b
Select commit
Loading
Failed to load commit list.
Merged

fix(gas-fees): use effective gas price in RefundGas #2076

fix e2e tests
b99631b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 13, 2024 in 0s

65.07% (target 60.00%)

View this Pull Request on Codecov

65.07% (target 60.00%)

Details

Codecov Report

Attention: Patch coverage is 72.53521% with 39 lines in your changes missing coverage. Please review.

Project coverage is 65.07%. Comparing base (62d4b1a) to head (b99631b).

Files with missing lines Patch % Lines
x/evm/msg.go 12.50% 7 Missing ⚠️
x/evm/keeper/msg_server.go 62.50% 4 Missing and 2 partials ⚠️
x/evm/tx_data_access_list.go 25.00% 6 Missing ⚠️
app/evmante/evmante_can_transfer.go 61.53% 3 Missing and 2 partials ⚠️
app/evmante/evmante_mempool_fees.go 66.66% 1 Missing and 1 partial ⚠️
eth/rpc/backend/tx_info.go 66.66% 2 Missing ⚠️
eth/rpc/rpcapi/websockets.go 0.00% 2 Missing ⚠️
x/evm/tx_data_dynamic_fee.go 60.00% 2 Missing ⚠️
x/evm/tx_data_legacy.go 60.00% 2 Missing ⚠️
app/ante/gas.go 0.00% 1 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2076      +/-   ##
==========================================
+ Coverage   65.06%   65.07%   +0.01%     
==========================================
  Files         270      270              
  Lines       17068    17091      +23     
==========================================
+ Hits        11105    11122      +17     
- Misses       5023     5030       +7     
+ Partials      940      939       -1     
Files with missing lines Coverage Δ
app/evmante/evmante_emit_event.go 100.00% <100.00%> (ø)
app/evmante/evmante_gas_consume.go 69.56% <100.00%> (ø)
app/evmante/evmante_handler.go 100.00% <100.00%> (ø)
app/evmante/evmante_increment_sender_seq.go 70.96% <100.00%> (ø)
app/evmante/evmante_setup_ctx.go 66.66% <100.00%> (ø)
app/evmante/evmante_sigverify.go 100.00% <100.00%> (ø)
app/evmante/evmante_verify_eth_acc.go 93.10% <100.00%> (ø)
eth/rpc/backend/backend.go 85.71% <ø> (ø)
eth/rpc/backend/blocks.go 52.09% <100.00%> (ø)
eth/rpc/backend/utils.go 65.98% <100.00%> (ø)
... and 22 more