Skip to content

Tool uses code from unreleased trezorlib #43

@obrusvit

Description

@obrusvit

Currently, pyproject.toml uses trezor = "^0.13.10" but common.py uses

from trezorlib.messages import DefinitionType

which seems to be a part of trezorlib yet unreleased version 0.13.11. Previously, the DefinitionType was EthereumDefinitionType. This makes the ./do_update.sh command not work.

As a workaround, one might use pip install -e /path/to/trezor-firmware/python to use the development version inside the poetry shell.

A proper fix is to use the appropriate version when released.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Type

    Projects

    Status

    🎯 To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions