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
See trezor/trezor-firmware#1588
Long scriptSig prevents Trezor from signing transactions which uses Lelantus spends as inputs. However Trezor supports long transaction data if it placed after the transaction (similar to Firo coinbase transactions and Zcash privacy transactions). Firo can move Lelantus data from scriptSig to the end of transaction in the next hard fork. Without this change Trezor probably will remove Firo support.
The text was updated successfully, but these errors were encountered:
As a solution we will move most of the data for lelantus mint/joinspits into transaction v3 payload field (CTransaction::vExtraPayload). This is a field introduced in DASH for proreg data and it should be compatible with hardware wallets. This will make scriptSig compatible with Trezor.
See trezor/trezor-firmware#1588
Long scriptSig prevents Trezor from signing transactions which uses Lelantus spends as inputs. However Trezor supports long transaction data if it placed after the transaction (similar to Firo coinbase transactions and Zcash privacy transactions). Firo can move Lelantus data from scriptSig to the end of transaction in the next hard fork. Without this change Trezor probably will remove Firo support.
The text was updated successfully, but these errors were encountered: