Is your feature request related to a problem? Please describe.
SkyWallet signer only supports TransactionSign firmware message to sign Skycoin transactions with no more than 8 inputs and outputs.
Describe the solution you'd like
Sign Skycoin transactions with +8 inputs/outputs using SignTx firmware message protocol.
Additional context
Protobuffer definition of messages involved SignTx , TxRequest , TxAck . Current signer implementation merged in #253 for #139.
Needs fibercrypto/skywallet-go#160 for fibercrypto/skywallet-go#146
Is your feature request related to a problem? Please describe.
SkyWallet signer only supports
TransactionSignfirmware message to sign Skycoin transactions with no more than 8 inputs and outputs.Describe the solution you'd like
Sign Skycoin transactions with +8 inputs/outputs using
SignTxfirmware message protocol.Additional context
Protobuffer definition of messages involved
SignTx, TxRequest , TxAck . Current signer implementation merged in #253 for #139.Needs fibercrypto/skywallet-go#160 for fibercrypto/skywallet-go#146