* 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> |
||
|---|---|---|
| .. | ||
| auth/v1beta1 | ||
| bank/v1beta1 | ||
| base | ||
| capability/v1beta1 | ||
| crisis/v1beta1 | ||
| crypto | ||
| distribution/v1beta1 | ||
| evidence/v1beta1 | ||
| genutil/v1beta1 | ||
| gov/v1beta1 | ||
| mint/v1beta1 | ||
| params/v1beta1 | ||
| slashing/v1beta1 | ||
| staking/v1beta1 | ||
| tx | ||
| upgrade/v1beta1 | ||
| vesting/v1beta1 | ||