-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Currently, pyproject.toml uses trezor = "^0.13.10" but common.py uses
from trezorlib.messages import DefinitionTypewhich 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Type
Projects
Status
🎯 To do