1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-13 08:50:56 +00:00
trezor-firmware/src/apps/ethereum
Jochen Hoenicke 8cdec0652e Ethereum: Fix fee computation.
- Gas is always in ether, even when sending tokens.
- Fee is computed by multiplying gas limit with gas price.
- Parse numbers already in sign_tx.
- Made rlp.encode non-recursive (also fixes not passing include_length).
2018-03-08 18:49:28 +01:00
..
__init__.py src/apps: remove layout_ from workflow functions 2018-02-27 16:35:29 +01:00
get_address.py src/apps/ethereum: fix get_address ui 2018-02-28 00:56:16 +01:00
layout.py Ethereum: Fix fee computation. 2018-03-08 18:49:28 +01:00
networks.py apps.ethereum: code cleanup 2017-12-23 14:09:45 +01:00
sign_message.py src: move HashWriter to trezor.utils 2018-02-27 16:35:28 +01:00
sign_tx.py Ethereum: Fix fee computation. 2018-03-08 18:49:28 +01:00
tokens.py src/apps/ethereum: fix layout for values around 1e9 Wei 2018-03-03 23:37:21 +01:00
verify_message.py apps: reduce unimport usage 2018-01-30 18:50:59 +01:00