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?
Reference: shapeshift/hdwallet#414
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-keepkeyaccordingly.Questions:
Reference: shapeshift/hdwallet#414