BREAKING CHANGES:
coin string
as argument: ComputeAddress
, AddrFromPubKeyBytes
, ComputeAddressForPrivKey
, ComputeWIF
, WIFFromPrivKeyBytes
PrivKey
, PubKey
, and Signature
(denoted Xxx
below):
XxxInner
, and are not for use outside the package, though they must be exposed for sake of serialization.Xxx
is now a struct that wraps the corresponding XxxInner
interfaceFEATURES:
github.com/tendermint/go-keys -> github.com/tendermint/go-crypto/keys
- command and lib for generating and managing encrypted keysWIFFromPrivKeyBytes(privKeyBytes []byte, compress bool) string
PrivKey
, PubKey
, and Signature
(denoted Xxx
below):
Unwrap() XxxInner
on the Xxx
struct which returns the corresponding XxxInner
interfaceWrap() Xxx
on the XxxInner
interface which returns the corresponding Xxx
structIMPROVEMENTS:
tmlibs
repositoryInitial release