cosmos-sdk/tests/mocks
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
..
account_retriever.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
grpc_server.go Add RegisterQueryService to AppModule (#6336) 2020-06-06 07:59:57 +00:00
tendermint_tendermint_libs_log_DB.go types: start grouping tests in test suites (#7395) 2020-09-27 23:51:14 +02:00
tendermint_tm_db_DB.go Fix module interface registration (#6834) 2020-07-23 22:45:34 -04:00
types_handler.go regenerate mocks, don't format autogenered files on make format (#5848) 2020-03-20 18:14:53 +00:00
types_invariant.go regenerate mocks, don't format autogenered files on make format (#5848) 2020-03-20 18:14:53 +00:00
types_module_module.go Rename RegisterGRPCRoutes (#7696) 2020-10-28 11:39:49 +00:00
types_router.go module: pass route by value (#6404) 2020-06-11 15:37:23 +00:00