Pavol Rusnak
5bdfbb3469
bootloader: work in progress
2017-02-09 20:04:21 +01:00
Pavol Rusnak
302f0e614a
tools: implement VendorHeader and FirmwareImage classes in firmwarectl
2017-02-09 18:14:10 +01:00
Pavol Rusnak
7d4414000e
tools: join check_bootloader and check_firmware into firmwarectl tool
2017-02-09 16:26:15 +01:00
mruddy
de94bf2247
load_device_by_mnemonic: normalize mnemonic before validation ( #95 )
2017-02-09 14:25:32 +01:00
Jan Pochyla
a8f5738398
trezor.ui.keyboard: suggest more accurately
2017-02-09 13:03:10 +01:00
Pavol Rusnak
2d7c6b0c34
bootloader: cleanup, more documentation, added scripts for checking
2017-02-08 19:43:47 +01:00
Jan Pochyla
4c8d3e4a35
trezor.ui.keyboard: add two keyboard prototypes
2017-02-08 16:21:32 +01:00
Jan Pochyla
d939cabcb5
trezor.ui.button: add disabled state
2017-02-08 16:21:32 +01:00
Jan Pochyla
e4af95e11b
trezor.ui.confirm: support Widget content
2017-02-08 16:21:32 +01:00
Jan Pochyla
910033d71c
trezor.ui: add Widget
2017-02-08 16:21:32 +01:00
Jan Pochyla
deb09c2454
modtrezorcrypto: add functions for working with wordlist
2017-02-08 16:21:32 +01:00
Pavol Rusnak
d65b6b35d9
update bootloader documentation
2017-02-08 15:51:13 +01:00
Pavol Rusnak
1f56e8651b
update vendor/micropython submodule
2017-02-08 14:57:53 +01:00
Pavol Rusnak
97a061244e
Merge branch 'master' into segwit
2017-02-08 01:06:45 +01:00
Pavol Rusnak
3b252b2b63
move ui-mockup to assets
2017-02-06 16:28:49 +01:00
Pavol Rusnak
029a7c35d8
reorganize code
2017-02-06 15:40:25 +01:00
Pavol Rusnak
2a22d9f0ed
fix combine/prepare script for python3
2017-02-04 11:20:58 +01:00
Pavol Rusnak
801ca6e644
adapt python scripts to Python3
2017-02-01 18:07:47 +01:00
Pavol Rusnak
1943d840e3
add ChangeLog for bootloader, move firmware ChangeLog
2017-02-01 14:57:59 +01:00
Saleem Rashid
bd167dcdf2
USB: Annotate USB interfaces with iInterface
2017-01-30 16:32:38 +01:00
Saleem Rashid
0c039b3e14
USB: Compile-time USB string checking
...
Generate `enum` for USB string indexes, this is far more robust
2017-01-30 16:32:38 +01:00
mruddy
228a109e5f
memory protection: do not write reserved bits ( #138 )
2017-01-26 16:07:45 +01:00
Pavol Rusnak
03272b6170
bump version
2017-01-26 14:04:31 +01:00
Jochen Hoenicke
1dc3152c11
Make ScrambledWords default recovery method ( #93 )
...
For backwards compatibility, existing code should use the old recovery
method unless it explicitly states that it is compatible to the new
one.
2017-01-26 13:58:33 +01:00
Pavol Rusnak
8609f62f91
bump version
2017-01-25 19:05:33 +01:00
Pavol Rusnak
14399f100e
bump version
2017-01-25 14:04:20 +01:00
Pavol Rusnak
5c54edf54e
differentiate between ETH and ETC using chain_id
2017-01-24 17:27:11 +01:00
Pavol Rusnak
323e7443a4
add _attic to gitignore
2017-01-24 15:19:15 +01:00
Pavol Rusnak
a3a05ae248
add changelog
2017-01-24 15:17:02 +01:00
Jan Pochyla
53c327727f
tests: enable test_msg_reset_device.py
2017-01-24 14:14:03 +01:00
Jan Pochyla
e86924d645
trezor.wire: fix unexpected message error
2017-01-24 14:14:03 +01:00
Jan Pochyla
943d77ba32
apps.debug: hack around PIN lock, add reset_device fields
2017-01-24 14:14:03 +01:00
Jan Pochyla
1ed4dfa516
apps.management: implement T1 reset device workflow
...
TODO: UI
2017-01-24 14:14:03 +01:00
Jan Pochyla
fd9361ce77
apps.common.storage: make config ids public
2017-01-24 14:14:03 +01:00
Jan Pochyla
5da3e67a0c
apps.homescreen: handle Ping.passphrase_protection
2017-01-24 14:14:03 +01:00
Jan Pochyla
059315feb4
apps.common: add protect_by_passphrase
2017-01-24 14:14:03 +01:00
Pavol Rusnak
d8f1b1397c
update Makefiles to reflect new way of building stuff
2017-01-23 14:07:35 +01:00
Pavol Rusnak
892409c9b8
update bootloader makefile to follow upstream changes
2017-01-22 19:48:18 +01:00
Jochen Hoenicke
1105490cb3
Ethereum: trezorctl updates
...
- Allow nonce, gas_limit, gas_price to be explicitly set to 0.
- Updated usage info.
2017-01-22 19:13:21 +01:00
Jochen Hoenicke
a990743010
Ethereum: More unit tests for signing
2017-01-22 19:13:21 +01:00
Jochen Hoenicke
607893f9ac
Ethereum: EIP-155 replay protection
...
Added chain_id parameter to sign tx (and updated protobuf).
Added a unit test with chain_id for Ropsten testnet.
trezorctl:
- Fixed compatibility with new ethjsonrpc
- added chain_id parameter
2017-01-22 19:13:21 +01:00
Jochen Hoenicke
4b98513ff7
Updated protobuf
...
Ethereum: sign_tx eip-155 change
2017-01-22 19:13:21 +01:00
Jochen Hoenicke
32fb7e96cc
Ethereum EIP-155 replay protection
...
Added chain_id field in sign transaction.
If chain_id is set use hashing as specified in EIP-155.
2017-01-22 19:09:07 +01:00
Jochen Hoenicke
5b40f6d90b
Updated trezor-common
2017-01-22 19:09:07 +01:00
Jochen Hoenicke
f36cf5c10c
Handle edge cases for ethereum txs.
...
Treat the case where a field is omitted identical to the case
where an empty array is given. In particular
- data_length == 0 is allowed now and identical to giving no data.
- nonce can be omitted to indicate nonce value 0.
I still do not allow to omit gas_limit and gas_price; gas_limit
cannot be zero and transactions with zero gas_price will not be
mined. You can still set it explicitly to zero by giving the
empty array, though.
See trezor/trezor-mcu#143 .
2017-01-22 19:09:07 +01:00
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
Jan Pochyla
d13006ebbe
apps.homescreen: brighten the display after swipe
2017-01-20 16:07:33 +01:00
Jan Pochyla
bd514c4732
apps.homescreen: optimize logo display
2017-01-20 15:51:06 +01:00
Jan Pochyla
fed8838545
trezor.ui.confirm: fix HoldToConfirmDialog
2017-01-20 15:51:06 +01:00
Pavol Rusnak
505df38a84
fix when oled triangle is shown
2017-01-19 16:16:57 +01:00