Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Přejít na soubor
obrusvit 3e42686f97
fix(core): port changes from drawlib to mercury
před 55 minutami
.clusterfuzzlite Run fuzzer in CI před 9 měsíci
.github ci: actions: language awareness in ui reports před 4 dny
ci WIP - update rustc to the current nightly build před 2 dny
common fix(all): improve Solana template generation před 2 dny
core fix(core): port changes from drawlib to mercury před 55 minutami
crypto fix(crypto): add missing header for size_t před 2 měsíci
docs test(core): use internal model names před 2 týdny
legacy feat(core): use flash bursts for faster flashing před 1 týdnem
python feat(core): add icons for T3T1 před 2 hodinami
rust refactor(core): improve tjpg interface před 2 dny
storage feat(core): use flash bursts for faster flashing před 1 týdnem
tests fix(core): rebase on current drawlib před 2 hodinami
tools fix(all): improve Solana template generation před 2 dny
vendor chore(core): change STM32Cube submodule to separate hal driver and cmsis submodules. před 4 týdny
.clang-format clang-format: set the IncludeBlocks setting to "Preserve" před 4 roky
.editorconfig style: add .editorconfig [skip ci] před 3 roky
.gitattributes chore: tag generated files for github diffs před 2 týdny
.gitignore fix(core,crypto): add more test cases from bip-173 před 3 roky
.gitlab-ci.yml ci: move hardware tests over to github actions před 1 měsícem
.gitmodules chore(core): change STM32Cube submodule to separate hal driver and cmsis submodules. před 4 týdny
.pylintrc chore: move pylint config from setup.cfg to .pylintrc před 4 měsíci
.yamllint.yml style: ignore yaml files in venv před 3 roky
CODEOWNERS chore(CODEOWNERS): remove me from some components před 2 roky
COMMITS.md docs: introduce conventional-commits (#1234) před 4 roky
CONTRIBUTING.md docs: add PR workflow info; move CONTRIBUTING to docs před 4 roky
COPYING docs: clear up licensing information před 3 roky
LICENSE.md docs: clear up licensing information před 3 roky
Makefile fix(all): improve Solana template generation před 2 dny
README.md chore(readme): add link to trezor.io KB disclosure article před 1 rokem
SECURITY.md docs: use monospace for fingerprints před 5 roky
build-docker.sh build: differentiate between models for prodtest build před 10 měsíci
create_monorepo.py chore: update branch name to main where its used před 5 měsíci
poetry.lock feat: Remove pyblake2 před 7 dny
poetry.toml build(poetry): use new (parallel) installer před 1 rokem
pyproject.toml feat: Remove pyblake2 před 7 dny
setup.cfg chore: upgrade style checkers před 4 týdny
shell.nix nix: unify ci/shell.nix and shell.nix před 4 roky

README.md

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.