1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-28 01:18:16 +00:00
Go to file
2025-07-22 14:04:09 +02:00
.clusterfuzzlite Run fuzzer in CI 2023-07-12 10:13:17 +02:00
.github ci: save UI diff urls also to step summary 2025-07-21 23:56:36 +02:00
ci ci: add UI-specific diff markers for PR comment 2025-07-18 14:47:33 +03:00
common fix(core/protobuf): broken wire_id separation by enum 2025-07-21 21:00:26 +02:00
core feat(core): add allow unlimited run vendorheader flag 2025-07-22 14:04:09 +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(legacy): increase EIP1559 access list limits 12/12 2025-07-19 15:01:03 +02:00
nordic feat(nordic): support pairing verification 2025-07-22 09:52:10 +02:00
python feat(core): add allow unlimited run vendorheader flag 2025-07-22 14:04:09 +02:00
rust chore(common/core): use public_key instead of pubkey in THP messages 2025-07-21 13:05:51 +02:00
storage refactor(core): reconfigure mpu directly in the storage 2025-07-17 13:12:13 +02:00
tests chore(core/eckhart): use back label in device menu 2025-07-21 16:45:47 +02: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: update CODEOWNERS 2025-07-17 11:15:40 +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.