1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-22 16:58:49 +00:00
Go to file
2025-05-16 00:18:04 +02:00
.clusterfuzzlite Run fuzzer in CI 2023-07-12 10:13:17 +02:00
.github NO MAIN: build and upload arm64 emulator 2025-05-15 13:39:51 +02:00
ci ci: drop GitLab config and mentions 2025-04-15 14:50:45 +03:00
common feat(core): homescreen streaming 2025-05-14 23:57:03 +02:00
core refactor(core/ui): parametrize show_pairing_code 2025-05-16 00:18:04 +02:00
crypto refactor(legacy): check size of integers when hashing 2025-04-25 13:22:09 +02:00
docs feat(tests): eckhart tests 2025-05-15 13:39:50 +02:00
legacy refactor(common/protob): rename TranslationDataRequest to DataChunkRequest 2025-05-14 23:57:03 +02:00
nordic feat(nordic): reserve flash space for manufacturing data 2025-05-07 19:13:50 +02:00
python feat(eckhart): implement missing eckhart tests and flows 2025-05-15 13:39:51 +02:00
rust feat(core): homescreen streaming 2025-05-14 23:57:03 +02:00
storage fix(core): prevent overflow in storage UI callback 2025-05-15 13:39:51 +02:00
tests feat(eckhart): implement missing eckhart tests and flows 2025-05-15 13:39:51 +02:00
tools feat(core/solana): implement diffable textual representation of supported programs 2025-04-29 14:54:41 +02:00
vendor feat(eckhart): confirm_signverify, confirm_blob, ethereum, solana and nostr support 2025-05-15 13:39:51 +02:00
.clang-format Fix cstyle and editor_check inconsistancy [no changelog] 2025-02-25 16:59:39 +01:00
.editorconfig feat(core): Introduce nfc commands in prodtest & update NFC library [no changelog] 2025-02-25 18:29:54 +01:00
.gitattributes chore(core): remove unused all_modules.py 2025-04-08 17:48:15 +03:00
.gitignore chore: ignore hypothesis artifacts 2025-04-16 12:30:39 +03:00
.gitmodules chore(core): add TROPIC01 model as a submodule 2025-03-13 15:08:48 +01:00
.pylintrc chore(core): remove unused all_modules.py 2025-04-08 17:48:15 +03:00
.yamllint.yml refactor(nordic): rename west to nordic 2025-02-10 17:22:57 +01:00
build-docker.sh build: build-docker.sh: ignore dubious ownership 2025-04-29 15:18:00 +02:00
CODEOWNERS chore(CODEOWNERS): remove me from some components 2021-10-17 10:45:14 +02:00
COMMITS.md docs: introduce conventional-commits (#1234) 2020-09-15 16:11:39 +02:00
CONTRIBUTING.md docs: add PR workflow info; move CONTRIBUTING to docs 2020-04-30 14:49:47 +02:00
COPYING docs: clear up licensing information 2021-03-31 18:51:52 +02:00
create_monorepo.py chore: update branch name to main where its used 2023-10-18 10:40:05 +02:00
LICENSE.md docs: clear up licensing information 2021-03-31 18:51:52 +02:00
Makefile fix(core): fix typo in Makefile 2025-05-12 07:57:46 +02:00
poetry.lock chore(core): update coverage to 5.5 2025-04-16 15:14:53 +03:00
poetry.toml build(poetry): use new (parallel) installer 2022-11-08 12:21:46 +01:00
pyproject.toml build: poetry: disable package mode 2025-04-16 17:27:11 +02:00
README.md ci: drop GitLab config and mentions 2025-04-15 14:50:45 +03:00
SECURITY.md chore(docs): update SECURITY.md 2025-05-13 13:57:43 +02:00
setup.cfg chore(python): replace 'pytest-rerunfailures' with 'pytest-retry' 2025-03-26 14:15:29 +02:00
shell.nix ci(nix): bump arm-embedded-gcc to version 13 2025-05-06 12:23:31 +02:00

Trezor Firmware

img

Repository Structure

  • ci: Ancillary files, data, and scripts for the CI pipeline
  • common/defs: JSON coin definitions and support tables
  • common/protob: Common protobuf definitions for the Trezor protocol
  • common/tools: Tools for managing coin definitions and related data
  • core: Trezor Core, firmware implementation for Trezor T
  • crypto: Stand-alone cryptography library used by both Trezor Core and the Trezor One firmware
  • docs: Assorted documentation
  • legacy: Trezor One firmware implementation
  • python: Python client library and the trezorctl command
  • storage: NORCOW storage implementation used by both Trezor Core and the Trezor One firmware
  • tests: Firmware unit test suite
  • tools: Miscellaneous build and helper scripts
  • vendor: Submodules for external dependencies

Contribute

See CONTRIBUTING.md.

Using Conventional Commits is strongly recommended and might be enforced in future.

Also please have a look at the docs, either in the docs folder or at docs.trezor.io before contributing. The misc chapter should be read in particular because it contains some useful assorted knowledge.

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.

Documentation

See the docs folder or visit docs.trezor.io.