1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Marek Mahut
6c6e61843e
shell.nix: do not enforce purity 2020-01-16 14:52:29 +01:00
Pavol Rusnak
29fca5ff91
pip: cleanup Pipfile, run pipenv lock, update vendor/fido2-tests 2019-10-28 16:37:55 +00:00
Pavol Rusnak
bcf20363eb
nix: let's install clang instead of clang-tools
clang package will install clang-format v7 which is the same
as we use in the docker container

installing clang-tools will install clang-format v9 which has
different formatting rules
2019-10-18 17:31:57 +00:00
Pavol Rusnak
cbc3112a99
nix: update shell.nix and Pipfile.lock 2019-10-18 12:54:23 +00:00
Marek Mahut
bd41ec0b29 shell.nix: adding darwin frameworks
removing pytest-random-order until it hits upstrean
2019-10-16 10:27:27 +02:00
Pavol Rusnak
d8cdfea743
build: update protobuf dependency to 3.6.1 2019-10-02 13:07:48 +00:00
Tomas Susanka
552e6c5d62
nix: modify shell.nix to work with pipenv 2019-09-24 12:03:11 +02:00
Pavol Rusnak
572ac85063
nix: add flaky to python packages 2019-09-10 11:30:05 +02:00
Pavol Rusnak
f88d2722f6
nix: we need pytest-random-order now 2019-09-01 13:43:36 +02:00
Pavol Rusnak
43ca266ae9
nix: add coverage python package 2019-06-26 22:25:04 +02:00
Pavol Rusnak
4b8c418dbc
core: fix docker build 2019-04-30 18:03:24 +02:00
Pavol Rusnak
e7592a4c04
nix: consolidate various shell.nix files into one 2019-04-18 00:26:04 +02:00
matejcik
e5670856a2 MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
Pavol Rusnak
0b7dbc12cb
format: start using clang-format with style=Google 2019-03-29 16:35:27 +01:00
Pavol Rusnak
e02ab996a0
src/apps: rename fido_u2f app to webauthn app
add more WebAuthn facets
2019-03-09 18:59:42 +01:00
Pavol Rusnak
75e65bbb2d
nix: use python3, not python36 2019-01-29 02:14:34 +01:00
Pavol Rusnak
676e13424d
nix: drop ver from gcc in shell.nix 2019-01-10 12:40:21 +01:00
Pavol Rusnak
675b1a81ad
nix: add Pyro4 to shell.nix 2018-11-05 16:03:15 +01:00
Pavol Rusnak
ef464e1596
nix: add autoflake 2018-10-12 16:50:09 +02:00
Pavol Rusnak
ad5aa03a2d
src/apps/common: regenerate coininfo 2018-10-04 17:53:29 +02:00
Pavol Rusnak
d2521de385
storage: implement no_backup option (aka seedless setup) 2018-10-04 17:36:44 +02:00
Pavol Rusnak
1991d44e6b
nix: use gcc-arm-embedded-7 package in shell.nix 2018-10-04 15:14:08 +02:00
Pavol Rusnak
0d8cc86a60
nix: add pytest to nix-shell 2018-10-01 11:51:48 +02:00
Pavol Rusnak
0418438ea1
nix: add gcc-arm-embedded to shell.nix 2018-09-28 20:43:50 +02:00
Pavol Rusnak
d2d7efeb12
unix: use pkg-config in sconscript file, add shell.nix for nix-shell 2018-09-28 19:43:39 +02:00