cosmos-sdk/x/auth/client/cli
Julien Robert 6a9b8247f6
feat: implement multi-send transaction command (#11738)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Anil Kumar Kammari <anil@vitwit.com>
2022-04-29 11:27:01 +02: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 feat: implement multi-send transaction command (#11738) 2022-04-29 11:27:01 +02:00
tx_sign.go fix: --dry-run not working when using tx command (#11558) 2022-04-11 15:50:54 +00:00
validate_sigs.go refactor: Change SignerData.SignerIndex to PubKey (#10692) 2021-12-08 11:43:15 +00:00