fibercrypto / fibercryptowallet

Multi-coin cryptocurrency wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support signing long Skycoin transactions

olemis opened this issue · comments

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