Releases: obsidiansystems/ckb-plugin-ledger
Releases · obsidiansystems/ckb-plugin-ledger
Version 0.2.1
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
v0.2.0
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:
- Nervos Ledger App: v0.5.0 - 88026362a0bbf096ae911f33be5149415a2a7c77
- CKB-CLI: b460c998d6681a89a47b3af203ecc5f12d7b2507
Initial Release
This plugin allows users of CKB-CLI to store keys on a Ledger and interact with the Ledger app for the Nervos blockchain.