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
Similar to #723 , we should make a mempool filter for high gas fee txs to have non-zero fee requirements. (Configurable by every full node operator)
E.g. if gas fee > $THRESHOLD, require minimum-gas-price to be at least x.
Would require two params in the app.toml config threshold and x. Though maybe its fine to just hardcode the threshold?
I think its probably worthwhile for governance to consider requiring this in the state machine. (Though that could also be premature with cosmwasm, unclear how cosmwasm contracts will perform gas-wise)
The text was updated successfully, but these errors were encountered:
Similar to #723 , we should make a mempool filter for high gas fee txs to have non-zero fee requirements. (Configurable by every full node operator)
E.g. if gas fee > $THRESHOLD, require minimum-gas-price to be at least
x
.Would require two params in the app.toml config
threshold
andx
. Though maybe its fine to just hardcode the threshold?I think its probably worthwhile for governance to consider requiring this in the state machine. (Though that could also be premature with cosmwasm, unclear how cosmwasm contracts will perform gas-wise)
The text was updated successfully, but these errors were encountered: