Akhil Kumar P

Results 10 issues of Akhil Kumar P

I am running a local testnet and tried to add it to Keplr extension. I can view balance of staked denom but not able to view ibc tokens balance. Is...

# Description ref: #20279 This PR will * Remove `cosmossdk.io/x/staking` dependency in `testutil` package. * Add a simple staking module for testing in `testutil/x/` directory --- ## Author Checklist *All...

C:x/staking
C:x/gov
C:x/distribution
C:x/mint
C:x/bank
C:x/auth
C:x/evidence
C:x/upgrade
C:x/feegrant
C:x/authz
C:x/group
C:x/nft
C:x/consensus
C:x/circuit
C:x/protocolpool
C:x/epochs

# Description Closes: #XXXX * Add `minimum-gas-prices` config in server config * Test transaction fee with `minimum-gas-prices` value in x/auth/tx `TxValidator` method. * Update few commands and confix related to...

C:x/auth
C:Confix
C:server/v2
backport/v0.52.x

### What is the feature you'd like to see? Implement `NewFeeMarketCheckDecorator` in ante handlers which are related to fee market. ### Are there any examples of where similar features are...

### 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...

### What is the feature you'd like to see? Integrate fee abstraction module in app from [cheqd/fee-abstraction](https://github.com/cheqd/fee-abstraction/tree/release/v7.0.x) which is forked from osmosis-labs ### Are there any examples of where similar...

### What is the feature you'd like to see? Integrate x/feegrant module in app from [cheqd/feemarket](https://github.com/cheqd/feemarket/tree/sdk-47) which is forked from `skip-mev` ### Are there any examples of where similar features...

### Description There is an inconsistency in the `annual-provisions` values returned by v1 and v2 when querying with the `--height` flag. Specifically, when querying at initial block (height=1), v1 returns...

T:Bug
C:server/v2