mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 20:11:00 +00:00
common: more TRX cleanup
This commit is contained in:
parent
03feb21b09
commit
684862a7f5
@ -161,12 +161,6 @@ enum MessageType {
|
|||||||
MessageType_StellarBumpSequenceOp = 221 [(wire_in) = true];
|
MessageType_StellarBumpSequenceOp = 221 [(wire_in) = true];
|
||||||
MessageType_StellarSignedTx = 230 [(wire_out) = 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
|
// Cardano
|
||||||
// dropped Sign/VerifyMessage ids 300-302
|
// dropped Sign/VerifyMessage ids 300-302
|
||||||
MessageType_CardanoSignTx = 303 [(wire_in) = true];
|
MessageType_CardanoSignTx = 303 [(wire_in) = true];
|
||||||
|
@ -111,10 +111,6 @@ StellarAccountMergeOp = 218
|
|||||||
StellarManageDataOp = 220
|
StellarManageDataOp = 220
|
||||||
StellarBumpSequenceOp = 221
|
StellarBumpSequenceOp = 221
|
||||||
StellarSignedTx = 230
|
StellarSignedTx = 230
|
||||||
TronGetAddress = 250
|
|
||||||
TronAddress = 251
|
|
||||||
TronSignTx = 252
|
|
||||||
TronSignedTx = 253
|
|
||||||
CardanoSignTx = 303
|
CardanoSignTx = 303
|
||||||
CardanoTxRequest = 304
|
CardanoTxRequest = 304
|
||||||
CardanoGetPublicKey = 305
|
CardanoGetPublicKey = 305
|
||||||
|
@ -3,9 +3,9 @@ Q := @
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BITCOIN_ONLY), 1)
|
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
|
else
|
||||||
SKIPPED_MESSAGES := Cardano Tezos Ripple Monero DebugMonero Ontology Tron Eos Binance
|
SKIPPED_MESSAGES := Cardano Tezos Ripple Monero DebugMonero Ontology Eos Binance
|
||||||
endif
|
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
|
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
|
||||||
|
@ -111,10 +111,6 @@ StellarAccountMergeOp = 218
|
|||||||
StellarManageDataOp = 220
|
StellarManageDataOp = 220
|
||||||
StellarBumpSequenceOp = 221
|
StellarBumpSequenceOp = 221
|
||||||
StellarSignedTx = 230
|
StellarSignedTx = 230
|
||||||
TronGetAddress = 250
|
|
||||||
TronAddress = 251
|
|
||||||
TronSignTx = 252
|
|
||||||
TronSignedTx = 253
|
|
||||||
CardanoSignTx = 303
|
CardanoSignTx = 303
|
||||||
CardanoTxRequest = 304
|
CardanoTxRequest = 304
|
||||||
CardanoGetPublicKey = 305
|
CardanoGetPublicKey = 305
|
||||||
|
Loading…
Reference in New Issue
Block a user