Skip to content
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

Signing with ledger #2064

Closed
2 of 4 tasks
faboweb opened this issue Aug 16, 2018 · 3 comments · Fixed by #2167
Closed
2 of 4 tasks

Signing with ledger #2064

faboweb opened this issue Aug 16, 2018 · 3 comments · Fixed by #2167
Labels
C:Keys Keybase, KMS and HSMs C:Ledger Issues and features related Ledger integration and functionality T:Bug

Comments

@faboweb
Copy link
Contributor

faboweb commented Aug 16, 2018

Summary of Bug

Using LCD to send tokens signing with ledger doesn't work.

Steps to Reproduce

  • build gaia v0.24.0 - c9358ec
  • create ledger account using the CLI
  • run LCD
  • /keys shows ledger account
  • POST /accounts/cosmosaccaddr18da7h02z3e46ulee5prg5zl6pr9va0yttujxet/send
{  
   "amount":[  
      {  
         "denom":"localToken",
         "amount":"10"
      }
   ],
   "sequence":"0",
   "name":"ledger",
   "password":"",
   "account_number":"1",
   "chain_id":"test-chain-caT7AI",
   "gas":"50000000"
}
  • result please open Cosmos app on the Ledger device - error: error fetching public key: lost connection (ledger is open)

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@faboweb faboweb added the T:Bug label Aug 16, 2018
@fedekunze fedekunze added the lcd label Aug 17, 2018
@faboweb
Copy link
Contributor Author

faboweb commented Aug 27, 2018

Signing via the CLI is also not working:
image

@alexanderbez alexanderbez added C:Keys Keybase, KMS and HSMs C:Ledger Issues and features related Ledger integration and functionality labels Aug 27, 2018
@alexanderbez
Copy link
Contributor

alexanderbez commented Aug 27, 2018

@faboweb see my response in #2156 -- essentially I was able to sign and send txs via the CLI. However, I am able to reproduce this issue via the REST endpoint.

@faboweb
Copy link
Contributor Author

faboweb commented Aug 28, 2018

I will test this again after #2167 is merged. Thanks for the effort. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:Keys Keybase, KMS and HSMs C:Ledger Issues and features related Ledger integration and functionality T:Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants