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

Stellar: support for get address #275

Closed tsusanka closed 6 years ago

tsusanka commented 6 years ago

Updates https://github.com/trezor/trezor-core/issues/226 and https://github.com/trezor/trezor-mcu/issues/363

prusnak commented 6 years ago

LGTM utACK

matejcik commented 6 years ago

generally LGTM (apart from the @field thing), but there should be a corresponding trezorctl command. care to add it? (or i can do it, if you don't mind waiting until (probably) tomorrow)

tsusanka commented 6 years ago

I've fixed the @field annotation - also for get_public_key. I can add the trezorctl command, but also tomorrow, so as you want.

prusnak commented 6 years ago

Added the trezorctl command as I needed that anyway for testing

matejcik commented 6 years ago

perfect, thanks. :+1: