1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-07 07:12:34 +00:00
trezor-firmware/common/protob
obrusvit f35ffa0c18 feat(core/sdbackup): insert/eject emulator SD card
- access through DebugLink
- card can be initialized with
    - serial_number (used for filename and later for shamir backup
      functionality)
    - capacity in bytes
    - manufacturer ID (used for recognition of Trezor card together with
      capacity)
- one debug protobuf message added serial_number set to None means
  ejecting the card from emulator
- TODO: initialize the card with preexisting data
2024-01-16 15:27:13 +01:00
..
.gitignore MONOREPO MERGE trezor-common 2019-04-15 19:14:45 +02:00
check.py chore(common): include error explanation in protobuf messages check 2022-03-08 10:25:50 +01:00
graph.py style(all): fix pylint complaints 2021-10-27 13:13:15 +02:00
Makefile chore(common): remove Lisk 2021-08-19 10:25:41 +02:00
messages-binance.proto feat(all): add optional chunkify parameter for all getAddress and signTx protobuf messages 2023-09-15 09:50:21 +02:00
messages-bitcoin.proto fix(core/ui): T2T1: update sign message layout 2023-10-26 18:29:52 +02:00
messages-bootloader.proto chore: make fields on FirmwareRequest required (fixes #1941) 2023-04-03 22:01:26 +02:00
messages-cardano.proto feat(all): add optional chunkify parameter for all getAddress and signTx protobuf messages 2023-09-15 09:50:21 +02:00
messages-common.proto refactor(common/protob): make bitcoin_only options file-level 2021-10-07 15:26:49 +02:00
messages-crypto.proto feat(common): mark CoSi fields as required 2022-11-01 14:56:00 +01:00
messages-debug.proto feat(core/sdbackup): insert/eject emulator SD card 2024-01-16 15:27:13 +01:00
messages-eos.proto feat(all): add optional chunkify parameter for all getAddress and signTx protobuf messages 2023-09-15 09:50:21 +02:00
messages-ethereum-definitions.proto feat(common): protobuf messages for Ethereum definitions 2023-03-24 13:24:46 +01:00
messages-ethereum-eip712.proto feat(common): protobuf messages for Ethereum definitions 2023-03-24 13:24:46 +01:00
messages-ethereum.proto fix(core/ui): T2T1: update sign message layout 2023-10-26 18:29:52 +02:00
messages-management.proto feat(core/sdbackup): insert/eject emulator SD card 2024-01-16 15:27:13 +01:00
messages-monero.proto feat(all): add optional chunkify parameter for all getAddress and signTx protobuf messages 2023-09-15 09:50:21 +02:00
messages-nem.proto feat(all): add optional chunkify parameter for all getAddress and signTx protobuf messages 2023-09-15 09:50:21 +02:00
messages-ripple.proto feat(all): add optional chunkify parameter for all getAddress and signTx protobuf messages 2023-09-15 09:50:21 +02:00
messages-solana.proto feat(solana): add additional info with token account 2023-12-05 22:11:41 +01:00
messages-stellar.proto feat(common & core & legacy & python/stellar): add support for ClaimClaimableBalanceOp. 2023-12-11 11:14:33 +01:00
messages-tezos.proto feat(all): add optional chunkify parameter for all getAddress and signTx protobuf messages 2023-09-15 09:50:21 +02:00
messages-webauthn.proto refactor(common/protob): make bitcoin_only options file-level 2021-10-07 15:26:49 +02:00
messages.proto feat(core/sdbackup): insert/eject emulator SD card 2024-01-16 15:27:13 +01:00
pb2py chore(vendor): bump micropython to 1.19.1 2023-04-21 13:14:07 +02:00
protocol.md docs(common): how to add new protobuf message 2023-03-24 13:24:46 +01:00