cosmos-sdk/proto/cosmos
Robert Zaremba bd9af94174
Use embedded lib key type in sdk pub keys instead of bytes. (#7672)
* Remove duplicate print message on keys add command (#7654)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* ed25519: use stdlib/crypto types

* use standard package testing

* use crypto/ed25519 instead of golang.org/x/crypto/ed25519

In Go 1.13 the new crypto/ed25519 package implements the Ed25519 signature scheme.
This functionality was previously provided by the golang.org/x/crypto/ed25519 package,
which becomes a wrapper for crypto/ed25519 when used with Go 1.13+.

* use standard package testing for secp256k1 tests

* secp256k1: add cross packages signature checks

* ed25519: rollback the _test package name

* rename underlyingSecp256k1 to btcSecp256k1

* package update

Co-authored-by: Denis Fadeev <denis@fadeev.org>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-10-28 10:24:41 +00:00
..
auth/v1beta1 Change address from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
bank/v1beta1 Refactor x/bank according to ADR 031 (#7520) 2020-10-13 09:05:46 +00:00
base Remove the old message PublicKey proto oneof (#7390) 2020-09-29 10:01:54 +00:00
capability/v1beta1 Change address from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
crisis/v1beta1 Refactor x/{gov, crisis} according to ADR 031 (#7533) 2020-10-16 13:04:02 +00:00
crypto Use embedded lib key type in sdk pub keys instead of bytes. (#7672) 2020-10-28 10:24:41 +00:00
distribution/v1beta1 Refactor x/distribution according to ADR 031 (#7524) 2020-10-15 13:54:16 +00:00
evidence/v1beta1 Refactor x/evidence to ADR-031 (#7538) 2020-10-16 16:05:25 +00:00
genutil/v1beta1 Add proto formatting tool (#7266) 2020-09-08 22:06:54 +00:00
gov/v1beta1 Refactor x/{gov, crisis} according to ADR 031 (#7533) 2020-10-16 13:04:02 +00:00
mint/v1beta1 Change address from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
params/v1beta1 Change address from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
slashing/v1beta1 [x/slashing] Implement Protobuf Msg Services (#7557) 2020-10-15 14:38:15 +00:00
staking/v1beta1 Use any as validator pubkey (#7597) 2020-10-23 12:07:52 +00:00
tx Add Fee granter field (#7418) 2020-10-05 21:56:09 +00:00
upgrade/v1beta1 ibc: upgrade client (#7367) 2020-10-01 03:21:57 -03:00
vesting/v1beta1 Refactor x/auth/vesting to use ADR-031 (#7551) 2020-10-19 09:22:56 +00:00