-
Notifications
You must be signed in to change notification settings - Fork 51
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
Possibility to bake with several keys of the same Ledger #124
Comments
Any update on this? This is a common use case. |
Hello - specifically you're most interested in baking with several keys on the same ledger device? There are several changes listed in the OP, just want to confirm that's the only one of interest. There's a bit of work related to smart contracts / Michelson that I view as a high priority that we'd like to get to first, but we might be able to address this in a few months given sufficient interest. |
Hi,
Thank you for your kind contact. Initially I would like to be able to do
some tests baking on the mainnet and simultaneously on other networks. But
this is not something important. There are other major updates of course
and I don't want to disrupt your schedule.
Em qui., 19 de dez. de 2019 às 20:33, Mike Reinhart <
[email protected]> escreveu:
… Hello - specifically you're most interested in baking with several keys on
the same ledger device? There are several changes listed in the OP, just
want to confirm that's the only one of interest.
There's a bit of work related to smart contracts / Michelson that I view
as a high priority that we'd like to get to first, but we might be able to
address this in a few months given sufficient interest.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#124?email_source=notifications&email_token=AHTA53GALPZVXTP3PHAGJ33QZQAE7A5CNFSM4JTCTVVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHLMPUI#issuecomment-567723985>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHTA53DINHSUR6QFGTSD4JDQZQAE7ANCNFSM4JTCTVVA>
.
|
In a few months?? |
@pay4meofficial You should be able to bake with the same PKH on two networks with current versions. The app keeps track of two HWMs - 1) for a chain of your choosing, most often mainnet and 2) one for all other chains. We introduced this to allow for baking on test chains that split from mainnet during the Testing Period of the amendment process. In your case, the second chain would be [Babylon|Carthage]net. @vbmithr Things should be clearer once we're in the new year, but for now that's a rough estimate. If we hear of more requests for this feature then we'd be happy to re-prioritize it. |
Differences with Tezos Ledger app
This app is based on the Tezos Ledger app, with the following changes:
types.h
,MAX_SETUP_KEYS
is actually set to 3)types.h
,MAX_BIP32_PATH
is 5)apdu.h
)unrecognized operation
.https://gitlab.com/dune-network/ledger-app-dune/blob/master/docs/DIFF_WITH_TEZOS.md
The text was updated successfully, but these errors were encountered: