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:
- Nervos Ledger App: v0.5.1 - 61435fe19c722a0445ac3743cc42b84139842c33
- CKB-CLI/ledger-support: babc52ae593474f7fddb80f7c229374203310d6a
- 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:
- Nervos Ledger App: v0.5.0 - 88026362a0bbf096ae911f33be5149415a2a7c77
- CKB-CLI: b460c998d6681a89a47b3af203ecc5f12d7b2507
- Initial release