- Fix missing macros in
katex-header.html
(only affects rendered docs) #122
- Update
katex-header.html
injected into docs #121
- BREAKING: use
hd-wallet
crate for HD support instead ofslip-10
#115 - BREAKING: rename
hd-wallets
feature intohd-wallet
#115
- Update links in the documentation and crate settings after moving the repo #113
- Take advantage of
#[udigest(as = ...)]
attribute #106
- Add HD-related methods to
DirtyKeyInfo
#104
- Update
udigest
to v0.2 - Update
generic-ec
to v0.4 - Update
slip-10
to v0.4
- Update
generic-ec
andslip-10
deps to latest version #101 - Optimize key share verification using new features of
generic-ec
#101
- Reduce size of serialized key share #96
- Add
no_std
support #92
- Fix key share (de)serialization issue #93
- Add a notice about the serialization to key share docs #91
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
YANKED: this release is yanked because it had an issue with key share (de)serialization that was addressed in v0.2.1
Initial release