Closed spoo-bar closed 1 year ago
ante.NewRejectExtensionOptionsDecorator()
ante.NewExtensionOptionsDecorator(options.ExtensionOptionChecker)
ante.NewMempoolFeeDecorator()
ante.NewDeductFeeDecorator(options.AccountKeeper, options.BankKeeper, options.FeegrantKeeper, options.TxFeeChecker)
ibcante.NewAnteDecorator(options.IBCKeeper)
ibcante.NewRedundantRelayDecorator(options.IBCKeeper)
add-genesis-account
consensusParamsKeeper
ante.NewRejectExtensionOptionsDecorator()
=>ante.NewExtensionOptionsDecorator(options.ExtensionOptionChecker)
ante.NewMempoolFeeDecorator()
=>ante.NewDeductFeeDecorator(options.AccountKeeper, options.BankKeeper, options.FeegrantKeeper, options.TxFeeChecker)
ibcante.NewAnteDecorator(options.IBCKeeper)
=>ibcante.NewRedundantRelayDecorator(options.IBCKeeper)
add-genesis-account
and explicit references to gentx cmds as this is now provided by gentx commands supersetconsensusParamsKeeper