├── .gitignore ├── .gitmodules ├── COPYING ├── README.md ├── defs ├── README.md ├── bitcoin │ ├── actinium.json │ ├── actinium.png │ ├── axe.json │ ├── axe.png │ ├── bcash.json │ ├── bcash.png │ ├── bcash_testnet.json │ ├── bcash_testnet.png │ ├── bgold.json │ ├── bgold.png │ ├── bgold_testnet.json │ ├── bgold_testnet.png │ ├── bitcoin.json │ ├── bitcoin.png │ ├── bitcoin_regtest.json │ ├── bitcoin_regtest.png │ ├── bitcoin_testnet.json │ ├── bitcoin_testnet.png │ ├── bitcore.json │ ├── bitcore.png │ ├── bprivate.json │ ├── bprivate.png │ ├── cpuchain.json │ ├── cpuchain.png │ ├── crown.json │ ├── crown.png │ ├── dash.json │ ├── dash.png │ ├── dash_testnet.json │ ├── dash_testnet.png │ ├── decred.json │ ├── decred.png │ ├── decred_testnet.json │ ├── decred_testnet.png │ ├── digibyte.json │ ├── digibyte.png │ ├── dogecoin.json │ ├── dogecoin.png │ ├── ecash.json │ ├── ecash.png │ ├── elements.json │ ├── elements.png │ ├── feathercoin.json │ ├── feathercoin.png │ ├── firo.json │ ├── firo.png │ ├── firo_testnet.json │ ├── firo_testnet.png │ ├── florincoin.json │ ├── florincoin.png │ ├── fujicoin.json │ ├── fujicoin.png │ ├── groestlcoin.json │ ├── groestlcoin.png │ ├── groestlcoin_testnet.json │ ├── groestlcoin_testnet.png │ ├── komodo.json │ ├── komodo.png │ ├── koto.json │ ├── koto.png │ ├── litecoin.json │ ├── litecoin.png │ ├── litecoin_testnet.json │ ├── litecoin_testnet.png │ ├── monacoin.json │ ├── monacoin.png │ ├── namecoin.json │ ├── namecoin.png │ ├── particl.json │ ├── particl.png │ ├── particl_testnet.json │ ├── particl_testnet.png │ ├── peercoin.json │ ├── peercoin.png │ ├── peercoin_testnet.json │ ├── peercoin_testnet.png │ ├── primecoin.json │ ├── primecoin.png │ ├── qtum.json │ ├── qtum.png │ ├── qtum_testnet.json │ ├── qtum_testnet.png │ ├── ravencoin.json │ ├── ravencoin.png │ ├── ravencoin_testnet.json │ ├── ravencoin_testnet.png │ ├── ritocoin.json │ ├── ritocoin.png │ ├── smartcash.json │ ├── smartcash.png │ ├── smartcash_testnet.json │ ├── smartcash_testnet.png │ ├── stakenet.json │ ├── stakenet.png │ ├── syscoin.json │ ├── syscoin.png │ ├── terracoin.json │ ├── terracoin.png │ ├── unobtanium.json │ ├── unobtanium.png │ ├── verge.json │ ├── verge.png │ ├── vertcoin.json │ ├── vertcoin.png │ ├── viacoin.json │ ├── viacoin.png │ ├── vipstarcoin.json │ ├── vipstarcoin.png │ ├── xrhodium.json │ ├── xrhodium.png │ ├── zcash.json │ ├── zcash.png │ ├── zcash_testnet.json │ ├── zcash_testnet.png │ ├── zcore.json │ └── zcore.png ├── blockchain_link.json ├── duplicity_overrides.json ├── ethereum │ ├── networks.json │ ├── released-definitions-timestamp.txt │ └── tokens.json ├── fido │ ├── apple.json │ ├── apple.png │ ├── aws.json │ ├── aws.png │ ├── binance.json │ ├── binance.png │ ├── bitbucket.json │ ├── bitbucket.png │ ├── bitfinex.json │ ├── bitfinex.png │ ├── bitwarden.json │ ├── bitwarden.png │ ├── cloudflare.json │ ├── cloudflare.png │ ├── coinbase.json │ ├── coinbase.png │ ├── dashlane.json │ ├── dashlane.png │ ├── dropbox.json │ ├── dropbox.png │ ├── duo.json │ ├── duo.png │ ├── facebook.json │ ├── facebook.png │ ├── fastmail.json │ ├── fastmail.png │ ├── fedora.json │ ├── fedora.png │ ├── gandi.json │ ├── gandi.png │ ├── gemini.json │ ├── gemini.png │ ├── github.json │ ├── github.png │ ├── gitlab.json │ ├── gitlab.png │ ├── google.json │ ├── google.png │ ├── invity.json │ ├── invity.png │ ├── keeper.json │ ├── keeper.png │ ├── kraken.json │ ├── kraken.png │ ├── login.gov.json │ ├── login.gov.png │ ├── microsoft.json │ ├── microsoft.png │ ├── mojeid.json │ ├── mojeid.png │ ├── namecheap.json │ ├── namecheap.png │ ├── proton.json │ ├── proton.png │ ├── slushpool.json │ ├── slushpool.png │ ├── stripe.json │ ├── stripe.png │ ├── tutanota.json │ ├── tutanota.png │ ├── u2f.bin.coffee.json │ ├── webauthn.bin.coffee.json │ ├── webauthn.io.json │ ├── webauthn.me.json │ └── yubico-demo.json ├── misc │ ├── ada.png │ ├── bnb.png │ ├── eos.png │ ├── lsk.png │ ├── maid.png │ ├── misc.json │ ├── omni.png │ ├── ont.png │ ├── usdt.png │ ├── wan.png │ ├── xlm.png │ ├── xmr.png │ ├── xrp.png │ └── xtz.png ├── nem │ └── nem_mosaics.json ├── solana │ ├── programs.json │ ├── programs.md │ └── programs.md.mako └── support.json ├── keys ├── public_trezor1.h ├── public_trezor1.pem ├── public_trezor1.txt ├── sample.h ├── sample.pem └── sample.txt ├── models.json ├── protob ├── .gitignore ├── Makefile ├── check.py ├── graph.py ├── messages-benchmark.proto ├── messages-bitcoin.proto ├── messages-ble.proto ├── messages-bootloader.proto ├── messages-cardano.proto ├── messages-common.proto ├── messages-crypto.proto ├── messages-debug.proto ├── messages-definitions.proto ├── messages-eos.proto ├── messages-ethereum-eip712.proto ├── messages-ethereum.proto ├── messages-evolu.proto ├── messages-management.proto ├── messages-monero.proto ├── messages-nem.proto ├── messages-nostr.proto ├── messages-ripple.proto ├── messages-solana.proto ├── messages-stellar.proto ├── messages-tezos.proto ├── messages-thp.proto ├── messages-tron.proto ├── messages-webauthn.proto ├── messages.proto ├── options.proto ├── pb2py └── protocol.md ├── releases.json ├── tests └── fixtures │ ├── cardano │ ├── get_address_byron.json │ ├── get_address_byron.slip39.json │ ├── get_base_address.derivations.json │ ├── get_base_address.json │ ├── get_base_address_with_script_hashes.json │ ├── get_base_address_with_staking_key_hash.json │ ├── get_enterprise_address.json │ ├── get_native_script_hash.json │ ├── get_pointer_address.json │ ├── get_public_key.derivations.json │ ├── get_public_key.json │ ├── get_public_key.slip39.json │ ├── get_reward_address.json │ ├── sign_message.failed.json │ ├── sign_message.json │ ├── sign_tx.failed.json │ ├── sign_tx.json │ ├── sign_tx.multisig.failed.json │ ├── sign_tx.multisig.json │ ├── sign_tx.plutus.failed.json │ ├── sign_tx.plutus.json │ ├── sign_tx.show_details.json │ ├── sign_tx.slip24.failed.json │ ├── sign_tx.slip24.json │ ├── sign_tx.slip39.json │ ├── sign_tx_stake_pool_registration.failed.json │ └── sign_tx_stake_pool_registration.json │ ├── ethereum │ ├── getaddress.json │ ├── getpublickey.json │ ├── sign_tx.json │ ├── sign_tx_eip155.json │ ├── sign_tx_eip1559.json │ ├── sign_tx_erc20.json │ ├── sign_tx_staking.json │ ├── sign_tx_staking_data_error.json │ ├── sign_tx_staking_eip1559.json │ ├── sign_typed_data.json │ ├── signmessage.json │ └── verifymessage.json │ ├── solana │ ├── get_address.json │ ├── get_public_key.json │ ├── sign_tx.associated_token_account_program.json │ ├── sign_tx.compute_budget_program.json │ ├── sign_tx.memo_program.json │ ├── sign_tx.payment_request.json │ ├── sign_tx.predefined_transactions.json │ ├── sign_tx.stake_program.json │ ├── sign_tx.staking_transactions.json │ ├── sign_tx.system_program.json │ ├── sign_tx.token_program.json │ └── sign_tx.unknown_instructions.json │ ├── stellar │ ├── get_address.json │ └── sign_tx.json │ └── tron │ └── get_address.json ├── tools ├── README.md ├── coin_info.py ├── cointool.py ├── marketcap.py ├── maxfee.py ├── release.sh ├── requirements.txt └── support.py └── udev ├── 51-trezor.rules └── dist ├── .gitignore ├── Dockerfile ├── Makefile └── release.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/.gitmodules -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/COPYING -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/README.md -------------------------------------------------------------------------------- /defs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/README.md -------------------------------------------------------------------------------- /defs/bitcoin/actinium.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/actinium.json -------------------------------------------------------------------------------- /defs/bitcoin/actinium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/actinium.png -------------------------------------------------------------------------------- /defs/bitcoin/axe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/axe.json -------------------------------------------------------------------------------- /defs/bitcoin/axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/axe.png -------------------------------------------------------------------------------- /defs/bitcoin/bcash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bcash.json -------------------------------------------------------------------------------- /defs/bitcoin/bcash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bcash.png -------------------------------------------------------------------------------- /defs/bitcoin/bcash_testnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bcash_testnet.json -------------------------------------------------------------------------------- /defs/bitcoin/bcash_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bcash_testnet.png -------------------------------------------------------------------------------- /defs/bitcoin/bgold.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bgold.json -------------------------------------------------------------------------------- /defs/bitcoin/bgold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bgold.png -------------------------------------------------------------------------------- /defs/bitcoin/bgold_testnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bgold_testnet.json -------------------------------------------------------------------------------- /defs/bitcoin/bgold_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bgold_testnet.png -------------------------------------------------------------------------------- /defs/bitcoin/bitcoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bitcoin.json -------------------------------------------------------------------------------- /defs/bitcoin/bitcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bitcoin.png -------------------------------------------------------------------------------- /defs/bitcoin/bitcoin_regtest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bitcoin_regtest.json -------------------------------------------------------------------------------- /defs/bitcoin/bitcoin_regtest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bitcoin_regtest.png -------------------------------------------------------------------------------- /defs/bitcoin/bitcoin_testnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bitcoin_testnet.json -------------------------------------------------------------------------------- /defs/bitcoin/bitcoin_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bitcoin_testnet.png -------------------------------------------------------------------------------- /defs/bitcoin/bitcore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bitcore.json -------------------------------------------------------------------------------- /defs/bitcoin/bitcore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bitcore.png -------------------------------------------------------------------------------- /defs/bitcoin/bprivate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bprivate.json -------------------------------------------------------------------------------- /defs/bitcoin/bprivate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/bprivate.png -------------------------------------------------------------------------------- /defs/bitcoin/cpuchain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/cpuchain.json -------------------------------------------------------------------------------- /defs/bitcoin/cpuchain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/cpuchain.png -------------------------------------------------------------------------------- /defs/bitcoin/crown.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/crown.json -------------------------------------------------------------------------------- /defs/bitcoin/crown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/crown.png -------------------------------------------------------------------------------- /defs/bitcoin/dash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/dash.json -------------------------------------------------------------------------------- /defs/bitcoin/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/dash.png -------------------------------------------------------------------------------- /defs/bitcoin/dash_testnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/dash_testnet.json -------------------------------------------------------------------------------- /defs/bitcoin/dash_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/dash_testnet.png -------------------------------------------------------------------------------- /defs/bitcoin/decred.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/decred.json -------------------------------------------------------------------------------- /defs/bitcoin/decred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/decred.png -------------------------------------------------------------------------------- /defs/bitcoin/decred_testnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/decred_testnet.json -------------------------------------------------------------------------------- /defs/bitcoin/decred_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/decred_testnet.png -------------------------------------------------------------------------------- /defs/bitcoin/digibyte.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/digibyte.json -------------------------------------------------------------------------------- /defs/bitcoin/digibyte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/digibyte.png -------------------------------------------------------------------------------- /defs/bitcoin/dogecoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/dogecoin.json -------------------------------------------------------------------------------- /defs/bitcoin/dogecoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/dogecoin.png -------------------------------------------------------------------------------- /defs/bitcoin/ecash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/ecash.json -------------------------------------------------------------------------------- /defs/bitcoin/ecash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/ecash.png -------------------------------------------------------------------------------- /defs/bitcoin/elements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/elements.json -------------------------------------------------------------------------------- /defs/bitcoin/elements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/elements.png -------------------------------------------------------------------------------- /defs/bitcoin/feathercoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/feathercoin.json -------------------------------------------------------------------------------- /defs/bitcoin/feathercoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/feathercoin.png -------------------------------------------------------------------------------- /defs/bitcoin/firo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/firo.json -------------------------------------------------------------------------------- /defs/bitcoin/firo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/firo.png -------------------------------------------------------------------------------- /defs/bitcoin/firo_testnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/firo_testnet.json -------------------------------------------------------------------------------- /defs/bitcoin/firo_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/firo_testnet.png -------------------------------------------------------------------------------- /defs/bitcoin/florincoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/florincoin.json -------------------------------------------------------------------------------- /defs/bitcoin/florincoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/florincoin.png -------------------------------------------------------------------------------- /defs/bitcoin/fujicoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/fujicoin.json -------------------------------------------------------------------------------- /defs/bitcoin/fujicoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/fujicoin.png -------------------------------------------------------------------------------- /defs/bitcoin/groestlcoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/groestlcoin.json -------------------------------------------------------------------------------- /defs/bitcoin/groestlcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/groestlcoin.png -------------------------------------------------------------------------------- /defs/bitcoin/groestlcoin_testnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/groestlcoin_testnet.json -------------------------------------------------------------------------------- /defs/bitcoin/groestlcoin_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/groestlcoin_testnet.png -------------------------------------------------------------------------------- /defs/bitcoin/komodo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/komodo.json -------------------------------------------------------------------------------- /defs/bitcoin/komodo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/komodo.png -------------------------------------------------------------------------------- /defs/bitcoin/koto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/koto.json -------------------------------------------------------------------------------- /defs/bitcoin/koto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/koto.png -------------------------------------------------------------------------------- /defs/bitcoin/litecoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/litecoin.json -------------------------------------------------------------------------------- /defs/bitcoin/litecoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/litecoin.png -------------------------------------------------------------------------------- /defs/bitcoin/litecoin_testnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/litecoin_testnet.json -------------------------------------------------------------------------------- /defs/bitcoin/litecoin_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/litecoin_testnet.png -------------------------------------------------------------------------------- /defs/bitcoin/monacoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/monacoin.json -------------------------------------------------------------------------------- /defs/bitcoin/monacoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/monacoin.png -------------------------------------------------------------------------------- /defs/bitcoin/namecoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/namecoin.json -------------------------------------------------------------------------------- /defs/bitcoin/namecoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/namecoin.png -------------------------------------------------------------------------------- /defs/bitcoin/particl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/particl.json -------------------------------------------------------------------------------- /defs/bitcoin/particl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/particl.png -------------------------------------------------------------------------------- /defs/bitcoin/particl_testnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/particl_testnet.json -------------------------------------------------------------------------------- /defs/bitcoin/particl_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/particl_testnet.png -------------------------------------------------------------------------------- /defs/bitcoin/peercoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/peercoin.json -------------------------------------------------------------------------------- /defs/bitcoin/peercoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/peercoin.png -------------------------------------------------------------------------------- /defs/bitcoin/peercoin_testnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/peercoin_testnet.json -------------------------------------------------------------------------------- /defs/bitcoin/peercoin_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/peercoin_testnet.png -------------------------------------------------------------------------------- /defs/bitcoin/primecoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/primecoin.json -------------------------------------------------------------------------------- /defs/bitcoin/primecoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/primecoin.png -------------------------------------------------------------------------------- /defs/bitcoin/qtum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/qtum.json -------------------------------------------------------------------------------- /defs/bitcoin/qtum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/qtum.png -------------------------------------------------------------------------------- /defs/bitcoin/qtum_testnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/qtum_testnet.json -------------------------------------------------------------------------------- /defs/bitcoin/qtum_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/qtum_testnet.png -------------------------------------------------------------------------------- /defs/bitcoin/ravencoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/ravencoin.json -------------------------------------------------------------------------------- /defs/bitcoin/ravencoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/ravencoin.png -------------------------------------------------------------------------------- /defs/bitcoin/ravencoin_testnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/ravencoin_testnet.json -------------------------------------------------------------------------------- /defs/bitcoin/ravencoin_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/ravencoin_testnet.png -------------------------------------------------------------------------------- /defs/bitcoin/ritocoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/ritocoin.json -------------------------------------------------------------------------------- /defs/bitcoin/ritocoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/ritocoin.png -------------------------------------------------------------------------------- /defs/bitcoin/smartcash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/smartcash.json -------------------------------------------------------------------------------- /defs/bitcoin/smartcash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/smartcash.png -------------------------------------------------------------------------------- /defs/bitcoin/smartcash_testnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/smartcash_testnet.json -------------------------------------------------------------------------------- /defs/bitcoin/smartcash_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/smartcash_testnet.png -------------------------------------------------------------------------------- /defs/bitcoin/stakenet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/stakenet.json -------------------------------------------------------------------------------- /defs/bitcoin/stakenet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/stakenet.png -------------------------------------------------------------------------------- /defs/bitcoin/syscoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/syscoin.json -------------------------------------------------------------------------------- /defs/bitcoin/syscoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/syscoin.png -------------------------------------------------------------------------------- /defs/bitcoin/terracoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/terracoin.json -------------------------------------------------------------------------------- /defs/bitcoin/terracoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/terracoin.png -------------------------------------------------------------------------------- /defs/bitcoin/unobtanium.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/unobtanium.json -------------------------------------------------------------------------------- /defs/bitcoin/unobtanium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/unobtanium.png -------------------------------------------------------------------------------- /defs/bitcoin/verge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/verge.json -------------------------------------------------------------------------------- /defs/bitcoin/verge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/verge.png -------------------------------------------------------------------------------- /defs/bitcoin/vertcoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/vertcoin.json -------------------------------------------------------------------------------- /defs/bitcoin/vertcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/vertcoin.png -------------------------------------------------------------------------------- /defs/bitcoin/viacoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/viacoin.json -------------------------------------------------------------------------------- /defs/bitcoin/viacoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/viacoin.png -------------------------------------------------------------------------------- /defs/bitcoin/vipstarcoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/vipstarcoin.json -------------------------------------------------------------------------------- /defs/bitcoin/vipstarcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/vipstarcoin.png -------------------------------------------------------------------------------- /defs/bitcoin/xrhodium.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/xrhodium.json -------------------------------------------------------------------------------- /defs/bitcoin/xrhodium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/xrhodium.png -------------------------------------------------------------------------------- /defs/bitcoin/zcash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/zcash.json -------------------------------------------------------------------------------- /defs/bitcoin/zcash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/zcash.png -------------------------------------------------------------------------------- /defs/bitcoin/zcash_testnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/zcash_testnet.json -------------------------------------------------------------------------------- /defs/bitcoin/zcash_testnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/zcash_testnet.png -------------------------------------------------------------------------------- /defs/bitcoin/zcore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/zcore.json -------------------------------------------------------------------------------- /defs/bitcoin/zcore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/bitcoin/zcore.png -------------------------------------------------------------------------------- /defs/blockchain_link.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/blockchain_link.json -------------------------------------------------------------------------------- /defs/duplicity_overrides.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/duplicity_overrides.json -------------------------------------------------------------------------------- /defs/ethereum/networks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/ethereum/networks.json -------------------------------------------------------------------------------- /defs/ethereum/released-definitions-timestamp.txt: -------------------------------------------------------------------------------- 1 | 2025-10-09T13:28:15+00:00 2 | -------------------------------------------------------------------------------- /defs/ethereum/tokens.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/ethereum/tokens.json -------------------------------------------------------------------------------- /defs/fido/apple.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/apple.json -------------------------------------------------------------------------------- /defs/fido/apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/apple.png -------------------------------------------------------------------------------- /defs/fido/aws.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/aws.json -------------------------------------------------------------------------------- /defs/fido/aws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/aws.png -------------------------------------------------------------------------------- /defs/fido/binance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/binance.json -------------------------------------------------------------------------------- /defs/fido/binance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/binance.png -------------------------------------------------------------------------------- /defs/fido/bitbucket.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/bitbucket.json -------------------------------------------------------------------------------- /defs/fido/bitbucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/bitbucket.png -------------------------------------------------------------------------------- /defs/fido/bitfinex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/bitfinex.json -------------------------------------------------------------------------------- /defs/fido/bitfinex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/bitfinex.png -------------------------------------------------------------------------------- /defs/fido/bitwarden.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/bitwarden.json -------------------------------------------------------------------------------- /defs/fido/bitwarden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/bitwarden.png -------------------------------------------------------------------------------- /defs/fido/cloudflare.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/cloudflare.json -------------------------------------------------------------------------------- /defs/fido/cloudflare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/cloudflare.png -------------------------------------------------------------------------------- /defs/fido/coinbase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/coinbase.json -------------------------------------------------------------------------------- /defs/fido/coinbase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/coinbase.png -------------------------------------------------------------------------------- /defs/fido/dashlane.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/dashlane.json -------------------------------------------------------------------------------- /defs/fido/dashlane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/dashlane.png -------------------------------------------------------------------------------- /defs/fido/dropbox.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/dropbox.json -------------------------------------------------------------------------------- /defs/fido/dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/dropbox.png -------------------------------------------------------------------------------- /defs/fido/duo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/duo.json -------------------------------------------------------------------------------- /defs/fido/duo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/duo.png -------------------------------------------------------------------------------- /defs/fido/facebook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/facebook.json -------------------------------------------------------------------------------- /defs/fido/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/facebook.png -------------------------------------------------------------------------------- /defs/fido/fastmail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/fastmail.json -------------------------------------------------------------------------------- /defs/fido/fastmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/fastmail.png -------------------------------------------------------------------------------- /defs/fido/fedora.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/fedora.json -------------------------------------------------------------------------------- /defs/fido/fedora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/fedora.png -------------------------------------------------------------------------------- /defs/fido/gandi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/gandi.json -------------------------------------------------------------------------------- /defs/fido/gandi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/gandi.png -------------------------------------------------------------------------------- /defs/fido/gemini.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/gemini.json -------------------------------------------------------------------------------- /defs/fido/gemini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/gemini.png -------------------------------------------------------------------------------- /defs/fido/github.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/github.json -------------------------------------------------------------------------------- /defs/fido/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/github.png -------------------------------------------------------------------------------- /defs/fido/gitlab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/gitlab.json -------------------------------------------------------------------------------- /defs/fido/gitlab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/gitlab.png -------------------------------------------------------------------------------- /defs/fido/google.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/google.json -------------------------------------------------------------------------------- /defs/fido/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/google.png -------------------------------------------------------------------------------- /defs/fido/invity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/invity.json -------------------------------------------------------------------------------- /defs/fido/invity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/invity.png -------------------------------------------------------------------------------- /defs/fido/keeper.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/keeper.json -------------------------------------------------------------------------------- /defs/fido/keeper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/keeper.png -------------------------------------------------------------------------------- /defs/fido/kraken.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/kraken.json -------------------------------------------------------------------------------- /defs/fido/kraken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/kraken.png -------------------------------------------------------------------------------- /defs/fido/login.gov.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/login.gov.json -------------------------------------------------------------------------------- /defs/fido/login.gov.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/login.gov.png -------------------------------------------------------------------------------- /defs/fido/microsoft.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/microsoft.json -------------------------------------------------------------------------------- /defs/fido/microsoft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/microsoft.png -------------------------------------------------------------------------------- /defs/fido/mojeid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/mojeid.json -------------------------------------------------------------------------------- /defs/fido/mojeid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/mojeid.png -------------------------------------------------------------------------------- /defs/fido/namecheap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/namecheap.json -------------------------------------------------------------------------------- /defs/fido/namecheap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/namecheap.png -------------------------------------------------------------------------------- /defs/fido/proton.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/proton.json -------------------------------------------------------------------------------- /defs/fido/proton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/proton.png -------------------------------------------------------------------------------- /defs/fido/slushpool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/slushpool.json -------------------------------------------------------------------------------- /defs/fido/slushpool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/slushpool.png -------------------------------------------------------------------------------- /defs/fido/stripe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/stripe.json -------------------------------------------------------------------------------- /defs/fido/stripe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/stripe.png -------------------------------------------------------------------------------- /defs/fido/tutanota.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/tutanota.json -------------------------------------------------------------------------------- /defs/fido/tutanota.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/tutanota.png -------------------------------------------------------------------------------- /defs/fido/u2f.bin.coffee.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/u2f.bin.coffee.json -------------------------------------------------------------------------------- /defs/fido/webauthn.bin.coffee.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/webauthn.bin.coffee.json -------------------------------------------------------------------------------- /defs/fido/webauthn.io.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/webauthn.io.json -------------------------------------------------------------------------------- /defs/fido/webauthn.me.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/webauthn.me.json -------------------------------------------------------------------------------- /defs/fido/yubico-demo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/fido/yubico-demo.json -------------------------------------------------------------------------------- /defs/misc/ada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/misc/ada.png -------------------------------------------------------------------------------- /defs/misc/bnb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/misc/bnb.png -------------------------------------------------------------------------------- /defs/misc/eos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/misc/eos.png -------------------------------------------------------------------------------- /defs/misc/lsk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/misc/lsk.png -------------------------------------------------------------------------------- /defs/misc/maid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/misc/maid.png -------------------------------------------------------------------------------- /defs/misc/misc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/misc/misc.json -------------------------------------------------------------------------------- /defs/misc/omni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/misc/omni.png -------------------------------------------------------------------------------- /defs/misc/ont.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/misc/ont.png -------------------------------------------------------------------------------- /defs/misc/usdt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/misc/usdt.png -------------------------------------------------------------------------------- /defs/misc/wan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/misc/wan.png -------------------------------------------------------------------------------- /defs/misc/xlm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/misc/xlm.png -------------------------------------------------------------------------------- /defs/misc/xmr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/misc/xmr.png -------------------------------------------------------------------------------- /defs/misc/xrp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/misc/xrp.png -------------------------------------------------------------------------------- /defs/misc/xtz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/misc/xtz.png -------------------------------------------------------------------------------- /defs/nem/nem_mosaics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/nem/nem_mosaics.json -------------------------------------------------------------------------------- /defs/solana/programs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/solana/programs.json -------------------------------------------------------------------------------- /defs/solana/programs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/solana/programs.md -------------------------------------------------------------------------------- /defs/solana/programs.md.mako: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/solana/programs.md.mako -------------------------------------------------------------------------------- /defs/support.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/defs/support.json -------------------------------------------------------------------------------- /keys/public_trezor1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/keys/public_trezor1.h -------------------------------------------------------------------------------- /keys/public_trezor1.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/keys/public_trezor1.pem -------------------------------------------------------------------------------- /keys/public_trezor1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/keys/public_trezor1.txt -------------------------------------------------------------------------------- /keys/sample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/keys/sample.h -------------------------------------------------------------------------------- /keys/sample.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/keys/sample.pem -------------------------------------------------------------------------------- /keys/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/keys/sample.txt -------------------------------------------------------------------------------- /models.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/models.json -------------------------------------------------------------------------------- /protob/.gitignore: -------------------------------------------------------------------------------- 1 | *.pb 2 | combined.proto 3 | -------------------------------------------------------------------------------- /protob/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/Makefile -------------------------------------------------------------------------------- /protob/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/check.py -------------------------------------------------------------------------------- /protob/graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/graph.py -------------------------------------------------------------------------------- /protob/messages-benchmark.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-benchmark.proto -------------------------------------------------------------------------------- /protob/messages-bitcoin.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-bitcoin.proto -------------------------------------------------------------------------------- /protob/messages-ble.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-ble.proto -------------------------------------------------------------------------------- /protob/messages-bootloader.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-bootloader.proto -------------------------------------------------------------------------------- /protob/messages-cardano.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-cardano.proto -------------------------------------------------------------------------------- /protob/messages-common.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-common.proto -------------------------------------------------------------------------------- /protob/messages-crypto.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-crypto.proto -------------------------------------------------------------------------------- /protob/messages-debug.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-debug.proto -------------------------------------------------------------------------------- /protob/messages-definitions.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-definitions.proto -------------------------------------------------------------------------------- /protob/messages-eos.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-eos.proto -------------------------------------------------------------------------------- /protob/messages-ethereum-eip712.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-ethereum-eip712.proto -------------------------------------------------------------------------------- /protob/messages-ethereum.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-ethereum.proto -------------------------------------------------------------------------------- /protob/messages-evolu.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-evolu.proto -------------------------------------------------------------------------------- /protob/messages-management.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-management.proto -------------------------------------------------------------------------------- /protob/messages-monero.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-monero.proto -------------------------------------------------------------------------------- /protob/messages-nem.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-nem.proto -------------------------------------------------------------------------------- /protob/messages-nostr.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-nostr.proto -------------------------------------------------------------------------------- /protob/messages-ripple.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-ripple.proto -------------------------------------------------------------------------------- /protob/messages-solana.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-solana.proto -------------------------------------------------------------------------------- /protob/messages-stellar.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-stellar.proto -------------------------------------------------------------------------------- /protob/messages-tezos.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-tezos.proto -------------------------------------------------------------------------------- /protob/messages-thp.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-thp.proto -------------------------------------------------------------------------------- /protob/messages-tron.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-tron.proto -------------------------------------------------------------------------------- /protob/messages-webauthn.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages-webauthn.proto -------------------------------------------------------------------------------- /protob/messages.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/messages.proto -------------------------------------------------------------------------------- /protob/options.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/options.proto -------------------------------------------------------------------------------- /protob/pb2py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/pb2py -------------------------------------------------------------------------------- /protob/protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/protob/protocol.md -------------------------------------------------------------------------------- /releases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/releases.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/get_address_byron.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/get_address_byron.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/get_address_byron.slip39.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/get_address_byron.slip39.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/get_base_address.derivations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/get_base_address.derivations.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/get_base_address.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/get_base_address.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/get_base_address_with_script_hashes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/get_base_address_with_script_hashes.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/get_base_address_with_staking_key_hash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/get_base_address_with_staking_key_hash.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/get_enterprise_address.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/get_enterprise_address.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/get_native_script_hash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/get_native_script_hash.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/get_pointer_address.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/get_pointer_address.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/get_public_key.derivations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/get_public_key.derivations.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/get_public_key.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/get_public_key.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/get_public_key.slip39.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/get_public_key.slip39.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/get_reward_address.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/get_reward_address.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/sign_message.failed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/sign_message.failed.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/sign_message.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/sign_message.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/sign_tx.failed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/sign_tx.failed.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/sign_tx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/sign_tx.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/sign_tx.multisig.failed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/sign_tx.multisig.failed.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/sign_tx.multisig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/sign_tx.multisig.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/sign_tx.plutus.failed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/sign_tx.plutus.failed.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/sign_tx.plutus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/sign_tx.plutus.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/sign_tx.show_details.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/sign_tx.show_details.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/sign_tx.slip24.failed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/sign_tx.slip24.failed.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/sign_tx.slip24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/sign_tx.slip24.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/sign_tx.slip39.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/sign_tx.slip39.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/sign_tx_stake_pool_registration.failed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/sign_tx_stake_pool_registration.failed.json -------------------------------------------------------------------------------- /tests/fixtures/cardano/sign_tx_stake_pool_registration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/cardano/sign_tx_stake_pool_registration.json -------------------------------------------------------------------------------- /tests/fixtures/ethereum/getaddress.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/ethereum/getaddress.json -------------------------------------------------------------------------------- /tests/fixtures/ethereum/getpublickey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/ethereum/getpublickey.json -------------------------------------------------------------------------------- /tests/fixtures/ethereum/sign_tx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/ethereum/sign_tx.json -------------------------------------------------------------------------------- /tests/fixtures/ethereum/sign_tx_eip155.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/ethereum/sign_tx_eip155.json -------------------------------------------------------------------------------- /tests/fixtures/ethereum/sign_tx_eip1559.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/ethereum/sign_tx_eip1559.json -------------------------------------------------------------------------------- /tests/fixtures/ethereum/sign_tx_erc20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/ethereum/sign_tx_erc20.json -------------------------------------------------------------------------------- /tests/fixtures/ethereum/sign_tx_staking.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/ethereum/sign_tx_staking.json -------------------------------------------------------------------------------- /tests/fixtures/ethereum/sign_tx_staking_data_error.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/ethereum/sign_tx_staking_data_error.json -------------------------------------------------------------------------------- /tests/fixtures/ethereum/sign_tx_staking_eip1559.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/ethereum/sign_tx_staking_eip1559.json -------------------------------------------------------------------------------- /tests/fixtures/ethereum/sign_typed_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/ethereum/sign_typed_data.json -------------------------------------------------------------------------------- /tests/fixtures/ethereum/signmessage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/ethereum/signmessage.json -------------------------------------------------------------------------------- /tests/fixtures/ethereum/verifymessage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/ethereum/verifymessage.json -------------------------------------------------------------------------------- /tests/fixtures/solana/get_address.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/solana/get_address.json -------------------------------------------------------------------------------- /tests/fixtures/solana/get_public_key.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/solana/get_public_key.json -------------------------------------------------------------------------------- /tests/fixtures/solana/sign_tx.associated_token_account_program.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/solana/sign_tx.associated_token_account_program.json -------------------------------------------------------------------------------- /tests/fixtures/solana/sign_tx.compute_budget_program.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/solana/sign_tx.compute_budget_program.json -------------------------------------------------------------------------------- /tests/fixtures/solana/sign_tx.memo_program.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/solana/sign_tx.memo_program.json -------------------------------------------------------------------------------- /tests/fixtures/solana/sign_tx.payment_request.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/solana/sign_tx.payment_request.json -------------------------------------------------------------------------------- /tests/fixtures/solana/sign_tx.predefined_transactions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/solana/sign_tx.predefined_transactions.json -------------------------------------------------------------------------------- /tests/fixtures/solana/sign_tx.stake_program.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/solana/sign_tx.stake_program.json -------------------------------------------------------------------------------- /tests/fixtures/solana/sign_tx.staking_transactions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/solana/sign_tx.staking_transactions.json -------------------------------------------------------------------------------- /tests/fixtures/solana/sign_tx.system_program.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/solana/sign_tx.system_program.json -------------------------------------------------------------------------------- /tests/fixtures/solana/sign_tx.token_program.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/solana/sign_tx.token_program.json -------------------------------------------------------------------------------- /tests/fixtures/solana/sign_tx.unknown_instructions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/solana/sign_tx.unknown_instructions.json -------------------------------------------------------------------------------- /tests/fixtures/stellar/get_address.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/stellar/get_address.json -------------------------------------------------------------------------------- /tests/fixtures/stellar/sign_tx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/stellar/sign_tx.json -------------------------------------------------------------------------------- /tests/fixtures/tron/get_address.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tests/fixtures/tron/get_address.json -------------------------------------------------------------------------------- /tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tools/README.md -------------------------------------------------------------------------------- /tools/coin_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tools/coin_info.py -------------------------------------------------------------------------------- /tools/cointool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tools/cointool.py -------------------------------------------------------------------------------- /tools/marketcap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tools/marketcap.py -------------------------------------------------------------------------------- /tools/maxfee.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tools/maxfee.py -------------------------------------------------------------------------------- /tools/release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tools/release.sh -------------------------------------------------------------------------------- /tools/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tools/requirements.txt -------------------------------------------------------------------------------- /tools/support.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/tools/support.py -------------------------------------------------------------------------------- /udev/51-trezor.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/udev/51-trezor.rules -------------------------------------------------------------------------------- /udev/dist/.gitignore: -------------------------------------------------------------------------------- 1 | trezor.rules 2 | *.rpm 3 | *.deb 4 | -------------------------------------------------------------------------------- /udev/dist/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/udev/dist/Dockerfile -------------------------------------------------------------------------------- /udev/dist/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/udev/dist/Makefile -------------------------------------------------------------------------------- /udev/dist/release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trezor/trezor-common/HEAD/udev/dist/release.sh --------------------------------------------------------------------------------