1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-18 20:48:18 +00:00
Go to file
2025-07-18 12:37:54 +03:00
.clusterfuzzlite Run fuzzer in CI 2023-07-12 10:13:17 +02:00
.github ci(core): generate per-language UI diffs 2025-07-11 19:10:38 +03:00
ci ci: add UI-specific diff markers for PR comment 2025-07-18 12:33:13 +03:00
common chore(core): new entry in DebugLinkDecision message 2025-07-16 13:40:04 +02:00
core chore(core): new entry in DebugLinkDecision message 2025-07-16 13:40:04 +02:00
crypto refactor(crypto): make response constant 2025-07-10 20:22:12 +02:00
docs refactor: Move TxAckPaymentRequest to common messages as PaymentRequest. 2025-07-10 10:10:14 +02:00
legacy feat(common): Add PaymentNotification protobuf message. 2025-07-10 10:10:14 +02:00
nordic feat(nordic): add company identifier 2025-07-14 12:39:10 +02:00
python chore(core): new entry in DebugLinkDecision message 2025-07-16 13:40:04 +02:00
rust chore(core): new entry in DebugLinkDecision message 2025-07-16 13:40:04 +02:00
storage fix(core): prevent overflow in storage UI callback 2025-05-30 17:38:16 +02:00
tests TEST failure & ui-diff 2025-07-18 12:37:54 +03:00
tools feat(nordic): add radio test 2025-07-02 16:21:58 +02:00
vendor perf(core): rewrite trezor.log and trezor.wire_log in Rust 2025-06-11 10:26:09 +03: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 style: allow python style check in tools 2025-07-02 10:52:01 +02:00
poetry.lock chore(deps): bump urllib3 from 1.26.19 to 2.5.0 2025-06-19 09:30:32 +02: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 ci(core): enable retries only for HW tests 2025-05-23 13:18:11 +03:00
shell.nix ci(core): replace tio with socat-based helper script 2025-06-30 18:44:17 +03: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.