cheqd / cheqd-node

Ledger/node software for cheqd's decentralised identity network. Built using the Cosmos SDK blockchain framework.
https://docs.cheqd.io/node
Apache License 2.0
64 stars 43 forks source link

Implement required decorators related to fee abstraction in ante handlers #776

Open akhilkumarpilli opened 2 months ago

akhilkumarpilli commented 2 months ago

What is the feature you'd like to see?

Implement NewFeeAbstractionMempoolFeeDecorator and NewFeeAbstractionDeductFeeDecorate in ante handlers which are related to fee-abstraction.

Are there any examples of where similar features are available?

NewFeeAbstractionMempoolFeeDecorator NewFeeAbstractionDeductFeeDecorate

Code of Conduct