cosmos-sdk/x/auth/client/cli
Aaron Craelius 81d647e505
Move codec.RegisterCrypto and codec.Cdc to new packages (#6330)
* Move codec.Cdc to legacy_global.Cdc

* Update CHANGELOG.md

* Updates

* nit

* Fix imports

* Updates

* Use cosmos multisig instead of tendermint multisig everywhere

* Fix tests

* Rename legacy_global -> legacy

* Add doc.go

* Linting, move all RegisterCrypto calls to crypto/codec

* Update crypto/codec/amino.go

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-06-04 10:38:24 +00:00
..
broadcast_test.go Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
broadcast.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
cli_test.go x/auth: cli tests (#6152) 2020-05-05 21:16:37 -04:00
decode.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
encode.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
query.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
tx_multisign.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
tx_sign.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
tx.go x/auth: turn sign --validate-sigantures into a standalone command (#6108) 2020-05-04 13:55:16 +00:00
validate_sigs.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00