mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-05 11:31:16 +00:00
1.1 KiB
1.1 KiB
Changelog
0.2.0 (May 15, 2017)
BREAKING CHANGES:
- [hd] The following functions no longer take a
coin stringas argument:ComputeAddress,AddrFromPubKeyBytes,ComputeAddressForPrivKey,ComputeWIF,WIFFromPrivKeyBytes - Changes to
PrivKey,PubKey, andSignature(denotedXxxbelow):- interfaces are renamed
XxxInner, and are not for use outside the package, though they must be exposed for sake of serialization. Xxxis now a struct that wraps the correspondingXxxInnerinterface
- interfaces are renamed
FEATURES:
github.com/tendermint/go-keys -> github.com/tendermint/go-crypto/keys- command and lib for generating and managing encrypted keys- [hd] New function
WIFFromPrivKeyBytes(privKeyBytes []byte, compress bool) string - Changes to
PrivKey,PubKey, andSignature(denotedXxxbelow):- Expose a new method
Unwrap() XxxInneron theXxxstruct which returns the correspondingXxxInnerinterface - Expose a new method
Wrap() Xxxon theXxxInnerinterface which returns the correspondingXxxstruct
- Expose a new method
IMPROVEMENTS:
- Update to use new
tmlibsrepository
0.1.0 (April 14, 2017)
Initial release