Component: Fee market (x/feemarket)
Description
The module is forked from https://github.com/skip-mev/feemarket↗, which implements EIP-1559--like AIMD dynamic gas pricing.
The PR includes some minor changes to the module, including the removal of fee tip and fee escrowing before distribution. This is implemented through a change in the AnteHandler, with the fee now being deducted from the payer account during transaction execution. Previously, the fee was escrowed and only deducted in the PostHandler along with the tip.