1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 11:39:03 +00:00
trezor-firmware/trezorlib/tests
Alexander Block d131b70bed Dash: Support spending DIP2 special transaction inputs (#351)
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.
2019-01-09 14:43:30 +01:00
..
device_tests Dash: Support spending DIP2 special transaction inputs (#351) 2019-01-09 14:43:30 +01:00
support trezorlib: add licence headers where missing 2018-11-12 12:22:32 +01:00
txcache Dash: Support spending DIP2 special transaction inputs (#351) 2019-01-09 14:43:30 +01:00
unit_tests Dash: Support spending DIP2 special transaction inputs (#351) 2019-01-09 14:43:30 +01:00
__init__.py tests: Move to trezorlib.tests 2017-12-19 13:16:22 +01:00