1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-27 01:48:17 +00:00
Go to file
Jochen Hoenicke 9d2ab7318d Ethereum: chain id for EIP-155 replay protection (#23)
Added a field chain_id.  To get a backwards compatible signature
this field should not be set.  Otherwise it should be set to the
EIP-155 chain id.  Currently only chain id between 1 and 109 are
supported.

See trezor/trezor-mcu#142
2017-01-22 12:16:49 +01:00
keys add trezorv1 public keys 2016-12-25 19:40:28 +01:00
protob Ethereum: chain id for EIP-155 replay protection (#23) 2017-01-22 12:16:49 +01:00
signer Revert "Add null to allow electron apps (#20)" 2016-11-14 19:46:40 +01:00
tools Adde pb2py, generator for simplified python protobuf definitions 2016-12-04 19:23:45 +01:00
udev -> trezor.io 2017-01-10 15:11:32 +01:00
coins.json Adding dust limits 2016-10-31 18:43:06 +01:00
README.md rename README -> README.md 2016-02-01 15:09:39 +01:00

#trezor-common

Common files shared among TREZOR repositories.

This repo is meant to be included as submodule to others using:

git submodule add https://github.com/trezor/trezor-common.git trezor-common