* add notice for possible iavl fast node migration (#13390)
(cherry picked from commit b60910535a)
* Update baseapp/baseapp.go
Co-authored-by: adu-crypto <94821467+adu-crypto@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
* perf: reduce user's password prompts when calling keyring List function (#13207)
* Reduce user password prompts by taking advantage of the already existing MigrateAll function
* Print message when no records were found on the keyring
* Update changelog
* Fix migration test
* Add keys sort
(cherry picked from commit 4882f933b1)
# Conflicts:
# CHANGELOG.md
* fix conflicts
* suggestions
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Ezequiel Raynaudo <raynaudo.ee@gmail.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* fix: streaming listeners are not called for deliver tx event (#13334)
* Problem: streaming listeners are not called for deliver tx event
it was removed accidentally, add back.
* Update CHANGELOG.md
* try to fix e2e test by wait for one more block
(cherry picked from commit 822900b69f)
# Conflicts:
# CHANGELOG.md
# x/auth/tx/service_test.go
* Update CHANGELOG.md
* Update x/auth/tx/service_test.go
* Update x/auth/tx/service_test.go
Co-authored-by: yihuang <huang@crypto.com>
* fix: keep the balance query endpoint compatible with legacy blocks (#13301)
* keep the balance query endpoint compatible with legacy blocks
Closes: #13296
A temporary solution before the proxy tool developed, since the balance endpoint is too important.
* Update CHANGELOG.md
* Apply suggestions from code review
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Marko <marbar3778@yahoo.com>
(cherry picked from commit 6c4f94b671)
# Conflicts:
# CHANGELOG.md
# x/bank/keeper/view.go
* Apply suggestions from code review
* fix lint
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
* feat: add more coins after add-genesis-account is made (#13233)
(cherry picked from commit c32493a5b0)
# Conflicts:
# CHANGELOG.md
* updates
Co-authored-by: Reece Williams <31943163+Reecepbcups@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
* feat: Add a cli cmd to prune old states according to current settings (#12742)
* add PruningCmd and change PruneStores signature
* the mimimum default pruning interval is 10
Co-authored-by: Marko <marbar3778@yahoo.com>
(cherry picked from commit d874acee4c)
* fix backport error
Co-authored-by: adu-crypto <94821467+adu-crypto@users.noreply.github.com>
Co-authored-by: adu <adu.du@crypto.com>
* fix: call `SetIAVLCacheSize` with the configured value in simapp (#13107)
* Call `SetIAVLCacheSize` with the configured value in simapp.
* Update CHANGELOG.md
(cherry picked from commit ab3334242a)
# Conflicts:
# CHANGELOG.md
* Apply suggestions from code review
Co-authored-by: yihuang <huang@crypto.com>
* feat(x/authz): Add the GetAuthorization function. (#13047)
* [13027]: Create the GetAuthorization function (in the authz module).
* [13027]: Add unit tests for the new GetAuthorization function.
* [13027]: Add changelog entry.
(cherry picked from commit 5e4651ecaf)
# Conflicts:
# CHANGELOG.md
# x/authz/keeper/keeper_test.go
* fix changelog
* Fix failed merge.
* Fix build issue introduced by merge.
Co-authored-by: Daniel Wedul <github@wedul.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
* fix: missing return statement in BaseApp.Query (#13046)
## Description
Closes: #13040
---
### Author Checklist
*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*
I have...
- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed
### Reviewers Checklist
*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*
I have...
- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
(cherry picked from commit c73171fbd6)
# Conflicts:
# CHANGELOG.md
* fix conflicts
Co-authored-by: Julien Robert <julien@rbrt.fr>
* fix: exporting the blockParams regression (#13029)
## Description
Closes: #13024
---
### Author Checklist
*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*
I have...
- [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [x] added `!` to the type prefix if API or client breaking change
- [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [x] provided a link to the relevant issue or specification
- [x] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
- [x] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [x] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [x] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed
### Reviewers Checklist
*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*
I have...
- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
(cherry picked from commit e1999e41d7)
# Conflicts:
# CHANGELOG.md
# server/export_test.go
* fix conflicts
Co-authored-by: JayT106 <JayT106@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
* feat: Change the default priority mechanism to be based on gas price (#12953)
(cherry picked from commit befd8162ee)
# Conflicts:
# CHANGELOG.md
# x/auth/ante/fee_test.go
* fix conflict
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
* docs: improve UPGRADING.md instructions for v0.46.0 (#12646)
## Description
This PR is aimed to improve further the UGPRADING.md for v0.46.0.
We've merged https://github.com/cosmos/cosmos-sdk/pull/12477 for having concurrent work on the file.
- ref #12992 and closes#12991
- closes#12963
---
### Author Checklist
*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*
I have...
- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed
### Reviewers Checklist
*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*
I have...
- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
(cherry picked from commit c76a00b28c)
# Conflicts:
# .gitignore
# CHANGELOG.md
# Makefile
# UPGRADING.md
* fix conflict
Co-authored-by: Julien Robert <julien@rbrt.fr>
* fix: proper error when parsing telemetry configuration (#12981)
When parsing `telemetry.global-labels` config the code assumes that the type will be an array. I saw an issue where someone edited the configuration in the wrong way and got the following error:

Instead, I suggest here to print a proper error log to indicate what the issue is.
(cherry picked from commit c24c439728)
* add changelog
Co-authored-by: liorbond <liorbond@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
* fix(x/group): propagate events correctly to current context (#12888)
* fix(x/groups) propagate events correctly to current context
* update to use current context on logger
* adding changelog entry
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
(cherry picked from commit 014bfae00f)
# Conflicts:
# CHANGELOG.md
* fix conflicts
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com>