1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-01 02:50:59 +00:00

common: more TRX cleanup

This commit is contained in:
Pavol Rusnak 2019-05-25 12:48:04 +02:00
parent 03feb21b09
commit 684862a7f5
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
4 changed files with 2 additions and 16 deletions

View File

@ -161,12 +161,6 @@ enum MessageType {
MessageType_StellarBumpSequenceOp = 221 [(wire_in) = true];
MessageType_StellarSignedTx = 230 [(wire_out) = true];
// TRON
MessageType_TronGetAddress = 250 [(wire_in) = true];
MessageType_TronAddress = 251 [(wire_out) = true];
MessageType_TronSignTx = 252 [(wire_in) = true];
MessageType_TronSignedTx = 253 [(wire_out) = true];
// Cardano
// dropped Sign/VerifyMessage ids 300-302
MessageType_CardanoSignTx = 303 [(wire_in) = true];

View File

@ -111,10 +111,6 @@ StellarAccountMergeOp = 218
StellarManageDataOp = 220
StellarBumpSequenceOp = 221
StellarSignedTx = 230
TronGetAddress = 250
TronAddress = 251
TronSignTx = 252
TronSignedTx = 253
CardanoSignTx = 303
CardanoTxRequest = 304
CardanoGetPublicKey = 305

View File

@ -3,9 +3,9 @@ Q := @
endif
ifeq ($(BITCOIN_ONLY), 1)
SKIPPED_MESSAGES := Cardano Tezos Ripple Monero DebugMonero Ontology Tron Eos Binance Ethereum Lisk NEM Stellar
SKIPPED_MESSAGES := Cardano Tezos Ripple Monero DebugMonero Ontology Eos Binance Ethereum Lisk NEM Stellar
else
SKIPPED_MESSAGES := Cardano Tezos Ripple Monero DebugMonero Ontology Tron Eos Binance
SKIPPED_MESSAGES := Cardano Tezos Ripple Monero DebugMonero Ontology Eos Binance
endif
all: messages_map.h messages_map_limits.h messages-bitcoin.pb.c messages-common.pb.c messages-crypto.pb.c messages-debug.pb.c messages-ethereum.pb.c messages-management.pb.c messages-nem.pb.c messages.pb.c messages-stellar.pb.c messages-lisk.pb.c messages_nem_pb2.py

View File

@ -111,10 +111,6 @@ StellarAccountMergeOp = 218
StellarManageDataOp = 220
StellarBumpSequenceOp = 221
StellarSignedTx = 230
TronGetAddress = 250
TronAddress = 251
TronSignTx = 252
TronSignedTx = 253
CardanoSignTx = 303
CardanoTxRequest = 304
CardanoGetPublicKey = 305