fibercrypto / fibercryptowallet

Multi-coin cryptocurrency wallet
GNU General Public License v3.0
27 stars 15 forks source link

Support signing long Skycoin transactions #352

Open olemis opened 4 years ago

olemis commented 4 years ago

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