1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-14 11:59:11 +00:00
trezor-firmware/protob
Dusan Klinec 43d718f9d6
xmr: live refresh and get_tx_key added
- get_tx_key supports retrieval of private tx keys - required by users to check the transaction or when resolving disputes with the decipient
- get_tx_key supports to return transaction derivations = private tx key * public view key. This enables to compute tx_proof for outgoing transactions which is also a nice tool when resolving disputes, provides better protection as tx private key is hidden.
- live refresh enables computation of key images on the fly during the refresh. This helps to completely avoid key image sync and enables to use the Trezor with untrusted node.
2018-12-19 13:51:30 +01:00
..
.gitignore fix gitignore 2018-10-19 18:07:24 +02:00
graph.py protob: fix small issues with protob, run graph.py in travis 2018-10-18 14:55:50 +02:00
Makefile Add Tron support 2018-09-14 11:21:24 +02:00
messages-bitcoin.proto defs: add Capricion 2018-10-20 17:18:26 +02:00
messages-bootloader.proto protob: add packages to proto files 2018-07-29 16:17:00 +02:00
messages-cardano.proto protob: remove root_hd_passphrase from CardanoPublicKey 2018-09-07 19:08:16 +02:00
messages-common.proto protobuf: unknown derivation path message 2018-09-04 13:52:03 +02:00
messages-crypto.proto protob: add packages to proto files 2018-07-29 16:17:00 +02:00
messages-debug.proto protob: add packages to proto files 2018-07-29 16:17:00 +02:00
messages-ethereum.proto protobuf: eth fix 2018-11-16 14:14:18 +01:00
messages-lisk.proto protob: add packages to proto files 2018-07-29 16:17:00 +02:00
messages-management.proto protob: add Features.no_backup and ResetDevice.no_backup 2018-10-04 16:36:27 +02:00
messages-monero.proto xmr: live refresh and get_tx_key added 2018-12-19 13:51:30 +01:00
messages-nem.proto protob: add packages to proto files 2018-07-29 16:17:00 +02:00
messages-ontology.proto protob: fix small issues with protob, run graph.py in travis 2018-10-18 14:55:50 +02:00
messages-ripple.proto protob: add packages to proto files 2018-07-29 16:17:00 +02:00
messages-stellar.proto stellar: get public key removed 2018-08-21 14:29:40 +02:00
messages-tezos.proto protob: remove TezosCurveType from protobuf; Ed25519 is the only supported one 2018-09-05 16:42:24 +02:00
messages-tron.proto protob: fix small issues with protob, run graph.py in travis 2018-10-18 14:55:50 +02:00
messages.proto xmr: live refresh and get_tx_key added 2018-12-19 13:51:30 +01:00
pb2py pb2py: fields moved to classmethod get_fields() 2018-09-18 18:06:40 +02:00
protocol.md add protocol description 2017-08-15 17:48:48 +02:00