cosmos-sdk/client
Aleksandr Bezobchuk 148451b51c
fix: Allow --home to propagate to init command (#10104)
2021-09-09 16:22:55 -04:00
..
config fix client config don't take effect (#9211) 2021-05-19 08:44:15 +00:00
debug refactor(client): add client/Context.Codec and deprecate JSONCodec (#9498) 2021-06-11 11:49:39 +00:00
docs feat!: Add bech32 prefix to authkeeper (#9759) 2021-08-25 11:17:18 +00:00
flags fix: support output flag on tx commands (#9717) 2021-07-26 14:13:41 +00:00
grpc feat!: Add bech32 prefix to authkeeper (#9759) 2021-08-25 11:17:18 +00:00
input client/keys: make add command's output parseable (#6603) 2020-07-05 13:22:49 +02:00
keys fix: file keyring fails to add/import/export keys when input is not stdin (fix #9566) (#9821) 2021-08-09 10:35:01 +00:00
rpc feat!: remove legacy REST (#9594) 2021-07-06 10:04:54 +00:00
tx fix!: Remove onlyAminoSigners in sequence check (#10029) 2021-08-30 22:15:21 +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: update client error handling to use tx hash from tendermint (#9462) 2021-06-07 02:55:08 -04:00
broadcast_test.go tm: update to latest (#7376) 2020-09-23 13:44:40 +00:00
cmd.go fix: Allow --home to propagate to init command (#10104) 2021-09-09 16:22:55 -04:00
cmd_test.go Limit context background (#8093) 2021-02-03 09:47:25 +00:00
context.go feat: `--generate-only` and `--offline` flags can use keyname. (#9838) 2021-08-09 16:18:19 +00:00
context_test.go feat: simd runs in-process testnet by default (#9246) 2021-06-29 10:41:55 +00:00
grpc_query.go fix!: update ABCI query to use request height (#9879) 2021-08-12 10:48:22 -04:00
grpc_query_test.go feat: simd runs in-process testnet by default (#9246) 2021-06-29 10:41:55 +00:00
query.go fix!: update ABCI query to use request height (#9879) 2021-08-12 10:48:22 -04:00
query_test.go fix!: update ABCI query to use request height (#9879) 2021-08-12 10:48:22 -04:00
test_helpers.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
tx_config.go Add fee grant module (#8061) 2021-01-29 19:54:51 +00:00
utils.go Add client config subcommand to CLI (#8953) 2021-03-31 12:04:33 +02:00
utils_test.go client: fix Paginate's arguments validation (#6205) 2020-05-13 13:14:43 +00:00