1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 22:18:13 +00:00
trezor-firmware/protob
Dušan Klinec 1ef050fb15 xmr: protob protocol improvements (#192)
- uses protobuff messages only for the transaction construction data - forward compatible. Not stable on Monero side, serialization format of the cryptonote serialization could be changed in the future (new fields), CN serialization does not support versioning, thus it is not forward compatible.
- MoneroTransactionDestinationEntry, MoneroTransactionSourceEntry have to be defined in the root level as they are used in various protocol messages
2018-08-15 11:39:06 +02:00
..
.gitignore protob: add combine makefile target for proto2js (which can't combine files by itself) 2018-07-27 16:02:01 +02:00
graph.py protob: more meta info in monero messages 2018-07-22 21:04:48 +02:00
Makefile protob: Add Ontology support (#184) 2018-08-14 15:23:07 +02:00
messages-bitcoin.proto protob: add packages to proto files 2018-07-29 16:17:00 +02:00
messages-bootloader.proto protob: add packages to proto files 2018-07-29 16:17:00 +02:00
messages-cardano.proto protob: add packages to proto files 2018-07-29 16:17:00 +02:00
messages-common.proto protob: add packages to proto files 2018-07-29 16:17:00 +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 protob: add packages to proto files 2018-07-29 16:17:00 +02:00
messages-lisk.proto protob: add packages to proto files 2018-07-29 16:17:00 +02:00
messages-management.proto protob: add packages to proto files 2018-07-29 16:17:00 +02:00
messages-monero.proto xmr: protob protocol improvements (#192) 2018-08-15 11:39:06 +02:00
messages-nem.proto protob: add packages to proto files 2018-07-29 16:17:00 +02:00
messages-ontology.proto protob: fix whitespace in Ontology messages 2018-08-14 20:59:00 +02:00
messages-ripple.proto protob: add packages to proto files 2018-07-29 16:17:00 +02:00
messages-stellar.proto protob: add packages to proto files 2018-07-29 16:17:00 +02:00
messages-tezos.proto tezos: field updates and added reveal operation (#170) 2018-08-13 17:45:36 +02:00
messages.proto protob: fix Ontology message ids (closes #191) 2018-08-14 20:53:02 +02:00
pb2py protob: make isort happy correctly 2018-08-03 19:11:02 +02:00
protocol.md add protocol description 2017-08-15 17:48:48 +02:00