Skip to content

Latest commit

 

History

History
79 lines (53 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

79 lines (53 loc) · 2.25 KB

Changelog

v0.5.2

  • Fix missing macros in katex-header.html (only affects rendered docs) #122

v0.5.1

  • Update katex-header.html injected into docs #121

v0.5.0

  • BREAKING: use hd-wallet crate for HD support instead of slip-10 #115
  • BREAKING: rename hd-wallets feature into hd-wallet #115

v0.4.3

  • Update links in the documentation and crate settings after moving the repo #113

v0.4.2

  • Take advantage of #[udigest(as = ...)] attribute #106

v0.4.1

  • Add HD-related methods to DirtyKeyInfo #104

v0.4.0

  • Update udigest to v0.2
  • Update generic-ec to v0.4
  • Update slip-10 to v0.4

v0.3.0

  • Update generic-ec and slip-10 deps to latest version #101
  • Optimize key share verification using new features of generic-ec #101

v0.2.3

  • Reduce size of serialized key share #96

v0.2.2

  • Add no_std support #92

v0.2.1

  • Fix key share (de)serialization issue #93
  • Add a notice about the serialization to key share docs #91

v0.2.0

YANKED: this release is yanked because it had an issue with key share (de)serialization that was addressed in v0.2.1

  • Add support of HD wallets compatible with BIP-32 and SLIP-10 #68, #74, #75
  • Prohibit key shares with zero secret share or secret key #82

v0.1.0

YANKED: this release is yanked because it had an issue with key share (de)serialization that was addressed in v0.2.1

Initial release