-
Notifications
You must be signed in to change notification settings - Fork 40
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
feat: support ledger using usb transport #3453
base: develop
Are you sure you want to change the base?
Conversation
Deployed to feature-support-ledger.wallet.z52da5wt.xyz, artifacts |
9aa6562
to
d7d4b6c
Compare
Deployed to feature-support-ledger.wallet.z52da5wt.xyz, artifacts |
d7d4b6c
to
387adb8
Compare
Deployed to feature-support-ledger.wallet.z52da5wt.xyz, artifacts |
387adb8
to
759b22d
Compare
Deployed to feature-support-ledger.wallet.z52da5wt.xyz, artifacts |
If the Ledger does not have a aeternity account ( with AE on it), the Ledger import is doing nothing. No account is imported. |
Using the base aepp it is possible to add a Ledger account, which is importable. |
759b22d
to
e2a6ae4
Compare
Deployed to feature-support-ledger.wallet.z52da5wt.xyz, artifacts |
fixes #3439,
fixes #3457,
Current structure is far from perfect, would be easier in future to store actual
LedgerAccount
object provided by sdk, and also other accounts as an objects.