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

ethereum-sign-tx does not work #366

Closed prusnak closed 5 years ago

prusnak commented 5 years ago

as it requires ethjsonrpc dependency which is very ancient and not Py3 compatible.

I suggest we drop this dependency and try to estimate gas differently (maybe using some API?)