mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
d131b70bed
This implements support for spending of TX outputs which are part of a [DIP2](https://github.com/dashpay/dips/blob/master/dip-0002.md) special transaction, especially [DIP4 coinbases](https://github.com/dashpay/dips/blob/master/dip-0004.md#coinbase-special-transaction). This is for Dash only and thus required the addition of `is_dash` in `tx_api.py`. Support on the firmware side is not required for this to work as it reuses the logic from Zcash's `extra_data` and `extra_data_len` fields. |
||
---|---|---|
.. | ||
__init__.py | ||
test_ckd_public.py | ||
test_cosi.py | ||
test_nem.py | ||
test_protobuf.py | ||
test_stellar.py | ||
test_transport.py | ||
test_tx_api.py |