1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-07 15:18:08 +00:00
Go to file
Martin Milata d4475892df wip
2025-07-02 15:41:13 +02:00
.clusterfuzzlite Run fuzzer in CI 2023-07-12 10:13:17 +02:00
.github wip 2025-07-02 15:41:13 +02:00
ci chore(core): fix "trezor" -> "Trezor" 2025-06-20 14:40:13 +03:00
common chore(core): add 1inch and LiFI addresses 2025-06-24 13:56:03 +02:00
core build(core): fix scons conversion of CPPFLAGS to BINDGEN_FLAGS 2025-07-02 13:45:22 +02:00
crypto refactor(core/prodtest): check subject common name 2025-06-25 15:41:03 +02:00
docs test(core): allow disabling GC leak check error using a CLI flag 2025-06-19 08:29:18 +03:00
legacy fix(legacy): handle Cancel during GetPublicKey flow 2025-06-18 12:25:47 +03:00
nordic fix(nordic): fix nordic gitignore. 2025-06-20 12:19:26 +02:00
python chore(core): fix "trezor" -> "Trezor" 2025-06-20 14:40:13 +03:00
rust chore(core): remove DebugLinkToggleThpPairingDialog 2025-06-16 14:53:13 +02:00
storage fix(core): prevent overflow in storage UI callback 2025-05-30 17:38:16 +02:00
tests chore(translations): add missing foreign translations 2025-06-24 16:36:01 +02:00
tools feat(core/solana): implement diffable textual representation of supported programs 2025-04-29 14:54:41 +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 feat(core/tools): adjust bootloader hashes to take account real bootloader max size 2025-05-27 17:49:23 +02:00
poetry.lock build(python): bump tox 2025-07-02 15:06:59 +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 fixup! ci(nix): bump nixpkgs, update to poetry 2.0 2025-07-02 14:14:37 +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.