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.
Related issue: evmos/evmos#311 (blocks are filled with more transactions than can be processed, due to the block gas limit), as this can still happen now.
Proposal: validator should include transactions based on gas used
track issue for the long-term solution of #989.
Current behavior: we have a temporary solution right now
Desired behavior:
PrepareProposal in abci++
We can run the tx in the PrepareProposal phase, and truncate the preliminary transaction list according to the gas used.
Use case: [Why is this important (helps with prioritizing requests)]
Requests may be closed if we're not actively planning to work on them.
The text was updated successfully, but these errors were encountered: