Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.33 KB

ChangeLog.md

File metadata and controls

30 lines (20 loc) · 1.33 KB

Revision history for ckb-plugin-ledger

v0.2.1 - 2020-11-18

Release Notes

This release primarily fixes bugs and improves overall code quality.

  • Source reformatted with new Cargo fmt settings, standardized for Nervos.
  • Only relevant transaction witnesses are now sent to the Ledger device, based on information from the keystore, fixing issues that might be caused by improper grouping of witnesses in the process of creating a transaction.

This release has been tested with:

v0.2.0 - 2020-09-30

Release Notes

  • Improve support with multiple ledgers, and mid-operation unplugged ledgers.
  • When listing accounts, return errors to ckb-cli rather than an empty lists of accounts.

This release has been tested with:

v0.1.0 - 2020-08-07

  • Initial release