Releases: bitcoindevkit/rust-hwi
Releases · bitcoindevkit/rust-hwi
Version 0.2.1
What's Changed
- Add togglepassphrase function by @wszdexdrf in #24
- Add wipedevice function by @wszdexdrf in #25
- Add test for sign_tx() by @wszdexdrf in #36
- Add LICENSE and LICENSE-MIT files by @notmandatory in #38
- ci: Run README examples by @danielabrozzoni in #39
- Add Debug trait to structs by @wszdexdrf in #42
- Add build script by @wszdexdrf in #34
- Bump version to 0.2.1 by @danielabrozzoni in #43
New Contributors
- @notmandatory made their first contribution in #38
Full Changelog: v0.2.0...v0.2.1
Version 0.2.0
This release updates the rust-hwi
API to make it easier to use, and also makes it compatible with the latest HWI versions.
Under the hood, we start using PyO3 for calling the HWI code.
What's Changed
- Compatibility upgraded to HWI 2.0.2 binary along with fixes by @wszdexdrf in #13
- Add ci by @wszdexdrf in #16
- Rectify documentation, fix clippy warnings and update dependencies by @wszdexdrf in #18
- [GetXpub] Added expert flag by @anishagg17 in #11
- Add cargo fmt check to ci by @Eunoia1729 in #21
- Move to PyO3. Add CI test for ledger. by @wszdexdrf in #19
- Add installudevrules command by @wszdexdrf in #22
- Improve readability of error messages by @wszdexdrf in #26
- Update CI by @danielabrozzoni in #31
- Make HWILib private by @danielabrozzoni in #27
- Add debug flag equivalent by @wszdexdrf in #23
- Update README.md, add CONTRIBUTING.md, update docs by @danielabrozzoni in #30
New Contributors
- @wszdexdrf made their first contribution in #13
- @anishagg17 made their first contribution in #11
- @Eunoia1729 made their first contribution in #21
Full Changelog: v0.1.3...v0.2.0