cosmos-sdk/x/bank
mergify[bot] d587599122
fix: Cap Initialization Fix (forward-port #9392) (#9806)
This PR is a forward-port of #9392 from `release/v0.42.x` to `master`.

It was initially decided in https://github.com/cosmos/cosmos-sdk/pull/9392#issuecomment-865987655 that #9392 would be a temporary fix for 0.42, but as per @AdityaSripal's request we're actually foward-porting this to master too.

## Mergify description:

This is an automatic backport of pull request #9392 done by [Mergify](https://mergify.io).
Cherry-pick of 3776793ce6 has failed:
```
On branch mergify/bp/master/pr-9392
Your branch is up to date with 'origin/master'.

You are currently cherry-picking commit 3776793ce.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   x/bank/simulation/params.go
	modified:   x/capability/keeper/keeper.go

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
	deleted by us:   x/ibc/applications/transfer/simulation/params.go

```


To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

---


<details>
<summary>Mergify commands and options</summary>

<br />

More conditions and actions can be found in the [documentation](https://docs.mergify.io/).

You can also trigger Mergify actions by commenting on this pull request:

- `@Mergifyio refresh` will re-evaluate the rules
- `@Mergifyio rebase` will rebase this PR on its base branch
- `@Mergifyio update` will merge the base branch into this PR
- `@Mergifyio backport <destination>` will backport this PR on `<destination>` branch

Additionally, on Mergify [dashboard](https://dashboard.mergify.io/) you can:

- look at your merge queues
- generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.io/
</details>
2021-07-28 14:38:35 +00:00
..
atlas chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
client feat!: remove legacy REST (#9594) 2021-07-06 10:04:54 +00:00
exported Index supply by denom (#8517) 2021-03-03 09:58:16 +00:00
keeper x/bank: create reverse prefix for denom<->address (#9611) 2021-07-26 13:51:04 -04:00
migrations x/bank: create reverse prefix for denom<->address (#9611) 2021-07-26 13:51:04 -04:00
simulation fix: Cap Initialization Fix (forward-port #9392) (#9806) 2021-07-28 14:38:35 +00:00
spec x/bank: create reverse prefix for denom<->address (#9611) 2021-07-26 13:51:04 -04:00
testutil refactor: Move simapp FundAccount and FundModuleAccount to testutil (#9427) 2021-06-29 10:23:13 +00:00
types x/bank: create reverse prefix for denom<->address (#9611) 2021-07-26 13:51:04 -04:00
app_test.go refactor: Move simapp FundAccount and FundModuleAccount to testutil (#9427) 2021-06-29 10:23:13 +00:00
bench_test.go refactor: Move simapp FundAccount and FundModuleAccount to testutil (#9427) 2021-06-29 10:23:13 +00:00
module.go x/bank: create reverse prefix for denom<->address (#9611) 2021-07-26 13:51:04 -04:00