1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 06:48:16 +00:00
Commit Graph

7883 Commits

Author SHA1 Message Date
Pavol Rusnak
aeb6c351e3
defs: fix ATS entries 2019-01-18 15:38:14 +01:00
Jan Pochyla
305a364e73 ui: render some wrapper components synchronously
This makes the wrappers (like Scrollpage and HoldToConfirmDialog) a bit weaker, as they won't support child components with custom event loop, but making the render/touch steps synchronous has other benefits. For example, io-heavy task of one child won't stall the other children.
2019-01-17 16:59:16 +01:00
Jan Pochyla
139ca3ced4 wallet: fix rendering issue in progres reporting 2019-01-17 16:55:33 +01:00
Jan Pochyla
dca0068218 seed: render the waiting screen in layout 2019-01-17 16:54:35 +01:00
Jan Pochyla
34f499fc04 scons: disable bip39 seed cache
Seed is already cached in apps.common.cache.
2019-01-17 16:54:15 +01:00
Tomas Susanka
d668954a3b Makefile: typo 2019-01-17 15:20:19 +01:00
Tomas Susanka
a15d4a81d5 Makefile: use style command for formatting; style_check for checking 2019-01-17 14:51:16 +01:00
Tomas Susanka
d09f4470d2 tests/stellar: use bytes.fromhex instead of binascii.unhexlify 2019-01-17 14:31:07 +01:00
Tomas Susanka
6c659715dc tests: style 2019-01-17 14:26:15 +01:00
Tomas Susanka
e732ee6a75 tests/stellar: add more tests for SetOptionsOp 2019-01-17 14:18:02 +01:00
Tomas Susanka
37e50853f7 stellar: write 0 integers correctly in SetOptionsOp 2019-01-17 14:12:02 +01:00
Tomas Susanka
ee1a0fb8e0 stellar: fix issue when signer_type = 0 (#463) 2019-01-17 13:42:22 +01:00
Tomas Susanka
c737ddde67 stellar: show address in SetOptionsOp 2019-01-17 10:29:27 +01:00
Tomas Susanka
89dc1966df protob: build; templates: build 2019-01-16 15:55:01 +01:00
Tomas Susanka
7c5242ce8e vendor: update trezor-common 2019-01-16 15:52:51 +01:00
Tomas Susanka
877778fc93
Merge pull request #255 from ph4r05/xmr-live-refresh-tx-key
xmr: live refresh and get_tx_key added
2019-01-16 15:51:11 +01:00
matejcik
5a5c0db194 defs: drop non-responding bitcore backends 2019-01-16 14:05:56 +01:00
matejcik
616c9fa7c0 defs: add missing blockbook backends 2019-01-16 14:02:16 +01:00
matejcik
0b1d5b7a91 defs: add URLs for some tokens 2019-01-16 13:53:30 +01:00
matejcik
ad1bc863cb cointool: add genesis block collision check 2019-01-16 13:53:30 +01:00
Peter Grassberger
ecafb8642c add eth network: ARTIS sigma1 & tau1 (#258) 2019-01-16 13:47:47 +01:00
Tomas Susanka
f684f4ad24
docs: contributing file 2019-01-16 13:46:13 +01:00
Pavol Rusnak
9637d9ec0b
help: fix typos in help.awk 2019-01-15 18:05:29 +01:00
Vladyslav Burzakovskyy
6a70c9ba52 make help: typo fix, add spacing & refactor (#413)
* help: fix 'code generation' label
* help: add a newline after each command group
* Makefile: move awk command to a separate script for readability
2019-01-15 18:04:50 +01:00
Jan Pochyla
2d70d5d447 management: restore u2f_counter on device recovery 2019-01-15 17:02:23 +01:00
Tomas Susanka
2b24fe14bb
Merge pull request #461 from trezor/tsusanka/eth-get-public-key-2
eth: get public key
2019-01-15 16:25:03 +01:00
matejcik
921d881cdf Revert "device_tests: xfail EthereumGetPublicKey on TT (feature is postponed)"
This reverts commit 953e0d1d8c.
2019-01-15 14:50:03 +01:00
Tomas Susanka
ccd79ca324 eth: get public key 2019-01-15 14:10:46 +01:00
matejcik
953e0d1d8c device_tests: xfail EthereumGetPublicKey on TT (feature is postponed) 2019-01-15 14:03:32 +01:00
Jan Pochyla
a97cf7fbc2 wallet: fix multisig issue introduced in 4db5f56d 2019-01-15 13:17:12 +01:00
Tomas Susanka
7288700b86 eth: add get public key 2019-01-15 12:46:20 +01:00
Jan Pochyla
4db5f56d0a wallet: fix ergonomic issue in the multisig structure
Previously, it wasn't completely clear that MultisigRedeemScriptType.signatures needs to contain empty bytes for missing signatures. Now it can be shorter or even empty.
2019-01-14 18:11:28 +01:00
Pavol Rusnak
4ee69f1e3f
seed: add display.refresh to seed loading waiting screen 2019-01-14 17:53:40 +01:00
Jan Pochyla
d2aef38bd8
seed: add progress callback to bip39.from_seed, draw loader 2019-01-14 17:53:40 +01:00
Jan Pochyla
a0c8e977a2
seed: show a waiting screen before bip39 derivation 2019-01-14 17:53:39 +01:00
Pavol Rusnak
cbba5f28ae
ethereum: nitpick in GetPublicKey 2019-01-14 17:15:55 +01:00
Tomas Susanka
cf0b5d669b eth: don't check for ed25519 in get public key 2019-01-14 17:12:32 +01:00
Tomas Susanka
0d4efce5a7 eth: get public key 2019-01-14 17:12:32 +01:00
Tomas Susanka
93106a4968 vendor: trezor-common update 2019-01-14 17:12:32 +01:00
Tomas Susanka
fbd348ee8e tests/ripple: test payment's destination tag 2019-01-14 13:38:15 +01:00
FujiCoin
78e232cf30 mod fujicoin (#261) 2019-01-14 12:57:46 +01:00
ca333
8640621819 add Komodo [KMD] (#260) 2019-01-11 11:23:33 +01:00
Tomas Susanka
7c151de354 protob: remove chain_id from get address and get public key 2019-01-11 10:55:29 +01:00
Vladimir Volek
6ea25bd386 docker: build emulator image and push it to registry 2019-01-10 14:30:29 +01:00
Jan Pochyla
e40e3c1fbc monero: use trezor.utils.format_amount 2019-01-10 13:16:28 +01:00
Jan Pochyla
3a408591d3 lisk: use trezor.utils.format_amount 2019-01-10 13:16:28 +01:00
Pavol Rusnak
676e13424d
nix: drop ver from gcc in shell.nix 2019-01-10 12:40:21 +01:00
Pavol Rusnak
7dce7bd92d
nix: drop ver from gcc in shell.nix 2019-01-10 12:38:54 +01:00
Pavol Rusnak
a3cca11181
Dockerfile: update gcc to new release, add checksums 2019-01-09 16:25:47 +01:00
Jan Pochyla
2b429a85ee
Merge pull request #450 from trezor/tsusanka/git-hook
Add git pre-push hook to docs
2019-01-09 15:33:16 +01:00