Skip to content

Commit

Permalink
feat(x/distribution): add autocli config query (#16218)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6f32a94)
  • Loading branch information
JeancarloBarrios authored and mergify[bot] committed Jun 16, 2023
1 parent ae3e30a commit 2b1070a
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 1,262 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Improvements

* (all) [#16497](https://github.com/cosmos/cosmos-sdk/pull/16497) Removed all exported vestiges of `sdk.MustSortJSON` and `sdk.SortJSON`.
* (x/distribution) [#16218](https://github.com/cosmos/cosmos-sdk/pull/16218) Add Autocli config to distribution module.

### Bug Fixes

Expand Down
3 changes: 2 additions & 1 deletion tests/e2e/distribution/grpc_query_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package distribution
import (
"fmt"

"cosmossdk.io/simapp"
"github.com/cosmos/gogoproto/proto"
"github.com/stretchr/testify/suite"

"cosmossdk.io/simapp"

sdktestutil "github.com/cosmos/cosmos-sdk/testutil"
"github.com/cosmos/cosmos-sdk/testutil/network"
sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down
Loading

0 comments on commit 2b1070a

Please sign in to comment.