-
Notifications
You must be signed in to change notification settings - Fork 566
Conversation
de38158
to
0da9aaa
Compare
Closes: evmos#1003 Solution: - add config item: evm.max-tx-gas-wanted
0da9aaa
to
67aef95
Compare
Codecov Report
@@ Coverage Diff @@
## main #1004 +/- ##
==========================================
+ Coverage 59.13% 59.15% +0.01%
==========================================
Files 79 79
Lines 6534 6539 +5
==========================================
+ Hits 3864 3868 +4
- Misses 2452 2453 +1
Partials 218 218
|
This doesn't really solve the issue. On evmos right now, 80% of tx volume is logic of " test if arb is profitable, if profitable arb otherwise revert". This results in a 7x ratio between gas wanted and gas used which then results in full blocks. This is what we originally discussed for this scenario. Gas should be charged at max(gas_used, gas_wanted/2) You may want to just do this in the ethermint ante handler. |
Do you mean only refund
|
I opened an issue here following your suggestion, summarize the consequences of this as I understand. |
Description
Closes: #1003
Solution:
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)