You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add with_passphrase option to fsm_getKeyPairAtIndex. This allows you to enable or not the use of a passphrase for mnemonic and, therefore, to use two generations of different addresses, as long as the device has the passphrase option enabled.
In other uses of this function (fsm_getKeyPairAtIndex) outside the signing process, the argument with_passphrase is passed as true, because before this change that was the behavior. Note that in the future the selection of passphrase or not, should be considered in the future in these cases.
Does this change need to mentioned in CHANGELOG.md?
yes
Requires testing
yes
Comments about testing , should you have some
The text was updated successfully, but these errors were encountered:
Fixes #250
Changes:
with_passphrase
option tofsm_getKeyPairAtIndex
. This allows you to enable or not the use of a passphrase for mnemonic and, therefore, to use two generations of different addresses, as long as the device has the passphrase option enabled.fsm_getKeyPairAtIndex
) outside the signing process, the argumentwith_passphrase
is passed astrue
, because before this change that was the behavior. Note that in the future the selection of passphrase or not, should be considered in the future in these cases.Does this change need to mentioned in CHANGELOG.md?
yes
Requires testing
yes
Comments about testing , should you have some
The text was updated successfully, but these errors were encountered: