1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-14 11:59:11 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Pavol Rusnak
9744e89378
protob: fix small issues with protob, run graph.py in travis 2018-10-18 14:55:50 +02:00
Tomas Susanka
50b9ecaf46 xmr: few comments 2018-10-18 14:14:19 +02:00
Dusan Klinec
d04e118471
xmr: protocol message thinning
As discussed in https://github.com/trezor/trezor-core/issues/368
2018-10-18 13:45:58 +02:00
Dusan Klinec
08e89cabd2 xmr: no wrapper 2018-09-18 11:45:23 +02:00
Dusan Klinec
9db33632e2
xmr: rsig in partitions 2018-09-17 14:53:00 +02:00
Dušan Klinec
cc3f5b3753 xmr: add integrated addresses indicator (#203) 2018-09-04 18:16:45 +02:00
Dušan Klinec
c40260a20b xmr: range sig protocol offloading (#199)
- support for bulletproofs > 2
2018-08-28 13:33:24 +02:00
Pavol Rusnak
21b3cd4352
protob: fix whitespace and order in messages-monero.proto 2018-08-15 11:44:43 +02:00
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
Pavol Rusnak
279bc1f220
protob: add packages to proto files 2018-07-29 16:17:00 +02:00
Pavol Rusnak
9fa3a7a399
protob: more meta info in monero messages 2018-07-22 21:04:48 +02:00
Pavol Rusnak
a5e6dff3ff
protob: refactor Monero messages 2018-07-22 20:07:05 +02:00
Dušan Klinec
ac0193b0b6 Monero protocol messages added (#164) 2018-07-22 19:47:30 +02:00