You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
This discussion was converted from issue #1161 on August 23, 2022 10:00.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Proposal:
Use more precise bounds for gasWanted via constant time estimates and/or linear time amortization analysis.
Current behavior:
Right now, it uses the user's set gas limit or capping it by an arbitrary number:
ethermint/app/ante/eth.go
Line 201 in 8e2c652
In the future with ABCI++, it may be possible to use gasUsed, but that's not possible now.
Desired behavior:
Ideally, Ethermint could use more tighter bounds without the full EVM execution:
Use case:
Requests may be closed if we're not actively planning to work on them.
Beta Was this translation helpful? Give feedback.
All reactions