cosmos-sdk/x/auth/client/cli
likhita-809 a69764f9f0
chore: Better error msgs when node isn't synced (#11449)
* better err msg by checking node height

* get node sync info and check for catching up

* small fix

* small fix

* fix test

* add changelog

Co-authored-by: Marko <marbar3778@yahoo.com>
2022-03-25 14:49:03 +01:00
..
broadcast.go Combine client.ReadTxCommandFlags with GetClientContextFromCmd (#8155) 2020-12-14 22:09:51 +00:00
decode.go docs: encode/decode transaction (#10133) 2021-09-14 17:42:21 +00:00
encode_test.go refactor!: Remove clientCtx.JSONCodec and rename EncodingConfig.Marshaler to Codec (#9521) 2021-07-01 08:52:38 +00:00
encode.go docs: encode/decode transaction (#10133) 2021-09-14 17:42:21 +00:00
query_test.go feat: Query txs by signature and by address+seq (#9750) 2021-07-27 13:32:56 +00:00
query.go chore: Better error msgs when node isn't synced (#11449) 2022-03-25 14:49:03 +01:00
tips.go fix: Remove --tipper flag, set it to msg signer (#11322) 2022-03-04 13:44:14 +00:00
tx_multisign.go refactor: Change SignerData.SignerIndex to PubKey (#10692) 2021-12-08 11:43:15 +00:00
tx_sign.go fix: multisig works with only multisig name as argument, not its address (#11197) 2022-03-10 12:57:45 +00:00
validate_sigs.go refactor: Change SignerData.SignerIndex to PubKey (#10692) 2021-12-08 11:43:15 +00:00