Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Vai al file
obrusvit c6a8510269
feat(core): T3T1 ShareWords component
13 ore fa
.clusterfuzzlite Run fuzzer in CI 9 mesi fa
.github test(core): add T3T1 support 2 settimane fa
ci WIP - update rustc to the current nightly build 2 settimane fa
common feat(core): Add Capability.Translations to Features 4 settimane fa
core feat(core): T3T1 ShareWords component 13 ore fa
crypto fix(crypto): add missing header for size_t 1 mese fa
docs test(core): use internal model names 2 settimane fa
legacy chore(core, legacy, storage): refactor flash drivers 4 settimane fa
python feat(core): add icons for T3T1 2 settimane fa
rust refactor(core): improve tjpg interface 2 settimane fa
storage chore(core, legacy, storage): refactor flash drivers 4 settimane fa
tests fixup! fix(core): rebase on current drawlib 2 settimane fa
tools fix: update check-bitcoin-only exceptions list 3 settimane fa
vendor chore(core): change STM32Cube submodule to separate hal driver and cmsis submodules. 4 settimane fa
.clang-format clang-format: set the IncludeBlocks setting to "Preserve" 4 anni fa
.editorconfig style: add .editorconfig [skip ci] 3 anni fa
.gitattributes chore: mark generated files as linguist-generated 4 mesi fa
.gitignore fix(core,crypto): add more test cases from bip-173 3 anni fa
.gitlab-ci.yml ci: move hardware tests over to github actions 1 mese fa
.gitmodules chore(core): change STM32Cube submodule to separate hal driver and cmsis submodules. 4 settimane fa
.pylintrc chore: move pylint config from setup.cfg to .pylintrc 4 mesi fa
.yamllint.yml style: ignore yaml files in venv 3 anni fa
CODEOWNERS chore(CODEOWNERS): remove me from some components 2 anni fa
COMMITS.md docs: introduce conventional-commits (#1234) 4 anni fa
CONTRIBUTING.md docs: add PR workflow info; move CONTRIBUTING to docs 4 anni fa
COPYING docs: clear up licensing information 3 anni fa
LICENSE.md docs: clear up licensing information 3 anni fa
Makefile docs: impl tool to list .md missing in SUMMARY.md 1 mese fa
README.md chore(readme): add link to trezor.io KB disclosure article 1 anno fa
SECURITY.md docs: use monospace for fingerprints 5 anni fa
build-docker.sh build: differentiate between models for prodtest build 10 mesi fa
create_monorepo.py chore: update branch name to main where its used 5 mesi fa
poetry.lock chore: upgrade style checkers 4 settimane fa
poetry.toml build(poetry): use new (parallel) installer 1 anno fa
pyproject.toml chore: upgrade style checkers 4 settimane fa
setup.cfg chore: upgrade style checkers 4 settimane fa
shell.nix nix: unify ci/shell.nix and shell.nix 4 anni fa

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.