Skip to content

Commit

Permalink
feat: CLI tooling to generate proposal JSONs (#13304)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7252f4a)

# Conflicts:
#	CHANGELOG.md
#	api/cosmos/nft/v1beta1/tx.pulsar.go
#	go.mod
#	go.sum
#	simapp/go.mod
#	simapp/go.sum
#	tests/go.mod
#	tests/go.sum
#	x/gov/README.md
#	x/group/spec/05_client.md
  • Loading branch information
julienrbrt authored and mergify[bot] committed Sep 19, 2022
1 parent c524571 commit 2111f5b
Show file tree
Hide file tree
Showing 16 changed files with 7,448 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -43,6 +43,15 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Features

<<<<<<< HEAD
=======
* (cli) [#13304](https://github.com/cosmos/cosmos-sdk/pull/13304) Add `tx gov draft-proposal` command for generating proposal JSONs.
* (cli) [#13207](https://github.com/cosmos/cosmos-sdk/pull/13207) Reduce user's password prompts when calling keyring `List()` function
* (x/authz) [#12648](https://github.com/cosmos/cosmos-sdk/pull/12648) Add an allow list, an optional list of addresses allowed to receive bank assets via authz MsgSend grant.
* (sdk.Coins) [#12627](https://github.com/cosmos/cosmos-sdk/pull/12627) Make a Denoms method on sdk.Coins.
* (testutil) [#12973](https://github.com/cosmos/cosmos-sdk/pull/12973) Add generic `testutil.RandSliceElem` function which selects a random element from the list.
* (client) [#12936](https://github.com/cosmos/cosmos-sdk/pull/12936) Add capability to preprocess transactions before broadcasting from a higher level chain.
>>>>>>> 7252f4a75 (feat: CLI tooling to generate proposal JSONs (#13304))
* (x/authz) [#13047](https://github.com/cosmos/cosmos-sdk/pull/13047) Add a GetAuthorization function to the keeper.
* (cli) [#12742](https://github.com/cosmos/cosmos-sdk/pull/12742) Add the `prune` CLI cmd to manually prune app store history versions based on the pruning options.

Expand Down

0 comments on commit 2111f5b

Please sign in to comment.