mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
use micropython.const() in trezor.messages
This commit is contained in:
parent
407169af01
commit
f2b509b591
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('Address')
|
||||
t.wire_type = 30
|
||||
t.add_field(1, 'address', p.UnicodeType, flags=p.FLAG_REQUIRED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('ApplySettings')
|
||||
t.wire_type = 25
|
||||
t.add_field(1, 'language', p.UnicodeType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('ButtonAck')
|
||||
t.wire_type = 27
|
||||
ButtonAck = t
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('ButtonRequest')
|
||||
t.wire_type = 26
|
||||
t.add_field(1, 'code', p.UVarintType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('Cancel')
|
||||
t.wire_type = 20
|
||||
Cancel = t
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('ChangePin')
|
||||
t.wire_type = 4
|
||||
t.add_field(1, 'remove', p.BoolType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('CipherKeyValue')
|
||||
t.wire_type = 23
|
||||
t.add_field(1, 'address_n', p.UVarintType, flags=p.FLAG_REPEATED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('CipheredKeyValue')
|
||||
t.wire_type = 48
|
||||
t.add_field(1, 'value', p.BytesType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('ClearSession')
|
||||
t.wire_type = 24
|
||||
ClearSession = t
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('CoinType')
|
||||
t.add_field(1, 'coin_name', p.UnicodeType)
|
||||
t.add_field(2, 'coin_shortcut', p.UnicodeType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('DebugLinkDecision')
|
||||
t.wire_type = 100
|
||||
t.add_field(1, 'yes_no', p.BoolType, flags=p.FLAG_REQUIRED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('DebugLinkGetState')
|
||||
t.wire_type = 101
|
||||
DebugLinkGetState = t
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('DebugLinkLog')
|
||||
t.wire_type = 104
|
||||
t.add_field(1, 'level', p.UVarintType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
from .HDNodeType import HDNodeType
|
||||
t = p.MessageType('DebugLinkState')
|
||||
t.wire_type = 102
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('DebugLinkStop')
|
||||
t.wire_type = 103
|
||||
DebugLinkStop = t
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('DecryptMessage')
|
||||
t.wire_type = 51
|
||||
t.add_field(1, 'address_n', p.UVarintType, flags=p.FLAG_REPEATED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('DecryptedMessage')
|
||||
t.wire_type = 52
|
||||
t.add_field(1, 'message', p.BytesType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('EncryptMessage')
|
||||
t.wire_type = 49
|
||||
t.add_field(1, 'pubkey', p.BytesType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('EncryptedMessage')
|
||||
t.wire_type = 50
|
||||
t.add_field(1, 'nonce', p.BytesType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('Entropy')
|
||||
t.wire_type = 10
|
||||
t.add_field(1, 'entropy', p.BytesType, flags=p.FLAG_REQUIRED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('EntropyAck')
|
||||
t.wire_type = 36
|
||||
t.add_field(1, 'entropy', p.BytesType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('EntropyRequest')
|
||||
t.wire_type = 35
|
||||
EntropyRequest = t
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('EstimateTxSize')
|
||||
t.wire_type = 43
|
||||
t.add_field(1, 'outputs_count', p.UVarintType, flags=p.FLAG_REQUIRED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('Failure')
|
||||
t.wire_type = 3
|
||||
t.add_field(1, 'code', p.UVarintType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
from .CoinType import CoinType
|
||||
t = p.MessageType('Features')
|
||||
t.wire_type = 17
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('FirmwareErase')
|
||||
t.wire_type = 6
|
||||
FirmwareErase = t
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('FirmwareUpload')
|
||||
t.wire_type = 7
|
||||
t.add_field(1, 'payload', p.BytesType, flags=p.FLAG_REQUIRED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
from .MultisigRedeemScriptType import MultisigRedeemScriptType
|
||||
t = p.MessageType('GetAddress')
|
||||
t.wire_type = 29
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('GetEntropy')
|
||||
t.wire_type = 9
|
||||
t.add_field(1, 'size', p.UVarintType, flags=p.FLAG_REQUIRED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('GetFeatures')
|
||||
t.wire_type = 55
|
||||
GetFeatures = t
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('GetPublicKey')
|
||||
t.wire_type = 11
|
||||
t.add_field(1, 'address_n', p.UVarintType, flags=p.FLAG_REPEATED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
from .HDNodeType import HDNodeType
|
||||
t = p.MessageType('HDNodePathType')
|
||||
t.add_field(1, 'node', p.EmbeddedMessage(HDNodeType), flags=p.FLAG_REQUIRED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('HDNodeType')
|
||||
t.add_field(1, 'depth', p.UVarintType, flags=p.FLAG_REQUIRED)
|
||||
t.add_field(2, 'fingerprint', p.UVarintType, flags=p.FLAG_REQUIRED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('IdentityType')
|
||||
t.add_field(1, 'proto', p.UnicodeType)
|
||||
t.add_field(2, 'user', p.UnicodeType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('Initialize')
|
||||
t.wire_type = 0
|
||||
Initialize = t
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
from .HDNodeType import HDNodeType
|
||||
t = p.MessageType('LoadDevice')
|
||||
t.wire_type = 13
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('MessageSignature')
|
||||
t.wire_type = 40
|
||||
t.add_field(1, 'address', p.UnicodeType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
from .HDNodePathType import HDNodePathType
|
||||
t = p.MessageType('MultisigRedeemScriptType')
|
||||
t.add_field(1, 'pubkeys', p.EmbeddedMessage(HDNodePathType), flags=p.FLAG_REPEATED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('PassphraseAck')
|
||||
t.wire_type = 42
|
||||
t.add_field(1, 'passphrase', p.UnicodeType, flags=p.FLAG_REQUIRED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('PassphraseRequest')
|
||||
t.wire_type = 41
|
||||
PassphraseRequest = t
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('PinMatrixAck')
|
||||
t.wire_type = 19
|
||||
t.add_field(1, 'pin', p.UnicodeType, flags=p.FLAG_REQUIRED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('PinMatrixRequest')
|
||||
t.wire_type = 18
|
||||
t.add_field(1, 'type', p.UVarintType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('Ping')
|
||||
t.wire_type = 1
|
||||
t.add_field(1, 'message', p.UnicodeType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
from .HDNodeType import HDNodeType
|
||||
t = p.MessageType('PublicKey')
|
||||
t.wire_type = 12
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('RecoveryDevice')
|
||||
t.wire_type = 45
|
||||
t.add_field(1, 'word_count', p.UVarintType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('ResetDevice')
|
||||
t.wire_type = 14
|
||||
t.add_field(1, 'display_random', p.BoolType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
from .IdentityType import IdentityType
|
||||
t = p.MessageType('SignIdentity')
|
||||
t.wire_type = 53
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('SignMessage')
|
||||
t.wire_type = 38
|
||||
t.add_field(1, 'address_n', p.UVarintType, flags=p.FLAG_REPEATED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('SignTx')
|
||||
t.wire_type = 15
|
||||
t.add_field(1, 'outputs_count', p.UVarintType, flags=p.FLAG_REQUIRED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('SignedIdentity')
|
||||
t.wire_type = 54
|
||||
t.add_field(1, 'address', p.UnicodeType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
from .TxInputType import TxInputType
|
||||
from .TxOutputType import TxOutputType
|
||||
from .TransactionType import TransactionType
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
from .HDNodeType import HDNodeType
|
||||
t = p.MessageType('Storage')
|
||||
t.add_field(1, 'version', p.UVarintType, flags=p.FLAG_REQUIRED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('Success')
|
||||
t.wire_type = 2
|
||||
t.add_field(1, 'message', p.UnicodeType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
from .TxInputType import TxInputType
|
||||
from .TxOutputBinType import TxOutputBinType
|
||||
from .TxOutputType import TxOutputType
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
from .TransactionType import TransactionType
|
||||
t = p.MessageType('TxAck')
|
||||
t.wire_type = 22
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
from .MultisigRedeemScriptType import MultisigRedeemScriptType
|
||||
t = p.MessageType('TxInputType')
|
||||
t.add_field(1, 'address_n', p.UVarintType, flags=p.FLAG_REPEATED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('TxOutputBinType')
|
||||
t.add_field(1, 'amount', p.UVarintType, flags=p.FLAG_REQUIRED)
|
||||
t.add_field(2, 'script_pubkey', p.BytesType, flags=p.FLAG_REQUIRED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
from .MultisigRedeemScriptType import MultisigRedeemScriptType
|
||||
t = p.MessageType('TxOutputType')
|
||||
t.add_field(1, 'address', p.UnicodeType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
from .TxRequestDetailsType import TxRequestDetailsType
|
||||
from .TxRequestSerializedType import TxRequestSerializedType
|
||||
t = p.MessageType('TxRequest')
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('TxRequestDetailsType')
|
||||
t.add_field(1, 'request_index', p.UVarintType)
|
||||
t.add_field(2, 'tx_hash', p.BytesType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('TxRequestSerializedType')
|
||||
t.add_field(1, 'signature_index', p.UVarintType)
|
||||
t.add_field(2, 'signature', p.BytesType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('TxSize')
|
||||
t.wire_type = 44
|
||||
t.add_field(1, 'tx_size', p.UVarintType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('VerifyMessage')
|
||||
t.wire_type = 39
|
||||
t.add_field(1, 'address', p.UnicodeType)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('WipeDevice')
|
||||
t.wire_type = 5
|
||||
WipeDevice = t
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('WordAck')
|
||||
t.wire_type = 47
|
||||
t.add_field(1, 'word', p.UnicodeType, flags=p.FLAG_REQUIRED)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Automatically generated by pb2py
|
||||
import protobuf as p
|
||||
from micropython import const
|
||||
t = p.MessageType('WordRequest')
|
||||
t.wire_type = 46
|
||||
WordRequest = t
|
@ -7,7 +7,7 @@ from google.protobuf.internal.enum_type_wrapper import EnumTypeWrapper
|
||||
|
||||
|
||||
def process_type(t, cls, msg_id, indexfile):
|
||||
imports = ["import protobuf as p", ]
|
||||
imports = ["import protobuf as p", "from micropython import const"]
|
||||
|
||||
out = ["t = p.MessageType('%s')" % t, ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user