cosmos-sdk/x/staking
Marie Gauthier 489599b70f
Remove the old message PublicKey proto oneof (#7390)
* Remove unused PublicKey type and update docs

* Update wording

* Update proto/cosmos/base/crypto/v1beta1/crypto.proto

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>

* Edit docs

* Move crypto.proto to multisig

* Proto linting

* Update docs/architecture/adr-020-protobuf-transaction-encoding.md

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>

* Update wording for Public Key Encoding

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
2020-09-29 10:01:54 +00:00
..
client Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
exported
keeper Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
legacy
simulation Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
spec
types Remove the old message PublicKey proto oneof (#7390) 2020-09-29 10:01:54 +00:00
abci.go
app_test.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
common_test.go Migrate BaseAccount PubKey to use Any (#7268) 2020-09-25 08:41:16 +00:00
genesis.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
genesis_test.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
handler.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
handler_test.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
module.go rename RegisterCodec to RegisterLegacyAminoCodec (#7243) 2020-09-07 14:47:12 +00:00
module_test.go