trezor / python-trezor

:snake: Don't use this repo, use the new monorepo instead:
https://github.com/trezor/trezor-firmware
GNU Lesser General Public License v3.0
201 stars 194 forks source link

decred: Add sign message tests #318

Closed matheusd closed 5 years ago

matheusd commented 5 years ago

Tests signing messages using decred coin.

matejcik commented 5 years ago

is this test currently passing for trezor-core/mcu master? if not, it should be either marked as xfail, or this PR deferred until the relevant code is in the repos

matheusd commented 5 years ago

It's passing for mcu master and passing on trezor-core #358.

I can go either way (mark as xfail or wait until 358 is merged), whatever your preference is.

matejcik commented 5 years ago

alright, thanks. let's wait for trezor-core PR

prusnak commented 5 years ago

Merged, thanks!