Pavol Rusnak
8aeec95bae
ci: include full links to issues
2019-10-26 11:28:56 +02:00
Tomas Susanka
288d564c8b
Merge pull request #651 from trezor/tsusanka/upgrade-shamir-test
...
Add Shamir recovery test to upgrade tests
2019-10-25 16:45:01 +02:00
Tomas Susanka
04f0b74b29
tests: add upgrade test for recovery
2019-10-25 14:38:10 +00:00
Tomas Susanka
ab59b4731a
tests/click: refactor recovery
2019-10-25 14:38:10 +00:00
Tomas Susanka
b799f3bb7e
readme: add link to GitLab CI
2019-10-25 13:32:56 +00:00
Tomas Susanka
fb1721b94f
Reorder tests 2 ( #650 )
...
Reorder tests 2
2019-10-25 14:49:04 +02:00
Tomas Susanka
1e27a27cd3
tests: update README
2019-10-25 12:22:20 +00:00
Tomas Susanka
9251f73d89
tests: move persistence tests to its own folder
2019-10-25 12:04:14 +00:00
Tomas Susanka
c1f7239c2d
ci: add click and persistence tests
2019-10-25 12:04:14 +00:00
Pavol Rusnak
9ab1554e93
legacy: use cryptoMultisigPubkeyCount where possible
2019-10-24 15:47:38 +02:00
Pavol Rusnak
c145db7dd2
legacy: fix not showing MultisigRedeemScriptType.nodes count correctly in GetAddress
2019-10-24 13:30:40 +00:00
matejcik
93062c4cc2
docs: improve docs, add random.md
2019-10-24 13:36:54 +02:00
Pavol Rusnak
0f1e30b235
core: fix typo in get_address
2019-10-24 11:42:40 +02:00
Pavol Rusnak
ddea567ecc
git subrepo push common
...
subrepo:
subdir: "common"
merged: "23ee4ad59"
upstream:
origin: "git+ssh://git@github.com/trezor/trezor-common"
branch: "master"
commit: "23ee4ad59"
git-subrepo:
version: "0.4.0"
origin: "https://github.com/ingydotnet/git-subrepo "
commit: "5d6aba9"
2019-10-24 09:16:55 +00:00
Pavol Rusnak
c617035a3e
core: bump version to 2.1.9
2019-10-24 09:16:24 +00:00
Pavol Rusnak
e67a359279
core: update changelog
2019-10-24 09:15:17 +00:00
Pavol Rusnak
5fe2f7e59c
common/protob: remove ButtonRequest.data field
2019-10-24 11:11:43 +02:00
Pavol Rusnak
9a3d8ef2c4
core: show xpubs in GetAddress for multisig
...
also fix not showing MultisigRedeemScriptType.nodes correctly
2019-10-24 09:11:01 +00:00
Tomas Susanka
c3d13f41a4
tests/click: fix test_recovery
2019-10-24 07:51:03 +00:00
Pavol Rusnak
322417d9ed
core/tezos: refactor bytes constants
2019-10-23 16:29:21 +00:00
Adrian Nagy
384275ac73
core/tezos: support the new protocol update (005-BABYLON)
2019-10-23 17:53:10 +02:00
matejcik
09c3fd1981
DebugLink click tests ( #632 )
2019-10-23 11:03:52 +02:00
matejcik
a5ccf95260
core: fix mypy problems
2019-10-22 17:06:49 +02:00
matejcik
9b827baca0
tests: improve Shamir persistence test
2019-10-22 17:06:49 +02:00
matejcik
5488270bc3
core: improve emulator wrapper
...
* supply a gzipped image of an empty SD card so that we don't spend 5s at
every run by formatting it
* add start, stop, restart methods for direct control
* add restart capability to device_handler (a little awkward for now)
2019-10-22 17:06:49 +02:00
matejcik
8d2ae142f3
core/debug: at start, wait for first layout to show up
2019-10-22 17:06:49 +02:00
matejcik
f22f4d920e
tests: ensure Shamir persistence test runs only for core
2019-10-22 17:06:49 +02:00
matejcik
bc1696b947
tests: add scaffold for Shamir persistence testing
2019-10-22 17:06:49 +02:00
matejcik
7591e98897
tests: rename background.py to device_handler.py
2019-10-22 17:06:49 +02:00
matejcik
c9f4341949
tests: make background handler killable
2019-10-22 17:06:49 +02:00
matejcik
32074c7bff
python/udp: make socket timeout configurable
2019-10-22 17:06:49 +02:00
matejcik
c970ad437d
tests: improve layout_lines API
2019-10-22 17:06:49 +02:00
matejcik
598e828844
python: ensure client session counter is never negative
2019-10-22 17:06:49 +02:00
matejcik
3f9b0b7f4f
tests: improved click tests with BackgroundDeviceHandler
2019-10-22 17:06:49 +02:00
matejcik
a8fc569016
debug: add support for general layout waiting
2019-10-22 17:06:49 +02:00
matejcik
97525654bb
core/debug: avoid running a handler when waiting for layout change
...
otherwise a running handler would prevent the default task from
starting, which would deadlock a test waiting for the default task
2019-10-22 17:06:49 +02:00
matejcik
49931007e7
tests: fix grid34
2019-10-22 17:06:49 +02:00
matejcik
34823b6fcb
legacy: add field options to fix build
2019-10-22 17:06:49 +02:00
matejcik
370b2c4c49
tests: add click-based recovery test
2019-10-22 17:06:49 +02:00
matejcik
3664a5f06f
core/debug: reading layouts, inserting synthetic events
2019-10-22 17:06:49 +02:00
matejcik
8c3d93619e
core: allow inserting synthetic touch events into event loop
2019-10-22 16:55:30 +02:00
matejcik
a1a543f781
core: boot debuglink in recovery homescreen
2019-10-22 16:55:30 +02:00
matejcik
06e10f948d
protobuf: send x/y coordinates, allow waiting for layout change
2019-10-22 16:55:30 +02:00
matejcik
b25537f6b0
core: nicer output for cancellations
2019-10-22 16:54:49 +02:00
Tomas Susanka
0811733185
ci: run mypy without limitation
2019-10-22 14:36:25 +00:00
matejcik
d17f879d97
mypy: use GenericContext protocol to work-around DummyContext
2019-10-22 14:36:25 +00:00
matejcik
ed190c772c
core: avoid circular import in sd_salt
2019-10-22 14:36:25 +00:00
Tomas Susanka
0511cc8b8c
core: add final mypy fixes!
2019-10-22 14:36:25 +00:00
Pavol Rusnak
4bae47ea6d
tests: add multisig marker
2019-10-22 14:32:38 +00:00
Tomas Susanka
8f34b4c5de
Merge pull request #628 from trezor/tsusanka/sdprotect-fix
...
Skip sd protect test on device
2019-10-22 15:40:03 +02:00