1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-02 04:18:20 +00:00
Commit Graph

7253 Commits

Author SHA1 Message Date
Pavol Rusnak
076d1a7e53
game: small fix to 2048 2018-12-23 13:28:42 +01:00
Pavol Rusnak
be833053a9
game: move game files to src_game 2018-12-22 19:39:14 +01:00
Pavol Rusnak
fb495a6afc
tests/examples: update 2048 code 2018-12-21 23:51:22 +01:00
Pavol Rusnak
d247872508
regenerate defs/coins_details.json 2018-12-21 21:52:00 +01:00
Pavol Rusnak
f641e798f9
script: fix maximum file size 2018-12-19 18:10:41 +01:00
Pavol Rusnak
a819a1c41b
firmware: add new bl hash to whitelist 2018-12-19 18:02:42 +01:00
Pavol Rusnak
4d502bb5de
bump versions 2018-12-19 17:45:08 +01:00
Pavol Rusnak
2b40fdcdd1
bootloader: use fixed serial number (instead of empty one) 2018-12-19 17:42:33 +01:00
Dusan Klinec
43d718f9d6
xmr: live refresh and get_tx_key added
- get_tx_key supports retrieval of private tx keys - required by users to check the transaction or when resolving disputes with the decipient
- get_tx_key supports to return transaction derivations = private tx key * public view key. This enables to compute tx_proof for outgoing transactions which is also a nice tool when resolving disputes, provides better protection as tx private key is hidden.
- live refresh enables computation of key images on the fly during the refresh. This helps to completely avoid key image sync and enables to use the Trezor with untrusted node.
2018-12-19 13:51:30 +01:00
Pavol Rusnak
cd112497a5
u2f: fix gcc/clang warning 2018-12-18 14:49:31 +01:00
brianddk
e9b7ecd97f readme: Windows instal doc (#346) 2018-12-18 13:59:49 +01:00
Pavol Rusnak
a1f4e1a7b6
vendor: update trezor-crypto 2018-12-18 12:13:29 +01:00
Pavol Rusnak
b9e8adc160
rand: fix typo 2018-12-18 12:08:49 +01:00
Tomas Susanka
54727e6650 rand: switch to 'Numerical Recipes' constants and remove random8 to increase period 2018-12-18 12:02:24 +01:00
Pavol Rusnak
666b9701d2
firmware: update changelog 2018-12-18 11:50:28 +01:00
Pavol Rusnak
028688ec17
vendor: update trezor-common and trezor-crypto 2018-12-18 00:14:23 +01:00
Pavol Rusnak
0b26c529ec
u2f: replace U2F header with newer ones
Fix U2F constants, add more checks.
2018-12-17 23:18:02 +01:00
Pavol Rusnak
6d6e5a1696
vendor: update trezor-common 2018-12-17 23:17:02 +01:00
Pavol Rusnak
482a8e37f0
defs: fix sloppy flo submission 2018-12-17 23:14:05 +01:00
Pavol Rusnak
5b31341c6d
tools/cointool: collisions in SLIP44 should be fatal (if not testnet) 2018-12-17 23:12:03 +01:00
Dragos Badea
5f24bc927f Added correct BIP44 type for Gincoin (#254) 2018-12-17 23:03:03 +01:00
Pavol Rusnak
da5b0a2894
vendor: update trezor-common/trezor-crypto
disable Ethereum{Get,}PublicKey message for now
2018-12-17 17:57:03 +01:00
Pavol Rusnak
7edcd671df
support: add new coins/eth networks 2018-12-17 17:54:15 +01:00
matejcik
cf9106ff5d client: only normalize passphrase if not entered on device 2018-12-17 14:01:52 +01:00
Dragos Badea
b7b1f54642 Added Gincoin support (#253) 2018-12-16 19:43:36 +01:00
Pavol Rusnak
d34faccc77
storage: bump version to 10, add no_backup field 2018-12-15 16:12:28 +01:00
Pavol Rusnak
0fb6732fb2
storage: add false to passphraseCached explicitly 2018-12-15 13:55:58 +01:00
Pavol Rusnak
831fde9c5c
tests: T1 now caches the PIN after PIN set/change 2018-12-14 15:17:41 +01:00
Pavol Rusnak
4a516e5a89
nix: add typing-extensions to dependencies 2018-12-14 15:17:41 +01:00
-k
6708499b15 include AXE in the firmware (#252) 2018-12-13 17:54:24 +01:00
Jan Pochyla
4c46a055ff
Merge pull request #411 from trezor/keychain
Introduce Keychain API
2018-12-13 16:06:01 +01:00
Jan Pochyla
7730533dde seed: use lazy seed derivation, wipe after the workflow ends 2018-12-13 15:58:41 +01:00
Jan Pochyla
0390c1da0a tests: use valid paths in various altcoin tests 2018-12-13 15:49:31 +01:00
Jan Pochyla
a0df8c74d5 modtrezorcrypto: add explicit __del__ to HDNode 2018-12-13 15:47:05 +01:00
Jan Pochyla
e3c0f8e8ad seed: pass keychain to workflows, add namespaces 2018-12-13 15:47:05 +01:00
Jan Pochyla
931e549c92 tests: eth RSK -> RBTC 2018-12-13 15:47:05 +01:00
Jan Pochyla
d5f6be09f8 tools: regenerate templates 2018-12-13 15:47:05 +01:00
Jan Pochyla
79aebf4d58 vendor: bump trezor-common
Fixes issues with unstable sort.
2018-12-13 15:47:05 +01:00
Jan Pochyla
852bf8f4ef wallet: use keychain API in signing, fix tests 2018-12-13 15:47:05 +01:00
Jan Pochyla
172f3cb22f wallet: factor out a few helper functions 2018-12-13 15:47:05 +01:00
Jan Pochyla
7448030843 wallet: remove "import *" from sign_tx 2018-12-13 15:47:05 +01:00
Jan Pochyla
9ecd123bd5 seed: add support for key namespaces 2018-12-13 15:47:05 +01:00
Jan Pochyla
5bc47fc567 apps: introduce Keychain API 2018-12-13 15:47:05 +01:00
matejcik
bfb6a196c0 tests: limit number of reported expected responses
so that our test logs are not spammed, esp. in that one test that has
20k messages
2018-12-13 14:10:44 +01:00
-k
78ce725d63 add AXE support (#250) 2018-12-13 12:44:47 +01:00
Pavol Rusnak
14b6044cb8
storage: add false to pinCached explicitly 2018-12-13 12:32:30 +01:00
Pavol Rusnak
fa3481e37d
firmware/storage: cache PIN after set 2018-12-12 17:37:08 +01:00
Pavol Rusnak
312c252bc1
embed/extmod/modtrezorcrypto: add missing assignment to zero 2018-12-12 16:52:56 +01:00
Robert "Red" English
29c3c9fd30 Add Florincoin support (#248) 2018-12-12 11:49:58 +01:00
Pavol Rusnak
0cf5ef837f
reset: add link to ToS to reset_device 2018-12-11 12:37:08 +01:00