You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/tools/snippets
grdddj da14c22712
feat(all): add UI for Model R
12 months ago
..
README.md feat(python): support external Ethereum definitions 1 year ago
eth_defs_unpack.py feat(python): support external Ethereum definitions 1 year ago
font_multiplier.py feat(all): add UI for Model R 12 months ago
local_cache_attribute.py feat(snippet): converter for local_cache_attribute 2 years ago
monero_unused_functions.py snippet: unused Monero mapping 2 years ago
sign_tx.py feat(tools): new snippets folder, sign_tx.py and unify_test_files.py scripts 2 years ago
unify_test_files.py chore(tests): add new conventions for test files unification 2 years ago

README.md

Snippets

This folder is storing non-essential scripts (snippets, gists), which may however come in handy in a year or two.

These scripts do not need to have a high standard, but each of those should have a short description of what is it doing.

sign_tx.py

  • signing of BTC transactions that can be spent with currently connected device
  • need to specify the input UTXOs and the output address(es)
  • generates a serialized transaction that can be then announced to the network

unify_test_files.py

  • enforcing some readability practices in test files and possibly adding information about paths and addresses used
  • need to specify all the files to be modified and optionally the path-to-address translation file
  • rewrites the files in place, or just prints the intended changes when run with -c

monero_unused_functions

  • Find functions from Monero cryptography that are not used.

eth_defs_unpack.py

  • Unpacks the definitions from a definitions-sparse.zip that does not contain the Merkle proofs for space-saving. This format is not currently distributed.