cosmos-sdk/x/auth/client/cli
Marie Gauthier 90e9370bd8
Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419)
* WIP on removing tm pub/privkey

* Fix part of crypto tests

* Add PrivKeyLedgerSecp256K1 proto type

* Use BasePrivKey for ledger priv key type

* Refacto continued

* First round

* x/staking

* Continue porting

* x/* done

* Make build pass

* More conversion

* Remove IntoTmPubKey

* Fix test

* Remove crypto.PubKey in some other places

* Revert ledger changes

* Fix comment

* Remove useless function

* Add To/FromTmPublicKey

* Add migrate tests

* Fix test

* Fix another test

* Rename tm conversion functions

* Less code

* Rename BasePrivKey to LedgerPrivKey

* Add changelog

* Rename functions

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
2020-11-09 16:01:43 +00:00
..
broadcast.go docs: Update "Basics" section (#7416) 2020-10-12 15:31:25 +00:00
cli_test.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
decode.go Update auth cli commands (#6717) 2020-07-29 22:33:42 +00:00
encode_test.go simapp: rename MakeEncodingConfig to MakeTestEncodingConfig (#7681) 2020-10-27 11:33:48 +00:00
encode.go Update auth cli commands (#6717) 2020-07-29 22:33:42 +00:00
query.go docs: Update "Basics" section (#7416) 2020-10-12 15:31:25 +00:00
tx_multisign.go Add the option of emitting amino encoded json from the CLI (#7221) 2020-10-15 15:12:35 +00:00
tx_sign.go Add the option of emitting amino encoded json from the CLI (#7221) 2020-10-15 15:12:35 +00:00
validate_sigs.go Put AccountSequence in SignerInfo (#6997) 2020-08-21 14:20:47 +00:00