Skip to content

Commit

Permalink
feat(x/distribution): add autocli config query (cosmos#16218)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeancarloBarrios committed Jun 16, 2023
1 parent 0529dbc commit 6f32a94
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.

### API Breaking Changes

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 6f32a94

Please sign in to comment.