1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00
Go to file
matejcik 482b4569f5 build: fix and auto-generate mock files
Squashed commit of the following:

commit 84d3486f59bda063f06521c8b695ea4b07781ec6
Author: matejcik <ja@matejcik.cz>
Date:   Fri May 17 14:17:15 2019 +0200

    mocks: complete

commit d538133a6d0fb4af06c7c81f80b8675869fb5908
Author: matejcik <ja@matejcik.cz>
Date:   Fri May 17 14:12:26 2019 +0200

    mocks part 3

commit 9f0b868d41dafaf487df6fc844db7f3368eabe1b
Author: matejcik <ja@matejcik.cz>
Date:   Fri May 17 14:09:20 2019 +0200

    mocks: update generated mocks

commit 5d80c18a7824ed16fc11cde4cdb8ebca7ed33400
Author: matejcik <ja@matejcik.cz>
Date:   Thu May 16 15:49:40 2019 +0200

    mocks wip 2

commit 4b576eb796136a61eb88cb0d281fa4e21eadada8
Author: matejcik <ja@matejcik.cz>
Date:   Tue May 7 17:02:51 2019 +0200

    WIP mocks part 1

commit cf3f0d4471ab74b478d2970b0bb178feae7c86a3
Author: matejcik <ja@matejcik.cz>
Date:   Fri May 3 17:07:53 2019 +0200

    core: add package to secp256k1_zkp for mocking

commit 8a12f26c8c0d99363c8df96012426abbbb3ff6cb
Author: matejcik <ja@matejcik.cz>
Date:   Fri May 3 17:04:05 2019 +0200

    core: blackify extmod docstring quotes

commit b6f239676dde8b60b001fcae4e5de80a71dbacf2
Author: matejcik <ja@matejcik.cz>
Date:   Fri May 3 16:52:27 2019 +0200

    core: make build_mocks directory agnostic

mocks: detect bad packages

mocks: revert noqa in favor of setup.cfg

mocks: fix broken comment formatting
2019-05-17 15:45:47 +02:00
ci core+legacy: drop NOUI and HEADLESS, SDL_VIDEODRIVER works fine 2019-05-16 17:06:14 +02:00
common build: centralize pb2py usage 2019-05-17 15:12:32 +02:00
core build: fix and auto-generate mock files 2019-05-17 15:45:47 +02:00
crypto style: improve makefile output, format test files 2019-05-13 18:00:43 +02:00
legacy legacy/firmware: fix ethereum message signing (#153) 2019-05-16 18:07:43 +02:00
python python: return generated files to git 2019-05-17 15:09:58 +02:00
storage style: improve makefile output, format test files 2019-05-13 18:00:43 +02:00
tools build: centralize pb2py usage 2019-05-17 15:12:32 +02:00
vendor move vendored submodules to root vendor/ dir 2019-05-13 13:51:53 +02:00
.clang-format core+legacy: rework code styling checks 2019-04-18 17:40:55 +02:00
.gitignore common/defs: fix invalid value in horizen.json 2019-05-14 17:08:14 +02:00
.gitlab-ci.yml ci: split gitlab configuration files and store them in a 'ci' folder 2019-04-28 09:31:41 +02:00
.gitmodules python: add more unit tests for ethereum message sign/verify 2019-05-16 18:10:47 +02:00
.travis.yml ci: do not install clang-format in travis, travis has its own 2019-05-14 12:59:32 +02:00
create_monorepo.py monorepo: add notes and creation tool 2019-04-15 19:16:04 +02:00
Makefile build: new make targets for generated files 2019-05-17 15:12:41 +02:00
Pipfile build: drop python monero requirements 2019-05-14 11:24:31 +02:00
Pipfile.lock build: drop python monero requirements 2019-05-14 11:24:31 +02:00
README-monorepo.md fix link in readme 2019-04-29 19:11:44 +02:00
README.md fix typo 2019-05-14 15:48:39 +02:00
setup.cfg build: fix and auto-generate mock files 2019-05-17 15:45:47 +02:00
shell.nix core: fix docker build 2019-04-30 18:03:24 +02:00

Trezor Firmware

img

Contribute

Inspired by GitLab Contributing Guide

Security vulnerability disclosure

Please report suspected security vulnerabilities in private to security@satoshilabs.com, also see the disclosure section on the Trezor.io website. Please do NOT create publicly viewable issues for suspected security vulnerabilities.

Issue Labels

Priority

Label Meaning (SLA)
P1 Urgent The current release + potentially immediate hotfix (30 days)
P2 High The next release (60 days)
P3 Medium Within the next 3 releases (90 days)
P4 Low Anything outside the next 3 releases (120 days)

Severity

Label Impact
S1 Blocker Outage, broken feature with no workaround
S2 Critical Broken feature, workaround too complex & unacceptable
S3 Major Broken feature, workaround acceptable
S4 Low Functionality inconvenience or cosmetic issue