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
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.
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
The text was updated successfully, but these errors were encountered: