-
Notifications
You must be signed in to change notification settings - Fork 122
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
Tendermint v0.34 support for ledger-validator-app backend #212
Comments
There seems to be a general lack of interest in resolving this issue, and we're unable to locate any validators who are running the Ledger Validator App in production, or anyone interested in funding continued development of the application. Based on that we have proposed deprecating support for Ledger consensus signing in #292. |
Reopened based on discussion in #292 |
Any more news on this possibility of using Ledger Nano S for validator signing? I'm getting ready for Regen Network mainnet launch, and this would be great! Tagging a few folks from RN: @clevinson @anilcse @glandua |
I was interested but I guess this is not being developed or in the near future roadmap. Any news? |
You'd need to find a Ledger developer interested in working on it, and likely pay them, or seek community funds/grants for the development. |
Thanks for the info. I'll stick to the Yubi HSM then. |
The ledger-validator-app presently uses Amino encoding. Furthermore, various support code in TMKMS does as well, e.g.:
/~https://github.com/iqlusioninc/tmkms/blob/develop/src/commands/ledger.rs
The app itself needs to be modified to support the new Protobuf canonicalization/signature format, and then support needs to be added to the TMKMS host-side driver and commands.
The text was updated successfully, but these errors were encountered: