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
The Cosmos SDK has changed how it serialized transactions before signing. We need to update the firmware to create signatures using the new SIGN_MODE_DIRECT. After the functionality is solidified, we'll also need to update hdwallet-keepkey accordingly.
Questions:
Should we retain the old SIGN_MODE_AMINO as an option?
How will clients tell which type of signature they'll be getting?
The Cosmos SDK has changed how it serialized transactions before signing. We need to update the firmware to create signatures using the new SIGN_MODE_DIRECT. After the functionality is solidified, we'll also need to update
hdwallet-keepkey
accordingly.Questions:
Reference: shapeshift/hdwallet#414
The text was updated successfully, but these errors were encountered: