EscanBE / evermint

Evermint is a fork of open source Evmos, maintains bug fixes, customization and enable developers to fork and transform to their chain, fully customized naming, in just 2 steps. For research and development purpose.
GNU Lesser General Public License v3.0
3 stars 3 forks source link

Feature Request: compute base fee in the end of block and use in the next block #126

Closed VictorTrustyDev closed 3 months ago

VictorTrustyDev commented 3 months ago

Current logic: Compute base fee in the beginning of every block. This add more complex in business logic to remember.

Suggestion: compute in the end of block, next block use computed base fee.