cosmos-sdk/x/ibc/core
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
..
02-client Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
03-connection Merge Packet Functions (#7813) 2020-11-05 14:07:15 +00:00
04-channel Merge Packet Functions (#7813) 2020-11-05 14:07:15 +00:00
05-port update core IBC docs (#7560) 2020-10-27 14:51:47 +00:00
23-commitment/types Remove BatchProofs implementation (#7784) 2020-11-03 09:37:55 +00:00
24-host Host Key changes (#7783) 2020-11-03 14:35:54 +00:00
client Fix IBC Query cmds (#7648) 2020-10-23 16:31:32 +00:00
exported ibc: remove root from verification funcs (#7780) 2020-11-02 17:16:22 +00:00
keeper Merge Packet Functions (#7813) 2020-11-05 14:07:15 +00:00
simulation ibc: Connection Version changed from string to proto definition (#7644) 2020-10-28 09:41:54 +00:00
spec ibc: spec overview (#7853) 2020-11-09 12:44:20 +01:00
types ibc: core restructure (#7434) 2020-10-02 06:03:02 -03:00
genesis_test.go Async Ack Fixes (#7735) 2020-11-02 15:13:48 +00:00
genesis.go ibc: core restructure (#7434) 2020-10-02 06:03:02 -03:00
handler.go ibc: internal audit part 1 (#7704) 2020-10-28 15:57:48 +00:00
module.go Rename RegisterGRPCRoutes (#7696) 2020-10-28 11:39:49 +00:00