fix(gas-fees): use effective gas price in RefundGas #2076
Merged
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
).
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 |
Loading