cosmos-sdk/client
mergify[bot] 79d369cab3
feat: add cosmos-sdk Version (backport #9429) (#9543)
* feat: add cosmos-sdk Version (#9429)

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v                               ✰  Thanks for creating a PR! ✰
v    Before smashing the submit button please review the checkboxes.
v    If a checkbox is n/a - please still include it but + a little note why
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >  -->

## Description

Add CosmosSDKVersion to nodeInfo.

closes: #9420

(cherry picked from commit 105ad99a8e)

# Conflicts:
#	CHANGELOG.md
#	CONTRIBUTING.md
#	docs/core/proto-docs.md

* resolve conflicts

* resolve conflicts

Co-authored-by: Marko <marbar3778@yahoo.com>
2021-06-18 16:31:04 +02:00
..
config fix client config don't take effect (backport #9211) (#9360) 2021-05-19 10:41:30 -04:00
debug Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
docs fix linting (#9531) 2021-06-17 10:48:03 +02:00
flags keyring: update documentation (#8839) (#8858) 2021-03-11 15:27:48 +00:00
grpc feat: add cosmos-sdk Version (backport #9429) (#9543) 2021-06-18 16:31:04 +02:00
input client/keys: make add command's output parseable (#6603) 2020-07-05 13:22:49 +02:00
keys fix client config don't take effect (backport #9211) (#9360) 2021-05-19 10:41:30 -04:00
rest fix linting (#9531) 2021-06-17 10:48:03 +02:00
rpc fix linting (#9531) 2021-06-17 10:48:03 +02:00
tx Clean Any interface (#8167) 2020-12-18 14:55:25 +00:00
account_retriever.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
broadcast.go client: remove redundant/repeated code (#8182) 2020-12-17 09:30:28 +00:00
broadcast_test.go tm: update to latest (#7376) 2020-09-23 13:44:40 +00:00
cmd.go Add client config subcommand to CLI (backport #8953) (#9255) 2021-05-17 11:07:50 -04:00
cmd_test.go Combine client.ReadTxCommandFlags with GetClientContextFromCmd (#8155) 2020-12-14 22:09:51 +00:00
context.go Add env variable to cmd flags (backport #9040) (#9318) 2021-05-17 12:36:18 -04:00
context_test.go Robert/api clientctx (#8107) 2020-12-08 20:17:40 +00:00
grpc_query.go Make gRPC requests go through tendermint Query (#8549) (#8585) 2021-02-16 00:29:56 +00:00
grpc_query_test.go Add ADR 031 BaseApp and codec infrastructure (#7519) 2020-10-15 13:07:59 +00:00
query.go [Backport] fix: grpc-gateway error codes (#9015) (#9078) 2021-04-08 08:23:24 +01:00
test_helpers.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
tx_config.go Migrate {x/auth, x/gov, x/staking} missing CLI queries to proto (#6994) 2020-09-10 18:26:47 +00:00
utils.go Add client config subcommand to CLI (backport #8953) (#9255) 2021-05-17 11:07:50 -04:00
utils_test.go client: fix Paginate's arguments validation (#6205) 2020-05-13 13:14:43 +00:00