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
Since the introduction of priority mempool and feemarkets, we need more flexibility to customize the tx building process, mainly the gas price-related stuff.
Also as a workaround of the tx reorder issue, we need different strategies for different chains to control the tx priority:
With the SDK default mechanism plus this fix, the current static gas price works fine.
With the feemarket introduced in ethermint, we need to add an extension option(ExtensionOptionDynamicFeeTx) to specify a max_priority_price.
Summary
Since the introduction of priority mempool and feemarkets, we need more flexibility to customize the tx building process, mainly the gas price-related stuff.
Also as a workaround of the tx reorder issue, we need different strategies for different chains to control the tx priority:
ExtensionOptionDynamicFeeTx
) to specify amax_priority_price
.Problem Definition
Proposal
Change the type ofconfig::GasPrice
to sth like:Update tx building logic accordingly.Add a config item to specify extension options for the tx.
Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: