trezor / trezor-common

:lock: Don't post issues/PRs to here, use the new monorepo:
https://github.com/trezor/trezor-firmware
GNU Lesser General Public License v3.0
91 stars 232 forks source link

Tezos: add support for staking #267

Closed adonagy closed 5 years ago

adonagy commented 5 years ago

This adds new protobuf messages to Tezos for signing staking operations such as endorsmenets and freshly baked block headers.

We are also ready to create PRs to repositories trezor-core and python-trezor

matejcik commented 5 years ago

LGTM, given that we want the "enable staking" toggle to work this way?

adonagy commented 5 years ago

I modified the protobuf messages based on https://github.com/trezor/trezor-core/pull/473

matejcik commented 5 years ago

closing for cleanup now. please apply your changes to the monorepo at https://github.com/trezor/trezor-firmware, together with the corresponding trezor-core PR, and resubmit