Commit Graph

7 Commits

Author SHA1 Message Date
Szymon Lesisz
4c3f7116d0 chore(protocol): return protocol-v2 messageType as number 2025-12-10 12:10:47 +01:00
Szymon Lesisz
2f445ba734 feat(protocol): separate chunking from encoding 2024-04-19 08:52:36 +02:00
Szymon Lesisz
ae3211ab6a feat(protocol): encode/decode messageType as string
possible values: messageId (number) or messageName (string)
2024-04-15 14:21:24 +02:00
Szymon Lesisz
1db2916fed chore(protocol): rename decode response fields
- `typeId` => `messageType`
- `buffer` => `payload`
2024-04-15 14:21:24 +02:00
Szymon Lesisz
9b2f9def05 chore: remove bytebuffer dependency 2023-12-13 14:06:56 +01:00
Szymon Lesisz
b4f08409cb feat(transport): unify protocol encode/decode functions 2023-12-12 06:45:44 +01:00
Szymon Lesisz
5073f49215 tests(protocols): add unit tests for @trezor/protocols package 2023-12-12 06:45:44 +01:00