1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-25 08:58:14 +00:00
Go to file
2021-03-25 13:39:59 +01:00
.github ci: add fixup check to Github Actions 2021-02-19 19:54:41 +01:00
ci ci: more reboots and skipped cases for hardware tests 2021-02-20 21:55:36 +01:00
common fix(common): update support.json to include Firo 2021-03-25 13:39:59 +01:00
core fix(common): update support.json to include Firo 2021-03-25 13:39:59 +01:00
crypto Add support for Schnorr crypto (BCH variant) 2021-03-09 14:22:56 +01:00
docs docs: Document decreasing the output value in RBF transactions. 2021-03-17 15:15:50 +01:00
legacy chore: add cardano changelogs 2021-03-18 10:30:03 +01:00
python feat: drop DebugLinkShowText functionality 2021-03-18 10:59:51 +01:00
storage
tests test: Add device test for replacement transaction with OP_RETURN output. 2021-03-24 22:06:41 +01:00
tools
vendor chore(vendor): bump secp256k1-zkp to latest 2021-03-18 14:37:28 +01:00
.clang-format
.editorconfig
.gitattributes chore: add merge=union git attribute for changelogs (#1475) 2021-02-19 21:25:47 +01:00
.gitignore
.gitlab-ci.yml ci: also run regular tt tests on hw 2021-02-05 12:58:21 +01:00
.gitmodules
.travis.yml
.yamllint.yml
build-docker.sh fix(build): update build-docker.sh script 2021-02-22 17:32:37 +01:00
CODEOWNERS chore(github): remove myself from some CODEOWNERS parts 2021-02-23 08:35:29 +01:00
COMMITS.md docs: introduce conventional-commits (#1234) 2020-09-15 16:11:39 +02:00
CONTRIBUTING.md
create_monorepo.py
Makefile
poetry.lock
poetry.toml
pyproject.toml
README.md chore(docs): update README 2021-02-19 20:04:11 +01:00
SECURITY.md docs: use monospace for fingerprints 2019-08-16 18:47:46 +02:00
setup.cfg chore: rename deprecated pytest option 2021-02-05 10:44:09 +01:00
shell.nix

Trezor Firmware

img

Repository Structure

  • ci: Gitlab CI configuration files
  • 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.