Skip to content

Improvement Request: Move x/feemarket base fee calculation to EndBlocker and use in the next block #123

@0xbcdev

Description

@0xbcdev

Summary

Module feemarket has been calculating the base fee in begin block, imo it is inconvenient because apps won't immediately know the base fee of the current block, and need to maintain extra logic of feemarket like in tx tracing.

Proposed Feature

I would like to suggest to change the base fee calculation to end blocker and use the number in the next block, so apps can query and we don't need to maintains extra code of base fee computation.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions