-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility issue with Ledger #542
Comments
Hi there, ckb-cli is the default signer of Kuai to deploy contracts. Now we are going to support ledger for contract deployment, so I wonder if there's a plan to fix the compatibility issue. If there isn't such a plan, we will add ledger support in Lumos first. |
I tried to compile the ckb-plugin-ledger project using both cargo build and nix-build and found that the required version of the ckb-cli is too old, leading to compilation failures.
Afterward, I attempted to use the same Cargo.toml as ckb-cli, and I found that some internal implementations in ckb-plugin-ledger need to be adapted to the new development dependencies. |
I think maybe the branch of committed id belong to already deleted, but the commit can browser in github page. You can try clone the repo and checkout the commit and push a special branch in you forked repo. Then you reference the commit id in your repo, it might works. |
Hi @15168316096 @TheWaWaR Any update on the plugin? |
I have no idea, please contact the current maintainer. |
@code-monad said he will take a look at this problem |
I've made changes that makes this repo compiles without error. Need some testing tho. Trying to test with my handing ledge nano s now. |
Just noticed I forgot to paste the PR link. Here it is: cryptape/ckb-plugin-ledger#1 Also, this is tested and worked fine on my own Ledge Nano S. See following example video IMG_0722.2.mov |
update: it is recommended to move to cryptape's fork: https://github.com/cryptape/ckb-plugin-ledger since the original repo is inactive, and we'll take over the maintenance work |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Issues are open open in repo https://github.com/cryptape/ckb-plugin-ledger |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
CKB Cli is expected to be able to work with Ledger via ckb-plugin-ledger, but the plugin was declared out-of-date by @TheWaWaR, also confirmed by user @191855 (nervosnetwork/neuron#2583 (comment)). An update on ckb-plugin-ledger is desired to re-enable this feature.
PS: This issue is opened here instead of https://github.com/obsidiansystems/ckb-plugin-ledger for better tracking, suggested by @quake
The text was updated successfully, but these errors were encountered: