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/patch succeeded Oct 13, 2024 in 1s

72.53% of diff hit (target 0.00%)

View this Pull Request on Codecov

72.53% of diff hit (target 0.00%)

Annotations

Check warning on line 42 in app/ante/gas.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/gas.go#L42

Added line #L42 was not covered by tests

Check warning on line 54 in app/evmante/evmante_can_transfer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/evmante/evmante_can_transfer.go#L54

Added line #L54 was not covered by tests

Check warning on line 62 in app/evmante/evmante_can_transfer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/evmante/evmante_can_transfer.go#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 49 in app/evmante/evmante_mempool_fees.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/evmante/evmante_mempool_fees.go#L49

Added line #L49 was not covered by tests

Check warning on line 43 in eth/rpc/backend/chain_info.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/backend/chain_info.go#L43

Added line #L43 was not covered by tests

Check warning on line 251 in eth/rpc/backend/tx_info.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/backend/tx_info.go#L251

Added line #L251 was not covered by tests

Check warning on line 256 in eth/rpc/backend/tx_info.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/backend/tx_info.go#L256

Added line #L256 was not covered by tests

Check warning on line 168 in eth/rpc/rpc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/rpc.go#L168

Added line #L168 was not covered by tests

Check warning on line 396 in eth/rpc/rpcapi/websockets.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/rpcapi/websockets.go#L396

Added line #L396 was not covered by tests

Check warning on line 414 in eth/rpc/rpcapi/websockets.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/rpcapi/websockets.go#L414

Added line #L414 was not covered by tests

Check warning on line 43 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L43

Added line #L43 was not covered by tests

Check warning on line 115 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L115

Added line #L115 was not covered by tests

Check warning on line 127 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L127

Added line #L127 was not covered by tests

Check warning on line 135 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L135

Added line #L135 was not covered by tests

Check warning on line 281 in x/evm/msg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/msg.go#L281

Added line #L281 was not covered by tests

Check warning on line 286 in x/evm/msg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/msg.go#L286

Added line #L286 was not covered by tests

Check warning on line 292 in x/evm/msg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/msg.go#L289-L292

Added lines #L289 - L292 were not covered by tests

Check warning on line 294 in x/evm/msg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/msg.go#L294

Added line #L294 was not covered by tests

Check warning on line 42 in x/evm/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/tx.go#L42

Added line #L42 was not covered by tests

Check warning on line 189 in x/evm/tx_data_access_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/tx_data_access_list.go#L188-L189

Added lines #L188 - L189 were not covered by tests

Check warning on line 307 in x/evm/tx_data_access_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/tx_data_access_list.go#L304-L307

Added lines #L304 - L307 were not covered by tests

Check warning on line 171 in x/evm/tx_data_dynamic_fee.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/tx_data_dynamic_fee.go#L170-L171

Added lines #L170 - L171 were not covered by tests

Check warning on line 108 in x/evm/tx_data_legacy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/tx_data_legacy.go#L107-L108

Added lines #L107 - L108 were not covered by tests